Skip to content

Commit 8278bc1

Browse files
committed
Updated with suggestions from PR reviewer.
1 parent c05705a commit 8278bc1

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Make sure that you've completed the following prerequisites on your Azure Stack
5050
- Use `kubectl version` to check the version of kubectl running on the client. Make a note of the full version.
5151
- In the local UI of your Azure Stack Edge Pro device, go to **Software update** and note the Kubernetes server version number.
5252

53-
![Verify Kubernetes server version number](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/verify-kubernetes-version-1.png)
53+
![Screenshot of verify Kubernetes server version number.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/verify-kubernetes-version-1.png)
5454

5555
- Verify these two versions are compatible.
5656

@@ -62,27 +62,27 @@ Before you enable Azure Arc on the Kubernetes cluster, you need to enable and re
6262
1. To enable a resource provider, in the Azure portal, go to the subscription that you're planning to use for the deployment. Go to **Resource Providers**.
6363
1. In the right-pane, search for the providers you want to add. In this example, `Microsoft.Kubernetes` and `Microsoft.KubernetesConfiguration`.
6464

65-
![Register Kubernetes resource providers](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-1.png)
65+
![Screenshot of register Kubernetes resource providers.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-1.png)
6666

6767
1. Select a resource provider and from the top of the command bar, select **Register**. Registration takes several minutes.
6868

69-
![Register Kubernetes resource providers 2](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-2.png)
69+
![Screenshot of register Kubernetes resource providers 2.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-2.png)
7070

7171
1. Refresh the UI until you see that the resource provider is registered. Repeat the process for both resource providers.
7272

73-
![Register Kubernetes resource providers 3](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-4.png)
73+
![Screenshot of register Kubernetes resource providers 3.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/register-k8-resource-providers-4.png)
7474

7575
You can also register resource providers via the `az cli`. For more information, see [Register the two providers for Azure Arc-enabled Kubernetes](/azure/azure-arc/kubernetes/quickstart-connect-cluster#register-providers-for-azure-arc-enabled-kubernetes).
7676

7777
## Create service principal, assign role
7878

7979
1. Make sure that you have `Subscription ID` and the name of the resource group you used for the resource deployment for your Azure Stack Edge service. To get the subscription ID, go to your Azure Stack Edge resource in the Azure portal. Navigate to **Overview > Essentials**.
8080

81-
![Get subscription ID](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/get-subscription-id-1.png)
81+
![Screenshot of get subscription ID.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/get-subscription-id-1.png)
8282

8383
To get the resource group name, go to **Properties**.
8484

85-
![Get resource group name](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/get-resource-group-name-1.png)
85+
![Screenshot of get resource group name.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/get-resource-group-name-1.png)
8686

8787
1. To create a service principal, use the following command via the `az cli`.
8888

@@ -120,11 +120,11 @@ You can also register resource providers via the `az cli`. For more information,
120120
121121
1. Navigate to your Azure Stack Edge device **Overview** and then select **JSON view** at top right.
122122
123-
![View Overview page for your Azure Stack Edge device](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/view-device-overview.png)
123+
![Screenshot of view Overview page for your Azure Stack Edge device.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/view-device-overview.png)
124124
125125
1. In the **Resource JSON** details for your device, make note of the `principalId`.
126126
127-
![View JSON details for your Azure Stack Edge device](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/view-json-details.png)
127+
![Screenshot of view JSON details for your Azure Stack Edge device.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/view-json-details.png)
128128
129129
- Option 3 - Use non-Azure Stack Edge PowerShell on a client machine to run the following command:
130130
@@ -176,7 +176,9 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
176176
177177
- To deploy Azure Arc on your device, make sure that you're using a [Supported region for Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?products=azure-arc).
178178
- 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.
179-
- **Important:** If you obtain the `Id` instead of creating a new service principle using the older method, then do not specify `ClientId`, `TenantId`, or `ClientSecret`.
179+
180+
> [!IMPORTANT]
181+
> If you obtain the `Id` instead of creating a new service principle using the older method, then do not specify `ClientId`, `TenantId`, or `ClientSecret`.
180182
181183
Here's an example:
182184
@@ -196,7 +198,7 @@ Follow these steps to configure the Kubernetes cluster for Azure Arc management:
196198

197199
In the Azure portal, a resource should be created with the name you provided in the preceding command.
198200

199-
![Go to Azure Arc resource](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/verify-azure-arc-enabled-1.png)
201+
![Screenshot of go to Azure Arc resource.](media/azure-stack-edge-gpu-deploy-arc-kubernetes-cluster/verify-azure-arc-enabled-1.png)
200202

201203
1. To verify that Azure Arc is enabled successfully, run the following command from PowerShell interface:
202204

0 commit comments

Comments
 (0)