Question 128 of 213
Single answerHOTSPOT -You are preparing to deploy a Python website to an Azure Web App using a container. The solution will use multiple containers in the same container group. TheDockerfile that builds the container is as follows:You build a container by using the following command. The Azure Container Registry instance named images is a private registry.The user name and password for the registry is admin.The Web App must always run the same version of the website regardless of future builds.You need to create an Azure Web App to run the website.How should you complete the commands? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
✓A Box 1: --SKU B1 --hyper-v ---hyper-vHost web app on Windows container.Box 2: --deployment-source-url images.azurecr.io/website:v1.0.0--deployment-source-url -uGit repository URL to link with manual integration.The Web App must always run t
BRefer to simulation panel
✓
Correct Answer: A
Box 1: --SKU B1 --hyper-v ---hyper-vHost web app on Windows container.Box 2: --deployment-source-url images.azurecr.io/website:v1.0.0--deployment-source-url -uGit repository URL to link with manual integration.The Web App must always run t
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.