Skip to content

Commit 28aafac

Browse files
authored
Merge pull request #97970 from iainfoulds/sandeo-44085
[VM] Linux Azure AD authentication
2 parents dc643cf + e45a738 commit 28aafac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ 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+
72+
* https://login.microsoftonline.com
73+
* https://device.login.microsoftonline.com
74+
* https://pas.windows.net
75+
* https://management.azure.com
76+
* https://packages.microsoft.com
77+
78+
> [!NOTE]
79+
> Currently, Azure network security groups can't be configured for VMs enabled with Azure AD authentication.
80+
6881
## Create a Linux virtual machine
6982

7083
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)