You are deploying a containerized web application in Azure.When deploying the web app, which of the following are valid container image sources?
D) On-premises
When you create a web app from a Docker image, you configure the following properties:
*The registrythat contains the image. The registry can beDocker Hub, Azure Container Registry(ACR), or some other private registry.
*The image :This item is the name of the repository.
*The tag :This item indicates which version of the image to use from the repository. By convention, the most recent version is given the taglatestwhen it's built.
* Startup File :This item is the name of an executable file or a command to be run when the image is loaded. It's equivalent to the command that you can supply to Docker when running an image from the command line by using docker run. If you're deploying a ready-to-run, containerized app that already has the ENTRYPOINT and/or COMMAND values configured, you don't need to fill this in.
Kattie
10 months agoAnnamae
10 months agoLynelle
11 months agoGlenn
11 months agoHelene
11 months agoLai
11 months agoHobert
11 months agoNickolas
11 months agoDarrin
11 months agoTruman
11 months agoAshlyn
11 months agoEdward
11 months ago