Skip to content

Commit cfb535e

Browse files
authored
Merge pull request #190151 from SanDeo-MSFT/patch-94
Update howto-vm-sign-in-azure-ad-windows.md
2 parents dfa89ea + 35e7a11 commit cfb535e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/active-directory/devices/howto-vm-sign-in-azure-ad-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: active-directory
66
ms.service: active-directory
77
ms.subservice: devices
88
ms.topic: how-to
9-
ms.date: 02/28/2022
9+
ms.date: 03/01/2022
1010

1111
ms.author: joflore
1212
author: MicrosoftGuyJFlo
@@ -299,14 +299,14 @@ This Exit code translates to `DSREG_AUTOJOIN_DISC_FAILED` because the extension
299299

300300
1. Verify the required endpoints are accessible from the VM using PowerShell:
301301

302-
- `curl https://login.microsoftonline.com// -D`
303-
- `curl https://login.microsoftonline.com/<TenantID>// -D`
304-
- `curl https://enterpriseregistration.windows.net// -D`
305-
- `curl https://device.login.microsoftonline.com// -D`
306-
- `curl https://pas.windows.net// -D`
302+
- `curl https://login.microsoftonline.com/ -D -`
303+
- `curl https://login.microsoftonline.com/<TenantID>/ -D -`
304+
- `curl https://enterpriseregistration.windows.net/ -D -`
305+
- `curl https://device.login.microsoftonline.com/ -D -`
306+
- `curl https://pas.windows.net/ -D -`
307307

308308
> [!NOTE]
309-
> Replace `<TenantID>` with the Azure AD Tenant ID that is associated with the Azure subscription. If you need to find the tenant ID, you can hover over your account name to get the directory / tenant ID, or select **Azure Active Directory > Properties > Directory ID** in the Azure portal.<br/>`enterpriseregistration.windows.net` and `pas.windows.net` should return 404 Not Found, which is expected behavior.
309+
> Replace `<TenantID>` with the Azure AD Tenant ID that is associated with the Azure subscription. If you need to find the tenant ID, you can hover over your account name to get the directory / tenant ID, or select **Azure Active Directory > Properties > Directory ID** in the Azure portal.<br/> Attempt to connect to `enterpriseregistration.windows.net` may return 404 Not Found, which is expected behavior.<br/> Attempt to connect to `pas.windows.net` may prompt for pin credentials (you do not need to enter the pin) or may return 404 Not Found. Either one is sufficient to verify the URL is reachable.
310310
311311
1. If any of the commands fails with "Could not resolve host `<URL>`", try running this command to determine the DNS server that is being used by the VM.
312312

0 commit comments

Comments
 (0)