Skip to content

Commit 4098a64

Browse files
committed
Updated with edits.
1 parent be5cd62 commit 4098a64

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/databox-online/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ You can also register resource providers via the `az cli`. For more information,
104104
PS /home/user>
105105
```
106106
107-
1. Make a note of the `appID`, `name`, `password`, and `tenantID` as you'll use these values as input to the next command.
107+
1. Make a note of the `appId`, `name`, `password`, and `tenantID` as you'll use these values as input to the next command.
108108
109109
Note that there are several ways to obtain ‘appId’. If you use one of the following methods, you can skip steps 1, 2, and 3 from the previous section and move directly to the following step 4.
110110
111111
- Use Minishell to run the following PowerShell cmdlet:
112112
113-
```powershell
114-
Get-AzureDataBoxEdgeApplicationId
115-
```
113+
```powershell
114+
Get-AzureDataBoxEdgeApplicationId
115+
```
116116
117117
- In Azure portal, navigate to your Azure Stack Edge device **Overview** and then at top right, select **JSON view**. You see **Resource JSON** details for your device. Make note of the `principalId` for your device.
118118
@@ -121,11 +121,11 @@ You can also register resource providers via the `az cli`. For more information,
121121
122122
- Use non-Azure Stack Edge PowerShell on a client machine to run the following:
123123
124-
```powershell
125-
$ASEResource= GetAzResource –ResourceGroupName <resource-group-name> -ResourceName <resource-name>
124+
```powershell
125+
$ASEResource= GetAzResource –ResourceGroupName <resource-group-name> -ResourceName <resource-name>
126126
127-
$ASEResource.Identity.PrincipalId
128-
```
127+
$ASEResource.Identity.PrincipalId
128+
```
129129
130130
1. After you create the new service principal or create it using one of these methods, assign the `Kubernetes Cluster - Azure Arc Onboarding` role to the newly created principal. This is a built-in Azure role (use the role ID in the command) with limited permissions. Use the following command:
131131
@@ -167,7 +167,7 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
167167
168168
- To deploy Azure Arc on your device, make sure that you are using a [Supported region for Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc).
169169
- Use the `az account list-locations` command to determine the exact location name to pass in the `Set-HcsKubernetesAzureArcAgent` cmdlet. Location names are typically formatted without any spaces.
170-
- `ClientId`, `TenantId`, and `ClientSecret` are optional.
170+
- Specifying `ClientId`, `TenantId`, and `ClientSecret` is optional.
171171
- If you assign a role to `appId`, do not specify `ClientId`, `TenantId`, and `ClientSecret`.
172172
173173
Here's an example:
@@ -230,7 +230,7 @@ A conceptual overview of these agents is available [here](/azure/azure-arc/kuber
230230
231231
To remove the Azure Arc management, follow these steps:
232232
233-
1. 1. [Connect to the PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface) of your device.
233+
1. [Connect to the PowerShell interface](azure-stack-edge-gpu-connect-powershell-interface.md#connect-to-the-powershell-interface) of your device.
234234
2. Type:
235235
236236
`Remove-HcsKubernetesAzureArcAgent`
@@ -242,4 +242,4 @@ To remove the Azure Arc management, follow these steps:
242242
## Next steps
243243
244244
To understand how to run an Azure Arc deployment, see
245-
[Deploy a stateless PHP `Guestbook` application with Redis via GitOps on an Azure Stack Edge Pro device](azure-stack-edge-gpu-deploy-stateless-application-git-ops-guestbook.md)
245+
[Deploy a stateless PHP `Guestbook` application with Redis via GitOps on an Azure Stack Edge Pro device](azure-stack-edge-gpu-deploy-stateless-application-git-ops-guestbook.md).

0 commit comments

Comments
 (0)