Skip to content

Commit d54c0ac

Browse files
committed
fix json names for consistency
1 parent f25379e commit d54c0ac

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ To run the quickstart script, perform the following steps:
6161
$giturl = "https://raw.githubusercontent.com/Azure/AKS-Edge/main/tools"
6262
$url = "$giturl/scripts/AksEdgeQuickStart/AksEdgeQuickStartForAio.ps1"
6363
Invoke-WebRequest -Uri $url -OutFile .\AksEdgeQuickStartForAio.ps1 -UseBasicParsing
64-
Invoke-WebRequest -Uri "$giturl/aio-aide-userconfig.json" -OutFile .\custom-userconfig.json -UseBasicParsing
65-
Invoke-WebRequest -Uri "$giturl/aio-aksedge-config.json" -OutFile .\custom-aksedge-config.json -UseBasicParsing
64+
Invoke-WebRequest -Uri "$giturl/aio-aide-userconfig.json" -UseBasicParsing
65+
Invoke-WebRequest -Uri "$giturl/aio-aksedge-config.json" -UseBasicParsing
6666
Unblock-File .\AksEdgeQuickStartForAio.ps1
6767
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
6868
```
6969

70-
1. Add the required parameter values in the **custom-userconfig.json** and **custom-aksedge-config.json** files:
70+
1. Add the required parameter values in the **aio-aide-userconfig.json** and **aio-aksedge-config.json** files:
7171

72-
In **custom-userconfig.json**, fill in the following values:
72+
In **aio-aide-userconfig.json**, fill in the following values:
7373

7474
|Flag|Value |
7575
|---------|---------|
@@ -80,7 +80,7 @@ To run the quickstart script, perform the following steps:
8080
|CustomLocationOID | The object ID value that you retrieved in step 2. |
8181
|EnableWorkloadIdentity (preview) | Enabled by default. While you can opt out before deploying the cluster, you cannot enable it after cluster creation. Workload identity federation lets you configure a user-assigned managed identity or app registration in Microsoft Entra ID to trust tokens from external identity providers (IdPs) such as Kubernetes. To configure workload identity federation, [see this article](aks-edge-workload-identity.md). |
8282

83-
In **custom-aksedge-config.json**, add the required **ClusterName** field and other optional fields, as follows:
83+
In **aio-aksedge-config.json**, add the required **ClusterName** field and other optional fields, as follows:
8484

8585
|Flag | Value |
8686
|---------|---------|
@@ -102,7 +102,7 @@ To run the quickstart script, perform the following steps:
102102
3. Run the following command:
103103

104104
```powershell
105-
.\AksEdgeQuickStartForAio.ps1 -aideUserConfigfile .\custom-userconfig.json -aksedgeConfigFile .\custom-aksedge-config.json
105+
.\AksEdgeQuickStartForAio.ps1 -aideUserConfigfile .\aio-aide-userconfig.json -aksedgeConfigFile .\aio-aksedge-config.json
106106
```
107107
108108
If there are issues during deployment; for example, if your machine reboots as part of this process, run the set of commands again.

0 commit comments

Comments
 (0)