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