Skip to content

Commit a0c7b9a

Browse files
authored
Merge pull request #108600 from dominicbetts/central-geographies
Update IoT Central geographies
2 parents 6cd0e8f + aa25137 commit a0c7b9a

5 files changed

+6
-16
lines changed

articles/iot-central/core/howto-create-and-manage-applications-csp.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,14 @@ If you don't have an Azure subscription, you can create one in the Microsoft Par
6969

7070
To learn more, see [Azure subscriptions](https://docs.microsoft.com/azure/guides/developer/azure-developer-guide#understanding-accounts-subscriptions-and-billing).
7171

72-
## Region
72+
## Location
7373

74-
Choose the region or [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you'd like to create your Azure IoT Central Application. Typically, you should choose the region that's closest physically to your devices to get optimal performance.
75-
76-
To learn more, see [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/) and [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
77-
78-
You can see the regions in which Azure IoT Central is available on the [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=iot-central) page.
79-
80-
> [!Note]
81-
> Once you choose a region, you cannot later move your application to a different region.
74+
**Location** is the [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you'd like to create the application. Typically, you should choose the location that's physically closest to your devices to get optimal performance. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, **United States**, **United Kingdom**, and **Japan** geographies. Once you choose a location, you can't later move your application to a different location.
8275

8376
## Application template
8477

8578
Choose the application template you want to use for your application.
8679

87-
8880
## Next steps
8981

9082
Now that you have learned how to create an Azure IoT Central application as a CSP, here is the suggested next step:

articles/iot-central/core/howto-manage-iot-central-from-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ These commands first create a resource group in the east US region for the appli
5151
| Parameter | Description |
5252
| ----------------- | ----------- |
5353
| resource-group | The resource group that contains the application. This resource group must already exist in your subscription. |
54-
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, or **United States** geographies. |
54+
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, **United States**, **United Kingdom**, and **Japan** geographies. |
5555
| name | The name of the application in the Azure portal. |
5656
| subdomain | The subdomain in the URL of the application. In the example, the application URL is https://mysubdomain.azureiotcentral.com. |
5757
| sku | Currently, you can use either **ST1** or **ST2**. See [Azure IoT Central pricing](https://azure.microsoft.com/pricing/details/iot-central/). |

articles/iot-central/core/howto-manage-iot-central-from-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ Fill in all the fields in the form. This form is similar to the form you fill ou
3636

3737
![Create IoT Central form](media/howto-manage-iot-central-from-portal/image6a.png)
3838

39-
**Location** is the [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you'd like to create your application. Typically, you should choose the location that's physically closest to your devices to get optimal performance. Azure IoT Central is currently available in the **United States**, **Australia**, **Asia Pacific**, or in **Europe**. Once you choose a location, you can't move your application to a different location later.
40-
39+
**Location** is the [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you'd like to create your application. Typically, you should choose the location that's physically closest to your devices to get optimal performance. Azure IoT Central is currently available in the **Australia**, **Asia Pacific**, **Europe**, **United States**, **United Kingdom**, and **Japan** geographies. Once you choose a location, you can't move your application to a different location later.
4140

4241
After filling out all fields, select **Create**.
4342

articles/iot-central/core/howto-manage-iot-central-from-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The script first creates a resource group in the east US region for the applicat
6464
|Parameter |Description |
6565
|------------------|------------|
6666
|ResourceGroupName |The resource group that contains the application. This resource group must already exist in your subscription. |
67-
|Location |By default, this cmdlet uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, or **United States** geographies. |
67+
|Location |By default, this cmdlet uses the location from the resource group. Currently, you can create an IoT Central application in the **Australia**, **Asia Pacific**, **Europe**, **United States**, **United Kingdom**, and **Japan** geographies. |
6868
|Name |The name of the application in the Azure portal. |
6969
|Subdomain |The subdomain in the URL of the application. In the example, the application URL is https://mysubdomain.azureiotcentral.com. |
7070
|Sku |Currently, you can use either **ST1** or **ST2**. See [Azure IoT Central pricing](https://azure.microsoft.com/pricing/details/iot-central/). |

articles/iot-central/core/overview-iot-central.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article outlines, for IoT Central:
3434
- Jobs don't support complex types.
3535
- Array schema types aren't supported.
3636
- Only the C device SDK and the Node.js device and service SDKs are supported.
37-
- It's only available in the United States, Europe, Asia Pacific, and Australia locations.
37+
- It's only available in the United States, Europe, Asia Pacific, Australia, United Kingdom, and Japan locations.
3838
- Device capability models must have all the interfaces defined inline in the same file.
3939
- Support for [IoT Plug and Play](../../iot-pnp/overview-iot-plug-and-play.md) is in preview and is only supported only in selected regions.
4040

@@ -69,7 +69,6 @@ This device template includes:
6969
- Cloud properties that aren't stored on the device.
7070
- Customizations, dashboards, and forms that are part of your IoT Central application.
7171

72-
7372
### Pricing
7473

7574
You can create IoT Central application using a 7-day free trial, or use a standard pricing plan.

0 commit comments

Comments
 (0)