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
9 months agoAnnamae
9 months agoLynelle
9 months agoGlenn
9 months agoHelene
9 months agoLai
9 months agoHobert
10 months agoNickolas
10 months agoDarrin
10 months agoTruman
10 months agoAshlyn
10 months agoEdward
10 months ago