To which storage type should you upload Image1?

Posted by: Pdfprep Category: AZ-303 Tags: , ,

You create a container image named Image1 on a developer workstation.

You plan to create an Azure Web App for Containers named WebAppContainer that will use Image1.

You need to upload Image1 to Azure. The solution must ensure that WebAppContainer can use Image1.

To which storage type should you upload Image1?
A . Azure Container Registry
B . an Azure Storage account that contains a blob container
C . an Azure Storage account that contains a file share
D . Azure Container Instances

Answer: A

Explanation:

Configure registry credentials in web app.

App Service needs information about your registry and image to pull the private image. In the Azure portal, go to Container settings from the web app and update the Image source, Registry and save.

References: https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/webapp-on-container-linux

Leave a Reply

Your email address will not be published.