You are configuring deployment slots for an Azure App Service web app named app-payment-service. The application requires specific configurations in the staging slot to run integration tests before being swapped into the production slot. You need to identify which configuration settings will be transferred to the production slot and which will remain slot-specific during the swap operation. Which two of the following settings are swapped by default when you perform a slot swap?
- General settings, such as framework version and platform architecture (32-bit/64-bit)Cevap
- BManaged identity configuration and assigned credentials
- Handler mappings and virtual directory mappingsCevap
- DAutoscale configurations and rule thresholds
Cevap
The settings that are swapped by default during an App Service slot swap are general settings (such as framework version and platform architecture) and handler/virtual directory mappings.
General settings (such as framework version and platform architecture) as well as handler and virtual directory mappings are part of the application configuration and are swapped by default during an App Service slot swap. This ensures that the newly promoted production app runs with the exact same application environment and mappings verified in the staging slot.
Adım Adım Çözüm
Anahtar Kavram
Azure App Service slot swap configuration settings behavior (swapped vs. sticky settings)
Tahmini Süre:1m 30s