Showing posts with label Azure CLI. Show all posts
Showing posts with label Azure CLI. Show all posts
Sunday, October 4, 2020
Creating an Azure Container Registry (ACR)
We can create an Azure Container Registry (ACR) in different ways, using Azure CLI or Azure Portal or Powershell. In this post, we shall see how to create an Azure Container Registry using Azure CLI.
The first step in creating an Azure Container Registry (ACR) using Azure CLI is to log in to Azure CLI. Open a command prompt and enter the command.Azure CLI
Azure CLI (Command-line Interface) is a command-line tool for Manager azure services. It's like Angular CLI, it provides various commands to manage Azure services in an Account. Before we can start using Azure CLI we need to install it, the latest version of Azure CLI can be installed from the following site.
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latestOnce Azure CLI is installed run the az --version command to make sure that the installation was done successfully.
Subscribe to:
Posts (Atom)