Sign in Azure – Cloud Support

There are various methods to connect to Azure and deploy the services.

Below are few ways to connect to Azure.

  1. Azure Portal
    http://portal.azure.com/

Provide your email/password to connect.

2. Azure Cli

We can install Azure CLI on Mac, Windows, or Linux.

To Install on Mac

brew update && brew install azure-cli

Upgrade Azure CLI on a Mac, run this command:

 brew upgrade azure-cli

To Login Azure use below command

az login

It will open browser to login and below info will shown about subscription.

We can run az cli command to deploy services,list items and configure.

3. Azure PowerShell

Start PowerShell as an Administrator

Find the version of powershell using Get-host command .

Download and install PowerShell version as per below article.

https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-windows?view=powershell-7

Enter the command Install-Module AzureRM and you may need to enable set-execution policy to RemoteSigned.

Run the command Login-AzureRmAccount which will popup windows for to enter email/password to login

Leave a Reply

Your email address will not be published.