SOP No: AZ-001 | SOP Title: Log in to Azure Account | Review Date: Insert Date |
SOP Number | AZ001 | |||
NAME | TITLE | SIGNATURE | DATE | |
Author | Shivam Singh | Cloud Engineer | ||
First Reviewer | Varun Kumar | Product Manager Trainee | ||
Second Reviewer | ||||
Authoriser | Henry/Aditya | CTO |
Effective Date: | ||
Effective Time: | .25 |
This SOP shows how to Log-In into Azure Account using PowerShell. Please read thoroughly before executing the steps.
Note: You can find the complete PowerShell Commands at the End of the Document.
Log-In into Azure Account
Note: All fields marked with * need to be filled
Step 1: Sign into your Azure Account
Connect-azaccount
$subcription=Get-AzSubscription|Out-GridView -PassThru
Set-AzContext -Subscription $subcription
Get-AzContext
Script
#Sign into your Azure Account
Connect-azaccount
#Getting The Subscription
$subscription=Get-AzSubscription|Out-GridView -PassThru
#Setting up Subscription
Set-AzContext -Subscription $subscription
#Verifying Subscription
Get-AzContext
SOP no. | Effective | Significant Changes | Previous |