Skip to content

Commit b59d4a4

Browse files
authored
Merge pull request #281918 from kgremban/aiojuly-review
M1 supported regions; architecture diagram fixes
2 parents 01a3702 + 24daf5c commit b59d4a4

12 files changed

+8339
-13129
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ To connect your cluster to Azure Arc:
232232
export SUBSCRIPTION_ID=<SUBSCRIPTION_ID>
233233
234234
# Azure region where the created resource group will be located
235-
# Currently supported regions: "eastus", "eastus2", "westus", "westus2", "westus3", "westeurope", or "northeurope"
235+
# Currently supported regions: "eastus", "eastus2", "westus", "westus2", "westeurope", or "northeurope"
236236
export LOCATION=<REGION>
237237
238238
# Name of a new resource group to create which will hold the Arc-enabled cluster and Azure IoT Operations resources
@@ -242,6 +242,9 @@ To connect your cluster to Azure Arc:
242242
export CLUSTER_NAME=<NEW_CLUSTER_NAME>
243243
```
244244

245+
>[!NOTE]
246+
>West US 3 was a supported region in previous versions of Azure IoT Operations, but isn't supported with versions 0.6.x.
247+
245248
1. Set the Azure subscription context for all commands:
246249
247250
```azurecli
-4.98 KB
Loading

0 commit comments

Comments
 (0)