Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 776 Bytes

File metadata and controls

26 lines (23 loc) · 776 Bytes
title include file
description include file
services vpn-gateway
author cherylmc
ms.service azure-vpn-gateway
ms.topic include
ms.date 03/21/2018
ms.author cherylmc
ms.custom include file, devex-tag-azurecli
  1. Sign in to your Azure subscription with the az login command and follow the on-screen directions. For more information about signing in, see Get Started with Azure CLI.

    az login
    
  2. If you have more than one Azure subscription, list the subscriptions for the account.

    az account list --all
    
  3. Specify the subscription that you want to use.

    az account set --subscription <replace_with_your_subscription_id>