Skip to content

Commit a53b309

Browse files
Merge pull request #310433 from dlepow/movesub
[APIM] Update FAQ for moving subs
2 parents 0c42577 + 6806145 commit a53b309

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

articles/api-management/api-management-faq.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
author: dlepow
66
ms.service: azure-api-management
77
ms.topic: faq
8-
ms.date: 09/30/2025
8+
ms.date: 01/13/2026
99
ms.author: danlep
1010
ms.custom: engagement-fy23,fasttrack-edit,build-2025
1111

@@ -51,7 +51,10 @@ sections:
5151
- question: |
5252
Can I move an API Management instance from one subscription to another?
5353
answer: |
54-
Yes. To learn how, see [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md).
54+
Yes. To learn how, see [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md). Certain features or resources can't be moved and should be disabled or removed before the move, including:
55+
56+
* System-assigned or user-assigned managed identities.
57+
* Virtual network subnet configurations.
5558
5659
- question: |
5760
Can I manage my API Management instance programmatically?

articles/api-management/api-management-howto-use-managed-service-identity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ You can grant two types of identities to an API Management instance:
2727
- A *user-assigned identity* is a standalone Azure resource that can be assigned to your service. The service can have multiple user-assigned identities.
2828

2929
> [!NOTE]
30-
> Managed identities are specific to the Microsoft Entra tenant in which your Azure subscription is hosted. They don't get updated if a subscription is moved to a different directory. If a subscription is moved, you need to re-create and reconfigure the identities.
30+
> - Managed identities are specific to the Microsoft Entra tenant in which your Azure subscription is hosted. They don't get updated if a subscription is moved to a different directory. If a subscription is moved, you need to recreate and reconfigure the identities.
31+
> - API Management managed identities are also specific to the Azure subscription in which the service is hosted. If you move the service to a different subscription in the same tenant, you need to recreate and reconfigure the identities.
3132
3233
[!INCLUDE [api-management-workspace-availability](../../includes/api-management-workspace-availability.md)]
3334

0 commit comments

Comments
 (0)