Hi@akhtar,
To run a container, you need an image. There are two ways to get an image. One is the public registry and another one is the private registry. To create a private registry, you can use the below command.
$ az acr create -n MyRegistry -g MyResourceGroup --sku Standard
Hope this helps!
Get Azure certification and become certified today.
Thanks!