Skip to content

Commit 71741c4

Browse files
authored
Update configure-managed-instance.md
Added FAQ on available regions and information on the CLI command, as of Azure CLI 2.82.0, that can be used to get the latest list.
1 parent c2aaecd commit 71741c4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

articles/app-service/configure-managed-instance.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ To configure Bastion:
220220
- [My Managed Instance on App Service plan has multiple web applications can I restart a single web application?](#my-managed-instance-on-app-service-plan-has-multiple-web-applications-can-i-restart-a-single-web-application)
221221
- [Can I assign Managed Identity to my web application within the Managed Instance on App Service plan?](#can-i-assign-managed-identity-to-my-web-application-within-the-managed-instance-on-app-service-plan)
222222
- [Is there a limitation on number of adapters that I can create for Managed Instance on App Service plan?](#is-there-a-limitation-on-number-of-adapters-that-i-can-create-for-managed-instance-on-app-service-plan)
223+
- [Which regions have support for Managed Instance on App Service?](#which-regions-have-support-for-managed-instance-on-app-service)
223224

224225
### What operating system (os) is running on Managed Instance on Azure App Service?
225226

@@ -303,6 +304,14 @@ Yes, you can assign a _different_ Managed identity to a web application within t
303304

304305
No, there's no limit on the number of storage or registry adapters. You can only create a single configuration (install) script adapter for Managed Instance on App Service plan. The increasing the number of adapters could affect provisioning time for Managed Instance.
305306

307+
### Which regions have support for Managed Instance on App Service?
308+
309+
Currently support for Managed Instance on App Service is limited to East US, West Central US, East Asia, North Europe and Australia East. More regions will be added to the preview over time. To get an updated list of regions you can use the following CLI command (You must be using Azure CLI version 2.82.0 or higher).
310+
311+
```azurecli
312+
az appservice list-locations --managed-instance-enabled --sku <Pv4 or PmV4 sku your require, for example P1v4>
313+
```
314+
306315
## Related content
307316

308317
- [Overview of Managed Instance on Azure App Service](overview-managed-instance.md)

0 commit comments

Comments
 (0)