Skip to content

Commit b3cfbea

Browse files
committed
More changes
1 parent 8decf52 commit b3cfbea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

azure-local/deploy/deployment-arc-register-configurator-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Before you begin, make sure that you complete the following prerequisites:
4444

4545
### Azure prerequisites
4646

47-
1. Make sure that your Azure subscription is registered against the required resource providers. To register, you must be an owner or contributor on your subscription. You can also ask an administrator to register.
47+
1. **Register required resource providers.** Make sure that your Azure subscription is registered against the required resource providers. To register, you must be an owner or contributor on your subscription. You can also ask an administrator to register.
4848

4949
Run the following [PowerShell commands](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register:
5050

@@ -55,15 +55,15 @@ Before you begin, make sure that you complete the following prerequisites:
5555
Register-ResourceProviderIfRequired -ProviderNamespace "Microsoft.AzureStackHCI"
5656
```
5757

58-
1. [Create a resource group](/azure/azure-resource-manager/management/manage-resource-groups-portal#create-resource-groups) where you want to register your machines. Make a note of the resource group name and the associated subscription ID.
58+
1. **Create a resource group**. Follow the steps to [Create a resource group](/azure/azure-resource-manager/management/manage-resource-groups-portal#create-resource-groups) where you want to register your machines. Make a note of the resource group name and the associated subscription ID.
5959

60-
1. [Get the tenant ID of your Microsoft Entra tenant through the Azure portal](/azure/azure-portal/get-subscription-tenant-id):
60+
1. **Get the tenant ID**. Follow the steps in [Get the tenant ID of your Microsoft Entra tenant through the Azure portal](/azure/azure-portal/get-subscription-tenant-id):
6161

6262
1. In the Azure portal, go to **Microsoft Entra ID** > **Properties**.
6363

6464
1. Scroll down to the Tenant ID section and copy the **Tenant ID** value to use later.
6565

66-
1. Skip this step if you didn't set up Azure Arc gateway. If you [Set up an Azure Arc gateway](../deploy/deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure), get the resource ID of the Arc gateway. This is also referred to as the `ArcGatewayID`.
66+
1. **Get Arc gateway ID**. Skip this step if you didn't set up Azure Arc gateway. If you [Set up an Azure Arc gateway](../deploy/deployment-azure-arc-gateway-overview.md#create-the-arc-gateway-resource-in-azure), get the resource ID of the Arc gateway. This is also referred to as the `ArcGatewayID`.
6767

6868
1. To get the `ArcGatewayID`, run the following command: 
6969

@@ -73,21 +73,21 @@ Before you begin, make sure that you complete the following prerequisites:
7373
7474
1. Make a note of the Arc gateway ID to use later.
7575
76-
1. As you register machines as Arc resources, make sure that you're either the resource group owner or have the following permissions on the resource group where the machines are provisioned:
76+
1. **Verify permissions**. As you register machines as Arc resources, make sure that you're either the resource group owner or have the following permissions on the resource group where the machines are provisioned:
7777
7878
- `Azure Connected Machine Onboarding`.
7979
- `Azure Connected Machine Resource Administrator`.
8080
81-
1. To verify that you have these roles, follow these steps in the Azure portal:
82-
81+
To verify that you have these roles, follow these steps in the Azure portal:
82+
8383
1. Go to the subscription you used for the Azure Local deployment.
8484
8585
1. Go to the resource group where you plan to register the machine.
8686
8787
1. In the left-pane, go to **Access Control (IAM)**.
8888
8989
1. In the right-pane, go to **Role assignments**. Verify that you have `Azure Connected Machine Onboarding` and `Azure Connected Machine Resource Administrator` roles assigned.
90-
90+
9191
## Step 1: Configure the network and connect to Azure
9292
9393
Follow these steps to configure network settings and connect the machines to Azure. Start this action a few minutes after you turn on the machine.

0 commit comments

Comments
 (0)