microsoft.web.sites.functions.delete
event in Azure for AzureWebService refers to the deletion of a function app within an Azure Web App service.microsoft.web.sites.functions.delete
event can be used to track and monitor the lifecycle of function apps in Azure, providing insights into when and by whom a function app was deleted.az webapp log config
command to enable diagnostic logs for the Azure Web Service.--web-server-logging
and --detailed-error-messages
parameters respectively.az webapp update
command to enable HTTPS Only for the Azure Web Service.--https-only
parameter to true
to enforce HTTPS communication.az webapp waf config set
command to enable Web Application Firewall for the Azure Web Service.--firewall-mode
parameter.