| 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 |
-
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 -
If you have more than one Azure subscription, list the subscriptions for the account.
az account list --all -
Specify the subscription that you want to use.
az account set --subscription <replace_with_your_subscription_id>