I am trying to check the logs of my Azure app. Specifically i want to search the logs that when and who scale up my App service plan. But i am not able to find any place where these logs are present.
Can someone please let me know where i can check these?
Thanks
I tried the Activity logs but Scale up or down logs were not present there.
To view the scale up and scale down logs in your Azure App Service.


After doing above changes, I've scaled up my service plan and can view the changes in activity log of my app service.

You can also view the logs using Azure CLI.
I have referred this MSDoc for the CLI command.
az monitor activity-log list --resource-group YourRGName --resource-id /subscriptions/subscription-id/resourceGroups/YourRGName/providers/Microsoft.Web/serverfarms/AppServicePlan --query "[?operationName.value=='Microsoft.Web/serverfarms/write']"


If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With