php - Exclude some folder to be swapped in Azure Web app

one text

Solution:

The feature you are asking for currently doesn't exist in deployment slots. As Jason recommended in this Github post, you can try sending the logs to Azure Monitor. If you write the logs to standard output you can use the feature below to route them to a storage account or log analytics

https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs#send-logs-to-azure-monitor-preview

Source