You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-local/manage/register-windows-admin-center.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ There are several requirements and things to consider before you begin the regis
29
29
30
30
- If your network is configured to use a proxy server for internet connection, make sure that you configure the proxy settings on the Windows Admin Center settings. After the proxy settings are configured, to avoid registration failures restart the **ServerManagementGateway** (Windows Admin Center) service on the server running Windows Admin Center before proceeding with Microsoft Entra registration.
31
31
32
-
- Unless you're a Microsoft Entra admin or you have an existing Azure application ID, you need to contact your Microsoft Entra admin to either provide an existing Azure application ID or [grant consent to a new application ID](#grant-consent-to-a-new-azure-application-id) that you'll create as part of the registration process.
32
+
- Unless you're a Microsoft Entra admin or you have an existing Azure application ID, you must contact your Microsoft Entra admin to either provide an existing Azure application ID or [grant consent to a new application ID](#grant-consent-to-a-new-azure-application-id) that you create as part of the registration process.
33
33
34
34
## How to register Windows Admin Center with Azure
35
35
@@ -53,15 +53,15 @@ Follow these one-time registration steps in the registration pane to register Wi
53
53
54
54
:::image type="content" source="media/register-windows-admin-center/enter-code.png" alt-text="Screenshot of the Enter code window." lightbox="media/register-windows-admin-center/enter-code.png":::
55
55
56
-
After pasting in the code, an interactive **Sign in** window appears. Enter the email address associated with the Azure account you want to use with Windows Admin Center. The exact prompts that you see varies depending on your security settings (for example, two-factor authentication). Follow the prompts to sign in.
56
+
After pasting in the code, an interactive **Sign in** window appears. Enter the email address associated with the Azure account you want to use with Windows Admin Center. The exact prompts that you see vary depending on your security settings; for example, two-factor authentication. Follow the prompts to sign in.
57
57
58
58
:::image type="content" source="media/register-windows-admin-center/sign-in.png" alt-text="Screenshot of the sign in dialog box." lightbox="media/register-windows-admin-center/sign-in.png":::
59
59
60
-
After signing in, you get a confirmation that you're signed into the Windows Admin Center application on your device. Close the confirmation window and return to the original registration page.
60
+
After you sign in, you get a confirmation that you're signed into the Windows Admin Center application on your device. Close the confirmation window and return to the original registration page.
61
61
62
-
1. Connect to Microsoft Entra ID by supplying your Microsoft Entra ID (tenant) ID and application ID. If you already have an Azure tenant ID and you've completed the preceding steps, the tenant ID dropdown may be pre-populated and may contain multiple options. Select the correct tenant ID.
62
+
1. Connect to Microsoft Entra ID by supplying your Microsoft Entra ID (tenant) ID and application ID. If you already have an Azure tenant ID and you completed the preceding steps, the tenant ID dropdown may be pre-populated and may contain multiple options. Select the correct tenant ID.
63
63
64
-
- If your Microsoft Entra administrator has provided you with an application ID, select **Use existing** and enter the application ID.
64
+
- If your Microsoft Entra administrator provided you with an application ID, select **Use existing** and enter the application ID.
65
65
66
66
- If you have an existing ID but don't know what it is, follow the steps described in [Get tenant and app ID values for signing in](/azure/active-directory/develop/howto-create-service-principal-portal#get-tenant-and-app-id-values-for-signing-in) to retrieve it.
67
67
@@ -77,14 +77,14 @@ Follow these one-time registration steps in the registration pane to register Wi
77
77
78
78
1. Select **Sign in** to sign into your Azure account.
79
79
> [!NOTE]
80
-
> If you get a notice that you need admin approval, it might be because the Microsoft Entra admin must grant permissions in the Azure portal, as described in [Grant consent to the new Azure application ID](#grant-consent-to-a-new-azure-application-id). If they've already done that and you're still getting the notice, try refreshing Windows Admin Center and signing in again by going to **Settings** > **Account**.
80
+
> If you get a notice that you need admin approval, it might be because the Microsoft Entra admin must grant permissions in the Azure portal, as described in [Grant consent to the new Azure application ID](#grant-consent-to-a-new-azure-application-id). If they already did that and you're still getting the notice, try refreshing Windows Admin Center and signing in again by going to **Settings** > **Account**.
81
81
82
82
After Windows Admin Center is registered with Azure, you're ready to [register Azure Stack HCI with Azure](../deploy/register-with-azure.md).
83
83
84
84
## Grant consent to a new Azure application ID
85
85
86
86
> [!NOTE]
87
-
> This procedure applies only if you a Microsoft Entra admin.
87
+
> This procedure applies only if you are a Microsoft Entra admin.
88
88
89
89
If you're a Microsoft Entra admin, follow these steps to grant consent to a new Azure application ID:
90
90
@@ -104,12 +104,12 @@ If you're a Microsoft Entra admin, follow these steps to grant consent to a new
104
104
105
105
1. While still viewing the app registration in the Azure portal for the Windows Admin Center instance you're registering, select **Authentication** under **Manage** from the left pane.
106
106
107
-
1.In the **Redirect URIs** box, you will see an existing URI representing the first Windows Admin Center system that registered to the app ID. Select **Add URI** and add two new redirect URIs: `http://localhost:6516` and `https://localhost:6516`. Select **Save.**
107
+
1.The **Redirect URIs** box shows an existing URI representing the first Windows Admin Center system that registered to the app ID. Select **Add URI** and add two new redirect URIs: `http://localhost:6516` and `https://localhost:6516`. Select **Save.**
108
108
109
109
:::image type="content" source="media/register-windows-admin-center/add-redirect-uris.png" alt-text="To enable multiple users in an organization to register Windows Admin Center using the same Azure app ID, add redirect URIs" lightbox="media/register-windows-admin-center/add-redirect-uris.png":::
110
110
111
111
> [!IMPORTANT]
112
-
> Make sure to provide your users with the correct Azure tenant ID and the application ID from step 5, and tell them to select **Use existing** application ID when registering Windows Admin Center. Note that if a Microsoft Entra admin doesn't add redirect URIs and more than one user tries to register Windows Admin Center to the same app ID, they will get an error that the reply URL doesn't match.
112
+
> Make sure to provide your users with the correct Azure tenant ID and the application ID from step 5, and tell them to select **Use existing** application ID when registering Windows Admin Center. Note that if a Microsoft Entra admin doesn't add redirect URIs and more than one user tries to register Windows Admin Center to the same app ID, they get an error that the reply URL doesn't match.
0 commit comments