Deploy a website to Azure with Azure App Service Flashcards

1
Q

What is auto-swap?

A

When you configure a slot for auto swap, Azure automatically swaps it whenever you push code or content into that slot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can you test a new app version in staging slot with auto swap?

A

No because it automatically swaps to production after push.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who mainly benefit from using auto-swap?

A

Users who want zero-downtime deployments and simple automated deployment pipelines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can scaling up a web app cause an interruption in service to client apps running at the time?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does a command to create a new container registry look like?

A

az acr create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly