Skip to content

Commit aaf024a

Browse files
committed
[ACR] Portal create update
1 parent 8324498 commit aaf024a

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed

articles/container-registry/container-registry-get-started-portal.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Quickstart - Create registry in portal
33
description: Quickly learn to create a private Docker registry in Azure Container Registry with the Azure portal.
44
ms.topic: quickstart
5-
ms.date: 01/22/2019
5+
ms.date: 02/13/2020
66
ms.custom: "seodec18, mvc"
77
---
88
# Quickstart: Create a private container registry using the Azure portal
99

10-
An Azure container registry is a private Docker registry in Azure where you can store and manage your private Docker container images. In this quickstart, you create a container registry with the Azure portal. Then, use Docker commands to push a container image into the registry, and finally pull and run the image from your registry.
10+
An Azure container registry is a private Docker registry in Azure where you can store and manage private Docker container images and related artifacts. In this quickstart, you create a container registry with the Azure portal. Then, use Docker commands to push a container image into the registry, and finally pull and run the image from your registry.
1111

1212
To log in to the registry to work with container images, this quickstart requires that you are running the Azure CLI (version 2.0.55 or later recommended). Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli].
1313

@@ -23,10 +23,13 @@ Select **Create a resource** > **Containers** > **Container Registry**.
2323

2424
![Creating a container registry in the Azure portal][qs-portal-01]
2525

26-
Enter values for **Registry name** and **Resource group**. The registry name must be unique within Azure, and contain 5-50 alphanumeric characters. For this quickstart create a new resource group in the `West US` location named `myResourceGroup`, and for **SKU**, select 'Basic'. Select **Create** to deploy the ACR instance.
26+
On the **Basics** screen, enter values for **Registry name** and **Resource group**. The registry name must be unique within Azure, and contain 5-50 alphanumeric characters. For this quickstart create a new resource group in the `West US` location named `myResourceGroup`, and for **SKU**, select 'Basic'.
2727

2828
![Create container registry in the Azure portal][qs-portal-03]
2929

30+
Accept default values for the remaining settings. Then select **Review + create**. After reviewing the settings, select **Create**.
31+
32+
3033
In this quickstart you create a *Basic* registry, which is a cost-optimized option for developers learning about Azure Container Registry. For details on available service tiers, see [Container registry SKUs][container-registry-skus].
3134

3235
When the **Deployment succeeded** message appears, select the container registry in the portal.
@@ -37,7 +40,7 @@ Take note of the value of the **Login server**. You use this value in the follow
3740

3841
## Log in to registry
3942

40-
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI.(Specify only Container Name. Do not include 'azurecr.io')
43+
Before pushing and pulling container images, you must log in to the ACR instance. Open a command shell in your operating system, and use the [az acr login][az-acr-login] command in the Azure CLI. (Specify only the registry name. Don't include the 'azurecr.io' suffix.)
4144

4245
```azurecli
4346
az acr login --name <acrName>
-19.5 KB
Loading
25.3 KB
Loading
22.2 KB
Loading
14.7 KB
Loading
11 KB
Loading

0 commit comments

Comments
 (0)