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
+3-48Lines changed: 3 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,7 @@ Before you begin, make sure that you complete the following prerequisites:
25
25
26
26
### Azure Local machine prerequisites
27
27
28
-
1. Procure the hardware that you intend to use as an Azure Local system. Turn on these machines and connect them to the network.
29
-
30
-
1. Complete [prerequisites for your environment](../deploy/deployment-prerequisites.md).
31
-
32
-
1.[Prepare Active Directory](../deploy/deployment-prep-active-directory.md).
33
-
34
-
1.[Download the English-language Preview ISO](https://aka.ms/HCIReleaseImage).
35
-
36
-
1. Use the downloaded Preview ISO and follow the steps for operating system installation in [Install Azure Stack HCI Operating System, version 23H2](../deploy/deployment-install-os.md).
1. Download the [Configurator App for Azure Local](https://aka.ms/ConfiguratorAppForHCI).
39
31
@@ -44,29 +36,7 @@ Before you begin, make sure that you complete the following prerequisites:
44
36
45
37
### Azure prerequisites
46
38
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
-
49
-
Run the following [PowerShell commands](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register:
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.
64
-
65
-
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):
66
-
67
-
1. In the Azure portal, go to **Microsoft Entra ID** > **Properties**.
68
-
69
-
1. Scroll down to the Tenant ID section and copy the **Tenant ID** value to use later.
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`.
72
42
@@ -77,22 +47,7 @@ Before you begin, make sure that you complete the following prerequisites:
77
47
```
78
48
79
49
1. Make a note of the Arc gateway ID to use later.
80
-
81
-
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:
To verify that you have these roles, follow these steps in the Azure portal:
87
-
88
-
1. Go to the subscription you used for the Azure Local deployment.
89
-
90
-
1. Go to the resource group where you plan to register the machine.
91
-
92
-
1. In the left-pane, go to **Access Control (IAM)**.
93
-
94
-
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.
95
-
50
+
96
51
## Step 1: Configure the network and connect to Azure
97
52
98
53
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.
Copy file name to clipboardExpand all lines: azure-local/deploy/deployment-arc-register-server-permissions.md
+4-34Lines changed: 4 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,43 +19,13 @@ This article describes how to register your Azure Local machines and then set up
19
19
20
20
Before you begin, make sure you've completed the following prerequisites:
21
21
22
-
- Satisfy the [prerequisites and complete deployment checklist](./deployment-prerequisites.md).
23
-
- Prepare your [Active Directory](./deployment-prep-active-directory.md) environment.
24
-
-[Install the Azure Stack HCI operating system, version 23H2](./deployment-install-os.md) on each machine.
25
-
26
-
- Register your subscription with the required resource providers (RPs). You can use either the [Azure portal](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1) or the [Azure PowerShell](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register. You need to be an owner or contributor on your subscription to register the following resource RPs:
27
-
28
-
-*Microsoft.HybridCompute*
29
-
-*Microsoft.GuestConfiguration*
30
-
-*Microsoft.HybridConnectivity*
31
-
-*Microsoft.AzureStackHCI*
32
-
- Microsoft.Kubernetes
33
-
- Microsoft.KubernetesConfiguration
34
-
-*Microsoft.ExtendedLocation*
35
-
-*Microsoft.ResourceConnector*
36
-
-*HybridContainerService*
22
+
### Azure Local machine prerequisites
37
23
38
-
> [!NOTE]
39
-
> The assumption is that the person registering the Azure subscription with the resource providers is a different person than the one who is registering the Azure Local machines with Arc.
40
-
41
-
- If you're registering the machines as Arc resources, make sure that you have the following permissions on the resource group where the machines were provisioned:
42
-
43
-
- Azure Connected Machine Onboarding
44
-
- Azure Connected Machine Resource Administrator
45
-
46
-
To verify that you have these roles, follow these steps in the Azure portal:
47
-
48
-
1. Go to the subscription that you use for the Azure Local deployment.
49
-
1. Go to the resource group where you're planning to register the machines.
50
-
1. In the left-pane, go to **Access Control (IAM)**.
51
-
1. In the right-pane, go the **Role assignments**. Verify that you have the **Azure Connected Machine Onboarding** and **Azure Connected Machine Resource Administrator** roles assigned.
<!--:::image type="content" source="media/deployment-arc-register-server-permissions/contributor-user-access-administrator-permissions.png" alt-text="Screenshot of the roles and permissions assigned in the deployment subscription." lightbox="./media/deployment-arc-register-server-permissions/contributor-user-access-administrator-permissions.png":::-->
26
+
### Azure prerequisites
54
27
55
-
- Check your Azure policies. Make sure that:
56
-
- The Azure policies aren't blocking the installation of extensions.
57
-
- The Azure policies aren't blocking the creation of certain resource types in a resource group.
58
-
- The Azure policies aren't blocking the resource deployment in certain locations.
- Download the software and [Install the Azure Stack HCI operating system, version 23H2](../includes/../deploy/deployment-install-os.md) on each machine.
-**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.
13
+
14
+
Run the following [PowerShell commands](/azure/azure-resource-manager/management/resource-providers-and-types#azure-powershell) to register:
> The assumption is that the person registering the Azure subscription with the resource providers is a different person than the one who is registering the Azure Local machines with Arc.
30
+
31
+
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.
32
+
33
+
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):
34
+
35
+
1. In the Azure portal, go to **Microsoft Entra ID** > **Properties**.
36
+
37
+
1. Scroll down to the Tenant ID section and copy the **Tenant ID** value to use later.
38
+
39
+
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:
To verify that you have these roles, follow these steps in the Azure portal:
45
+
46
+
1. Go to the subscription you used for the Azure Local deployment.
47
+
48
+
1. Go to the resource group where you plan to register the machine.
49
+
50
+
1. In the left-pane, go to **Access Control (IAM)**.
51
+
52
+
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.
53
+
54
+
- Check your Azure policies. Make sure that:
55
+
- The Azure policies aren't blocking the installation of extensions.
56
+
- The Azure policies aren't blocking the creation of certain resource types in a resource group.
57
+
- The Azure policies aren't blocking the resource deployment in certain locations.
0 commit comments