Deploy a website to Azure with Azure App Service Flashcards
What is auto-swap?
When you configure a slot for auto swap, Azure automatically swaps it whenever you push code or content into that slot.
Can you test a new app version in staging slot with auto swap?
No because it automatically swaps to production after push.
Who mainly benefit from using auto-swap?
Users who want zero-downtime deployments and simple automated deployment pipelines.
Can scaling up a web app cause an interruption in service to client apps running at the time?
Yes, they might need to disconnect from the service and reconnect if the scale-up occurs during an active call to the web app. And new connections might be rejected until scaling finishes. Also, scaling up can cause the outgoing IP addresses for the web app to change. If your web app depends on other services that have firewalls restricting incoming traffic, you’ll need to reconfigure these services.
What does a command to create a new container registry look like?
az acr create