Skip to content

Commit 69e3426

Browse files
authored
Update login-using-aad.md
1 parent d400ea4 commit 69e3426

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/virtual-machines/linux/login-using-aad.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@ The following Azure regions are currently supported during the preview of this f
6565

6666
If you choose to install and use the CLI locally, this tutorial requires that you are running the Azure CLI version 2.0.31 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI]( /cli/azure/install-azure-cli).
6767

68+
## Network requirements
69+
70+
To enable Azure AD authentication for your Linux VMs in Azure, you need to ensure your VMs network configuration permits outbound access to the following endpoints over TCP port 443:
71+
https://login.microsoftonline.com
72+
https://device.login.microsoftonline.com
73+
https://pas.windows.net
74+
https://management.azure.com
75+
https://packages.microsoft.com
76+
77+
> [!NOTE]
78+
> Currently, Azure Network Security Group (NSG) cannot be configured for VMs enables with Azure AD authentication.
79+
6880
## Create a Linux virtual machine
6981

7082
Create a resource group with [az group create](/cli/azure/group#az-group-create), then create a VM with [az vm create](/cli/azure/vm#az-vm-create) using a supported distro and in a supported region. The following example deploys a VM named *myVM* that uses *Ubuntu 16.04 LTS* into a resource group named *myResourceGroup* in the *southcentralus* region. In the following examples, you can provide your own resource group and VM names as needed.

0 commit comments

Comments
 (0)