Skip to content

Commit 28ea2cd

Browse files
committed
versions in overview
1 parent 4063a74 commit 28ea2cd

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
113113
114114
| Placeholder | Value |
115115
| ----------- | ----- |
116-
| SUBSCRIPTION_ID | The ID of your Azure subscription. If you don't know your subscription ID, see [Find your Azure subscription](../../azure-portal/get-subscription-tenant-id#find-your-azure-subscription) |
117-
| TENANT_ID | The ID of your Microsoft Entra tenant. If you don't know your tenant ID, see [Find your Microsoft Entra tenant](../../azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant) |
116+
| SUBSCRIPTION_ID | The ID of your Azure subscription. If you don't know your subscription ID, see [Find your Azure subscription](../../azure-portal/get-subscription-tenant-id.md#find-your-azure-subscription). |
117+
| TENANT_ID | The ID of your Microsoft Entra tenant. If you don't know your tenant ID, see [Find your Microsoft Entra tenant](../../azure-portal/get-subscription-tenant-id.md#find-your-microsoft-entra-tenant). |
118118
| RESOURCE_GROUP_NAME | The name of an existing resource group or a name for a new resource group to be created. |
119-
| LOCATION | An Azure region close to you. Currently, the supported regions are: "eastus", "eastus2", "westus", "westus2", "westeurope", or "northeurope" |
119+
| LOCATION | An Azure region close to you. For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions). |
120120
| CLUSTER_NAME | A name for the new cluster to be created. |
121121
122122
```powershell
@@ -213,12 +213,13 @@ To connect your cluster to Azure Arc:
213213
214214
1. Set environment variables for your Azure subscription, location, a new resource group, and the cluster name as it will show up in your resource group.
215215
216+
For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions).
217+
216218
```bash
217219
# Id of the subscription where your resource group and Arc-enabled cluster will be created
218220
export SUBSCRIPTION_ID=<SUBSCRIPTION_ID>
219221
220222
# Azure region where the created resource group will be located
221-
# Currently supported regions: "eastus", "eastus2", "westus", "westus2", "westeurope", or "northeurope"
222223
export LOCATION=<REGION>
223224
224225
# Name of a new resource group to create which will hold the Arc-enabled cluster and Azure IoT Operations resources
@@ -228,9 +229,6 @@ To connect your cluster to Azure Arc:
228229
export CLUSTER_NAME=<NEW_CLUSTER_NAME>
229230
```
230231
231-
>[!NOTE]
232-
>West US 3 was a supported region in previous versions of Azure IoT Operations, but isn't supported with versions 0.6.x.
233-
234232
1. Set the Azure subscription context for all commands:
235233
236234
```azurecli

articles/iot-operations/includes/prepare-codespaces.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,13 @@ To create your codespace and cluster, use the following steps:
2929
| --------- | ----- |
3030
| SUBSCRIPTION_ID | Your Azure subscription ID. |
3131
| RESOURCE_GROUP | A name for a new Azure resource group where your cluster will be created. |
32-
| LOCATION | An Azure region close to you. The following regions are supported in public preview: eastus, eastus2, westus, westus2, westeurope, or northeurope. |
32+
| LOCATION | An Azure region close to you. For the list of currently supported regions, see [Supported regions](../overview-iot-operations.md#supported-regions). |
3333

3434
>[!TIP]
3535
>The values you provide as secrets in this step get saved on your GitHub account to be used in this and future codespaces. They're also automatically added as environment variables in the codespace terminal, and you can use those environment variables in the CLI commands in the next section.
3636
>
3737
>Additionally, this codespace automatically creates a `CLUSTER_NAME` environment variable which is set with the codespace name.
3838
39-
>[!NOTE]
40-
>West US 3 was a supported region in previous versions of Azure IoT Operations, but isn't supported with versions 0.6.x.
41-
4239
1. Select **Create new codespace**.
4340

4441
1. Once the codespace is ready, select the menu button at the top left, then select **Open in VS Code Desktop**.

articles/iot-operations/overview-iot-operations.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: dobett
66
ms.topic: conceptual
77
ms.custom:
88
- ignite-2023
9+
- references_regions
910
ms.date: 07/31/2024
1011
---
1112

@@ -95,6 +96,20 @@ To secure communication between devices and the cloud through isolated network e
9596

9697
[!INCLUDE [validated-environments](includes/validated-environments.md)]
9798

99+
## Supported regions
100+
101+
In the 0.6.x public preview release, Azure IoT Operations supports clusters that are Arc-enabled in the following regions:
102+
103+
* East US
104+
* East US 2
105+
* West US
106+
* West US 2
107+
* West Europe
108+
* North Europe
109+
110+
>[!NOTE]
111+
>West US 3 was supported in previous versions of Azure IoT Operations, but isn't supported in version 0.6.x.
112+
98113
## Next step
99114

100115
Try the [Quickstart: Get started with an end-to-end sample](get-started-end-to-end-sample/quickstart-deploy.md).

0 commit comments

Comments
 (0)