Azure App Service
- This is the PaaS from Azure.
- Azure App Service Lets us choose
- Supported Platforms
- Docker
- Static Web App
- For all the unsupported Languages and Versions, Azure app service recommends using Docker
- Azure App Service supports the following languages
- .net
- Asp.net
- Asp.net Core
- Java
- Node js
- Python
- Ruby
- .net
- Azure App Service has plans
- Free
- Basic
- Standard
- Premium
- Isolated
- For now lets stick to Free (F1). Create a .net 6 with linux on Azure App Service
- Deployment Options
- Refer Here for the code and fork this to your account in GitHub Refer Here
- Once we configure the Gitub Repo and authorize access, Actions will be create to deploy whenever new changes are made
Activity
- Create an Azure App Service with platform => .net 6, plan => F1
- Select the Azure App Service Plan as F1
- Once the app service is created, Navigate to Deployment Blade and select Deployment Center
- Now navigate to Git Refer Here and fork this into your account
- Now Authorize GitHub in your Deployment Center
- Now Navigate to actions and select as shown below