Skip to content

Commit ab0d017

Browse files
Merge pull request #310557 from apwestgarth/mi_doc_updates
Update configure-managed-instance.md
2 parents 40404fc + d1434fa commit ab0d017

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configure Managed Instance on Azure App Service (Preview)"
33
description: Learn how to configure and deploy a Managed Instance on Azure App Service using Azure CLI and ARM templates. This guide covers general settings, storage mounts, registry keys, and Bastion/RDP access.
44
author: msangapu-msft
55
ms.author: msangapu
6-
ms.date: 11/18/2025
6+
ms.date: 01/15/2026
77
ms.service: azure-app-service
88
ms.topic: how-to
99
keywords:
@@ -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)