Skip to content

Commit c05705a

Browse files
committed
editorial tweak.
1 parent e5e39e2 commit c05705a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article shows you how to enable Azure Arc on an existing Kubernetes cluster
1919
This procedure assumes that you've read and understood the following articles:
2020

2121
- [Kubernetes workloads on Azure Stack Edge Pro device](azure-stack-edge-gpu-kubernetes-workload-management.md).
22-
- [What is Azure Arc-enabled Kubernetes (Preview)?](/azure/azure-arc/kubernetes/overview).
22+
- [What is Azure Arc-enabled Kubernetes (Preview)?](/azure/azure-arc/kubernetes/overview)
2323

2424
## Prerequisites
2525

@@ -130,8 +130,8 @@ You can also register resource providers via the `az cli`. For more information,
130130
131131
```powershell
132132
// ASE resource group and resource name can be obtained from Azure portal
133-
PS C:\>$ASEResource= GetAzResource –ResourceGroupName <resource-group-name> -ResourceName <resource-name>
134-
PS C:\>$ASEResource.Identity.PrincipalId
133+
PS C:\> $ASEResource= GetAzResource –ResourceGroupName <resource-group-name> -ResourceName <resource-name>
134+
PS C:\> $ASEResource.Identity.PrincipalId
135135
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
136136
PS C:\>
137137
```

0 commit comments

Comments
 (0)