Skip to content

Commit 6e2292a

Browse files
authored
Merge pull request #87944 from dominicbetts/central-geo
Add geography
2 parents d22e6c5 + f8eca9f commit 6e2292a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ To learn more, see [Azure subscriptions](https://docs.microsoft.com/azure/guides
6767

6868
## Region
6969

70-
Choose the region where you’d like to create your Azure IoT Central Application. Typically, you should choose the region that is closest physically to your devices to get optimal performance.
70+
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.
7171

7272
> [!NOTE]
7373
> The **Preview application** template is currently only available in the **North Europe** and **Central US** regions.
7474
75-
To learn more, see [Azure regions](https://docs.microsoft.com/azure/guides/developer/azure-developer-guide#azure-regions).
75+
To learn more, see [Azure regions](https://azure.microsoft.com/global-infrastructure/regions/) and [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
7676

77-
You can see the regions in which Azure IoT Central is available on the [Products available by region](https://azure.microsoft.com/regions/services/) page.
77+
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.
7878

7979
> [!Note]
8080
> Once you choose a region, you cannot later move your application to a different region.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ These commands first create a resource group in the east US region for the appli
4848
| Parameter | Description |
4949
| ----------------- | ----------- |
5050
| resource-group | The resource group that contains the application. This resource group must already exist in your subscription. |
51-
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **East US**, **West US**, **North Europe**, or **West Europe** regions. |
51+
| location | By default, this command uses the location from the resource group. Currently, you can create an IoT Central application in the **East US**, **West US**, **North Europe**, or **West Europe** regions, or the **Australia** geography. |
5252
| name | The name of the application in the Azure portal. |
5353
| subdomain | The subdomain in the URL of the application. In the example, the application URL is https://mysubdomain.azureiotcentral.com. |
5454
| sku | Currently, the only value is **S1** (standard tier). See [Azure IoT Central pricing](https://azure.microsoft.com/pricing/details/iot-central/). |

articles/iot-central/quick-deploy-iot-central.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To create a new Azure IoT Central application:
3232
- **Pay-As-You-Go** applications are charged per device, with the first 5 devices free. If you create a **Pay-As-You-Go** application, you need to select your *Directory*, *Azure Subscription*, and *Region*:
3333
- *Directory* is the Azure Active Directory (AD) to create your application. It contains user identities, credentials, and other organizational information. If you don’t have an Azure AD, one is created for you when you create an Azure subscription.
3434
- An *Azure Subscription* enables you to create instances of Azure services. IoT Central will provision resources in your subscription. If you don’t have an Azure subscription, you can create one on the [Azure sign-up page](https://aka.ms/createazuresubscription). After you create the Azure subscription, navigate back to the **Create Application** page. Your new subscription appears in the **Azure Subscription** drop-down.
35-
- *Region* is the physical location where you’d like to create your application. Typically, you should choose the region that is physically closest to your devices to get optimal performance.You can see the regions in which Azure IoT Central is available on the [Products available by region](https://azure.microsoft.com/regions/services/) page. Once you choose a region, you can't later move your application to a different region.
35+
- *Region* is the physical location or [geography](https://azure.microsoft.com/global-infrastructure/geographies/) where you’d like to create your application. Typically, you should choose the region that's physically closest to your devices to get optimal performance. 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. Once you choose a region, you can't later move your application to a different region.
3636

3737
Learn more about pricing on the [Azure IoT Central pricing page](https://azure.microsoft.com/pricing/details/iot-central/).
3838

0 commit comments

Comments
 (0)