I want to host a nuget.server to share private nuget packages with my dev team.
This link:https://docs.microsoft.com/en-us/nuget/hosting-packages/nuget-server
shows me how to build a nuget.server, but it says that it needs to run under IIS.
Can I deploy a nuget.server application to azure instead of running it under IIS?
It looks like Azure artifacts requires using a CI/CD pipeline, but my dev team is not up to using pipelines yet. For now, all applications are manually deployed to production from Visual Studio.
Any suggestions?