Skip to content

Commit 3c63bd7

Browse files
committed
Tweaks
1 parent 1bf2b7f commit 3c63bd7

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

AKS-Hybrid/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
href: aks-edge-howto-setup-nested-environment.md
197197
- name: Use GitOps with AKS Edge Essentials
198198
href: aks-edge-howto-use-gitops.md
199-
- name: Deploy Azure IoT Operations on AKS Edge Essentials
199+
- name: Deploy Azure IoT Operations
200200
href: aks-edge-howto-deploy-azure-iot.md
201201
- name: Offline installation
202202
href: aks-edge-howto-offline-install.md

AKS-Hybrid/aks-edge-howto-deploy-azure-iot.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,24 @@ After you download the script, perform the following steps:
5858

5959
1. Run the following commands, replacing the placeholder values with your information:
6060

61-
|Placeholder|Value |
62-
|---------|---------|
63-
|SUBSCRIPTION_ID | The ID of your Azure subscription. If you don't know your subscription ID, see [Find your Azure subscription](/azure/azure-portal/get-subscription-tenant-id#find-your-azure-subscription). |
64-
|TENANT_ID | The ID of your Microsoft Entra tenant. If you don't know your tenant ID, see [Find your Microsoft Entra tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). |
65-
|RESOURCE_GROUP_NAME | The name of an existing resource group or a name for a new resource group to be created. |
66-
|LOCATION | An Azure region close to you. For the list of currently supported Azure regions, see [Supported regions](/azure/iot-operations/overview-iot-operations#supported-regions). |
67-
|CLUSTER_NAME | A name for the new cluster to be created. |
68-
|ARC_APP_OBJECT_ID | The object ID value that you retrieved in step 2. |
69-
70-
```powershell
71-
$url = "https://raw.githubusercontent.com/Azure/AKS-Edge/main/tools/scripts/AksEdgeQuickStart/AksEdgeQuickStartForAio.ps1"
72-
Invoke-WebRequest -Uri $url -OutFile .\AksEdgeQuickStartForAio.ps1
73-
Unblock-File .\AksEdgeQuickStartForAio.ps1
74-
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
75-
.\AksEdgeQuickStartForAio.ps1 -SubscriptionId "<SUBSCRIPTION_ID>" -TenantId "<TENANT_ID>" -ResourceGroupName "<RESOURCE_GROUP_NAME>" -Location "<LOCATION>" -ClusterName "<CLUSTER_NAME>" -CustomLocationOid "<ARC_APP_OBJECT_ID>"
76-
```
61+
|Placeholder|Value |
62+
|---------|---------|
63+
|SUBSCRIPTION_ID | The ID of your Azure subscription. If you don't know your subscription ID, see [Find your Azure subscription](/azure/azure-portal/get-subscription-tenant-id#find-your-azure-subscription). |
64+
|TENANT_ID | The ID of your Microsoft Entra tenant. If you don't know your tenant ID, see [Find your Microsoft Entra tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). |
65+
|RESOURCE_GROUP_NAME | The name of an existing resource group or a name for a new resource group to be created. |
66+
|LOCATION | An Azure region close to you. For the list of currently supported Azure regions, see [Supported regions](/azure/iot-operations/overview-iot-operations#supported-regions). |
67+
|CLUSTER_NAME | A name for the new cluster to be created. |
68+
|ARC_APP_OBJECT_ID | The object ID value that you retrieved in step 2. |
69+
70+
```powershell
71+
$url = "https://raw.githubusercontent.com/Azure/AKS-Edge/main/tools/scripts/AksEdgeQuickStart/AksEdgeQuickStartForAio.ps1"
72+
Invoke-WebRequest -Uri $url -OutFile .\AksEdgeQuickStartForAio.ps1
73+
Unblock-File .\AksEdgeQuickStartForAio.ps1
74+
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
75+
.\AksEdgeQuickStartForAio.ps1 -SubscriptionId "<SUBSCRIPTION_ID>" -TenantId "<TENANT_ID>" -ResourceGroupName "<RESOURCE_GROUP_NAME>" -Location "<LOCATION>" -ClusterName "<CLUSTER_NAME>" -CustomLocationOid "<ARC_APP_OBJECT_ID>"
76+
```
7777

78-
If there are any issues during deployment, including if your machine reboots as part of this process, run the set of commands again.
78+
If there are any issues during deployment; for example, if your machine reboots as part of this process, run the set of commands again.
7979

8080
Run the following commands to check that the deployment was successful:
8181

0 commit comments

Comments
 (0)