You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,10 +87,7 @@ This section provides steps to create clusters in validated environments on Linu
87
87
88
88
The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/tools/scripts/AksEdgeQuickStart/AksEdgeQuickStartForAio.ps1) script automates the process of creating and connecting a cluster, and is the recommended path for deploying Azure IoT Operations on AKS Edge Essentials.
89
89
90
-
> [!NOTE]
91
-
> The instructions below are for external customer consumption and will only work after AIO 0.7 is released.
92
-
> For internal bug bashes, use these instructions instead: https://msazure.visualstudio.com/One/_wiki/wikis/AIO.wiki/714254/Setup-AKS-EE-with-WLIF-for-AIO-M2
93
-
90
+
94
91
95
92
1. Open an elevated PowerShell window and change the directory to a working folder.
96
93
@@ -104,6 +101,19 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
104
101
| LOCATION | An Azure region close to you. For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions). |
105
102
| CLUSTER_NAME | A name for the new cluster to be created. |
106
103
104
+
> [!NOTE]
105
+
> > **Special instructions for AIO Internal Bugbash**:
106
+
> The instructions below for AksEdgeQuickStartForAio.ps1 from AKS-Edge GitHub repo are for external customer consumption and will only work after AIO 0.7 is released.
107
+
> For internal bug bashes, use this powershell script below instead
0 commit comments