How to install Wordpress server based on Azure Container Instances: Difference between revisions

From PUBLIC-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
:: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?view=azure-cli-latest
:: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?view=azure-cli-latest


== How to login to Azure subscription ==
== How to login to an Azure subscription ==
* Login to an Azure account, from command prompt:
* Login to an Azure account, from command prompt:
: '''az login'''
: '''az login'''
* Run the command below to list the available subscriptions:
: '''az account list --output table'''

Revision as of 17:11, 14 February 2019

How to install AZ CLI Tools

  • Login to the machine using privileged account.
  • Download the latest build of Azure CLI.
  • Windows download instruction and location:
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
  • Linux download instruction and location:
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux?view=azure-cli-latest

How to login to an Azure subscription

  • Login to an Azure account, from command prompt:
az login
  • Run the command below to list the available subscriptions:
az account list --output table