Azure App Service Continued
-
Azure App Service Pricing
- Windows: Refer Here
- Linux Refer Here
-
Sample .net core 5.0 application deployment
-
For deploying an application in any language runtime Refer Here
-
To publish our web app
- A new resource group
- Code can be deployed from IDE’s like visual studio or Visual Studio code and also from command line
- Create a free hosting plan for the technology stack (.net core 5)
-
First lets try with IDE’s
-
For Deploying the applications from command line we need azure cli to be installed on our machines Refer Here for installing Azure CLI and Powershell
-
Now lets try to deploy a Python Application
- This will be continued in next session
