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
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,10 +113,10 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
113
113
114
114
| Placeholder | Value |
115
115
| ----------- | ----- |
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). |
118
118
| 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). |
120
120
| CLUSTER_NAME | A name for the new cluster to be created. |
121
121
122
122
```powershell
@@ -213,12 +213,13 @@ To connect your cluster to Azure Arc:
213
213
214
214
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.
215
215
216
+
For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions).
217
+
216
218
```bash
217
219
# Id of the subscription where your resource group and Arc-enabled cluster will be created
218
220
export SUBSCRIPTION_ID=<SUBSCRIPTION_ID>
219
221
220
222
# Azure region where the created resource group will be located
221
-
# Currently supported regions: "eastus", "eastus2", "westus", "westus2", "westeurope", or "northeurope"
222
223
export LOCATION=<REGION>
223
224
224
225
# 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:
228
229
export CLUSTER_NAME=<NEW_CLUSTER_NAME>
229
230
```
230
231
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
-
234
232
1. Set the Azure subscription context for all commands:
Copy file name to clipboardExpand all lines: articles/iot-operations/includes/prepare-codespaces.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,16 +29,13 @@ To create your codespace and cluster, use the following steps:
29
29
| --------- | ----- |
30
30
| SUBSCRIPTION_ID | Your Azure subscription ID. |
31
31
| 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). |
33
33
34
34
>[!TIP]
35
35
>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.
36
36
>
37
37
>Additionally, this codespace automatically creates a `CLUSTER_NAME` environment variable which is set with the codespace name.
38
38
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
-
42
39
1. Select **Create new codespace**.
43
40
44
41
1. Once the codespace is ready, select the menu button at the top left, then select **Open in VS Code Desktop**.
0 commit comments