How to create a managed container registry in Azure

0 votes

Hi Guys,

I am new to Azure Cloud. I want to use the container service in Azure. But before that, I want to create a managed container registry in Azure. How can I do that?

Nov 13, 2020 in Azure by akhtar
• 38,260 points
1,492 views

1 answer to this question.

0 votes

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!

answered Nov 13, 2020 by MD
• 95,460 points

Related Questions In Azure

0 votes
0 answers

How to create a sub-container in Azure?

How to create a sub-container in Azure ...READ MORE

Jun 28, 2019 in Azure by sabby
• 4,370 points
1,771 views
0 votes
1 answer

How to create a sub-container in Azure?

You can create a container named "content" and ...READ MORE

answered Jun 28, 2019 in Azure by Perry
• 17,100 points

edited Oct 7, 2021 by Sarfaraz 3,052 views
0 votes
1 answer

How to get the list of names of Azure blob files in a container?

We can get some additional info like Size, ...READ MORE

answered Jun 27, 2018 in Azure by club_seesharp
• 3,450 points
24,481 views
0 votes
1