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/deploy/deployment-arc-register-configurator-app.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Before you begin, make sure that you complete the following prerequisites:
44
44
45
45
### Azure prerequisites
46
46
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.
48
48
49
49
Run the following [PowerShell commands](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register:
50
50
@@ -55,15 +55,15 @@ Before you begin, make sure that you complete the following prerequisites:
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.
59
59
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):
61
61
62
62
1. In the Azure portal, go to **Microsoft Entra ID** > **Properties**.
63
63
64
64
1. Scroll down to the Tenant ID section and copy the **Tenant ID** value to use later.
65
65
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`.
67
67
68
68
1. To get the `ArcGatewayID`, run the following command:
69
69
@@ -73,21 +73,21 @@ Before you begin, make sure that you complete the following prerequisites:
73
73
74
74
1. Make a note of the Arc gateway ID to use later.
75
75
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:
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
+
83
83
1. Go to the subscription you used for the Azure Local deployment.
84
84
85
85
1. Go to the resource group where you plan to register the machine.
86
86
87
87
1. In the left-pane, go to **Access Control (IAM)**.
88
88
89
89
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
+
91
91
## Step 1: Configure the network and connect to Azure
92
92
93
93
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