Login-To-Azure

Login-To-Azure


SOP No: AZ-001

SOP Title: Log in to Azure Account 

Review Date: Insert Date




SOP Number

AZ001


SOP Title

Log in to Azure Account


 


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



Other Essential SOPs


  • NONE


  1. purpose

This SOP shows how to Log-In into Azure Account using PowerShell. Please read thoroughly before executing the steps.


  1. Pre-Requsites 

  • PowerShell with Az module Installed.
  • Valid Credential to login to the account.

     Note: You can find the complete PowerShell Commands at the End of the Document.







Log-In into Azure Account

  • Run PowerShell or PowerShell ISE in Administrator mode (Preferred)





  1. Steps to login into the Account

Note: All fields marked with * need to be filled


Step 1: Sign into your Azure Account


Connect-azaccount








  • Step 2: Getting The Subscription


$subcription=Get-AzSubscription|Out-GridView -PassThru







  • Step 3: Setting up Subscription


Set-AzContext -Subscription $subcription



  • Step 4: Verifying Subscription


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 



  1. Change History


SOP no.

Effective
Date

Significant Changes

Previous
SOP no.






















         














    • Related Articles

    • What is Azure Load Balancer?

      Load balancing refers to efficiently distributing load or incoming network traffic across a group of backend resources or servers. Azure offers a variety of load balancing options that you can choose from based on your need. This document covers the ...
    • Creating Windows VM in Azure

      SOP No: AZ-002 SOP Title: Create a Windows VM in Azure Account   Review Date: Insert Date SOP Number  AZ002    SOP Title  Create a Windows VM in Azure Account        NAME  TITLE  SIGNATURE  DATE  Author  Shivam Singh  Cloud Engineer        First ...
    • SOP for Whitelist IP on Azure

      SOP No: AZ-003 SOP Title: Whitelisting IP on Azure Review Date: Insert Date SOP Number AZ003 SOP Title Whitelisting IP on Azure NAME TITLE SIGNATURE DATE Author Ankit Jain Cloud Engineer First Reviewer  Varun Kumar Product Manager Trainee Second ...
    • Schedule Start-Stop VMs SOP[1061]

      SOP No: AZ-004 SOP Title: Schedule VM start and Stop Review Date: Insert Date SOP Number AZ004 SOP Title  Schedule VM start and Stop   NAME TITLE SIGNATURE DATE Author Ankit Jain Cloud Engineer First Reviewer  Varun Kumar Product Manager Trainee ...
    • Windows Servers Security Patches Activity[1033]

      SOP No: WIN-001 SOP Title: Window Servers Security Patches Activity Review Date: Insert Date SOP Number WIN001 SOP Title  Windows Servers Security Patches Activity   NAME TITLE SIGNATURE DATE Author Ankit Jain Cloud Engineer First Reviewer  Varun ...