- Create new resource → Azure web app (It is a Microsoft resource)
- These web app can be connected with SQL database of Azure.
- The lab contains tutorial whereAlan_Rodrigues creates cshtml file and a service and model in the project, installs a nuget package.
- Autoscaling rules can be configured to scale up and scale down based on our rules like if CPU consumption is more than scale up.
- There is something aboutAzure_Deployment_Slot as well.
- Q. How much weightage do this has in the exam?
- Azure_Deployment_Slot help to verify changes before app is moved to prod.
- Q. What all things can be configured in azureAppConfigurationService?
builder.Host.ConfigureAppConfiguration(builder => {
builder.AddAzureAppConfiguration(connection string);
})
- Q. What are feature flags in Azure app configuration service?
- builder.Services.AddFeatureManagement()
- There are various kind of logging, to monitor the http request hits use Web Server Logging
1.) Create Web App

3.) Publishing to Azure Web App
6.) Autoscaling
7.) Custom domains andSSL
8.) Deployment Slots
10.) Azure App Configuration andfeature_flags