Web Studio is here! An enhanced experience to make it easier to create, preview, and collaborate on your website contentLearn More
You can deploy your .NET starter or any .NET application via Visual Studio Code or Visual Studio 2019.
dotnet publish -c Release -o ./publish
Deploy publish folder to App Service by right-clicking on the folder and selecting 'Deploy to Web App...' and following the prompts to select 'Subscription' and 'Web App'.
1. Right-click on Agility.NET.Starter and select 'publish'.
2. Select Azure:
3. Select Azure App Service (Windows).
4. Select Subscription and App Service.
5. After the profile is created hit 'Publish'.