Skip to content

Commit cbd60d8

Browse files
authored
Add link to RG/Sub move info
1 parent 01fb3c1 commit cbd60d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/operational-excellence/relocation-functions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
ms.service: azure-functions
66
author: anaharris-ms
77
ms.author: anaharris
8-
ms.date: 08/11/2024
8+
ms.date: 09/13/2024
99
ms.custom: subject-relocation
1010
#Customer intent: As an Azure service administrator, I want to move my Azure Functions resources to another Azure region.
1111
---
@@ -16,7 +16,9 @@ This article describes how to move an Azure Functions-hosted function app to ano
1616

1717
[!INCLUDE [relocate-reasons](./includes/service-relocation-reason-include.md)]
1818

19-
The Azure resources that host your function app are region-specific and can't be moved across regions. Instead, you must create a copy of your existing function app resources in the target region, and then redeploy your functions code over to the new app.
19+
The Azure resources that host your function app are region-specific and can't be moved across regions. Instead, you must create a copy of your existing function app resources in the target region, and then redeploy your functions code over to the new app.
20+
21+
You can move these same resources to another resource group or subscription, as long as they remain in the same region. For more information, see [Move App Service resources to a new resource group or subscription](/azure/azure-resource-manager/management/move-limitations/app-service-move-limitations).
2022

2123
## Prerequisites
2224

0 commit comments

Comments
 (0)