az webapp log config
command to enable diagnostic logs for the Azure Web Service.--web-server-logging
and --detailed-error-messages
parameters respectively.az monitor app-insights component create
command to create an Application Insights resource.az webapp config appsettings set
command.APPINSIGHTS_INSTRUMENTATIONKEY
app setting to the Instrumentation Key of the created Application Insights resource.az security secure-score-controls list
command to list the available security controls.az security secure-score-controls update
command to enable or disable the specific security control based on the recommendation ID.