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/concepts/system-requirements-23h2.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ Here are the Azure requirements for your Azure Local instance:
28
28
- Subscription obtained through an Enterprise Agreement (EA).
29
29
- Subscription obtained through the Cloud Solution Provider (CSP) program.
30
30
31
-
-**Azure permissions**: Make sure that you're assigned the required roles and permissions for registration and deployment. For information on how to assign permissions, see [Assign Azure permissions for registration](../deploy/deployment-arc-register-server-permissions.md#assign-required-permissions-for-deployment).
32
-
31
+
-**Azure permissions**: Make sure that you're assigned the required roles and permissions for registration and deployment. For information on how to assign permissions, see [Assign Azure permissions for registration](../deploy/deployment-arc-register-server-permissions.md).
33
32
-**Azure regions**: Azure Local is supported for the following regions:
> - Run these steps as a local administrator on every Azure Local machine that you intend to cluster.
34
-
> - Once an Azure Local machine is registered with Azure Arc, the only way to undo the registration is to install the operating system again on the machine.
35
-
> - If you encounter error code 42 when registering a new Azure Local machine with Azure Arc, see the [Troubleshooting guide](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/ArcRegistration/TSG-Arc-registration-failing-with-error-42.md).
36
-
37
-
1. Set the parameters. The script takes in the following parameters:
38
-
39
-
|Parameters |Description |
40
-
|------------|-------------|
41
-
|`SubscriptionID`|The ID of the subscription used to register your machines with Azure Arc. |
42
-
|`TenantID`|The tenant ID used to register your machines with Azure Arc. Go to your Microsoft Entra ID and copy the tenant ID property. |
43
-
|`ResourceGroup`|The resource group precreated for Arc registration of the machines. A resource group is created if one doesn't exist. |
44
-
|`Region`|The Azure region used for registration. See the [Supported regions](../concepts/system-requirements-23h2.md#azure-requirements) that can be used. |
45
-
|`AccountID`|The user who registers and deploys the instance. |
46
-
|`ProxyServer`|Optional parameter. Proxy Server address when is required for outbound connectivity. |
47
-
|`DeviceCode`|The device code displayed in the console at `https://microsoft.com/devicelogin` and is used to sign in to the device. |
48
-
49
-
50
-
# [PowerShell](#tab/powershell)
51
-
52
-
```powershell
53
-
#Define the subscription where you want to register your machine as Arc device
54
-
$Subscription = "YourSubscriptionID"
55
-
56
-
#Define the resource group where you want to register your machine as Arc device
57
-
$RG = "YourResourceGroupName"
58
-
59
-
#Define the region to use to register your server as Arc device
60
-
#Do not use spaces or capital letters when defining region
61
-
$Region = "eastus"
62
-
63
-
#Define the tenant you will use to register your machine as Arc device
64
-
$Tenant = "YourTenantID"
65
-
66
-
#Define the proxy address if your Azure Local deployment accesses the internet via proxy
2. Connect to your Azure account and set the subscription. Open a browser on the client that you're using to connect to the machine and open this page: `https://microsoft.com/devicelogin` and enter the provided code in the Azure CLI output to authenticate. Get the access token and account ID for the registration.
If you're accessing the internet using a proxy server, you need to add the `-Proxy` parameter and provide the proxy server in the format `http://<Proxy server FQDN or IP address>:Port` when running the script.
127
-
128
-
For a list of supported Azure regions, see [Azure requirements](../concepts/system-requirements-23h2.md#azure-requirements).
129
-
130
-
# [Output](#tab/output)
131
-
132
-
Here's a sample output of a successful registration of your machines:
4. After the script completes successfully on all the machines, verify that:
157
-
158
-
1. Your machines are registered with Arc. Go to the Azure portal and then go to the resource group associated with the registration. The machines appear within the specified resource group as **Machine - Azure Arc** type resources.
159
-
160
-
:::image type="content" source="media/deployment-arc-register-server-permissions/arc-servers-registered-1.png" alt-text="Screenshot of the Azure Local machines in the resource group after the successful registration." lightbox="./media/deployment-arc-register-server-permissions/arc-servers-registered-1.png":::
161
-
162
-
## Assign required permissions for deployment
28
+
## Assign Azure permissions for deployment
163
29
164
-
This section describes how to assign Azure permissions for deployment from the Azure portal.
30
+
Follow these steps to assign Azure permissions for deployment from the Azure portal.
165
31
166
32
1. In [the Azure portal](https://portal.azure.com/), go to the subscription used to register the machines. In the left pane, select **Access control (IAM)**. In the right pane, select **+ Add** and from the dropdown list, select **Add role assignment**.
167
33
@@ -194,6 +60,7 @@ This section describes how to assign Azure permissions for deployment from the A
194
60
195
61
## Next steps
196
62
197
-
After setting up the first machine in your instance, you're ready to deploy using Azure portal:
63
+
After setting up the subscription permissions, you can register your Azure Local machines with Azure Arc.
198
64
199
-
- [Deploy using Azure portal](./deploy-via-portal.md).
65
+
-[Register using Azure Arc gateway](./deployment-with-azure-arc-gateway.md).
66
+
-[Register using Azure Arc](./deployment-without-azure-arc-gateway.md).
0 commit comments