I do have an Azure App Service API app which is developed and deployed on a deployment slot named Testing. I have another deployment slot named Production. The auto swap is enabled for the Testing slot.
Do I need to include applicationInitialization configuration element in web.config to ensure that scripts run and resources are available before a swap operation occurs?