Skip to content

Commit adced6f

Browse files
Update articles/operational-excellence/relocation-functions.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 63088ac commit adced6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operational-excellence/relocation-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Review and configure the resources identified in the [Prepare](#prepare) step ab
109109
+ References and application settings that connect your function app to dependencies need to be reviewed and, when needed, updated. For example, when you move a database that your functions call, you must also update the application settings or configuration to connect to the database in the target region. Some application settings such as the Application Insights instrumentation key or the Azure storage account used by the function app can be already be configured on the target region and do not need to be updated
110110
+ Remember to verify your configuration and test your functions in the target region
111111
+ If you had custom domain configured, [remap the domain name](../app-service/manage-custom-dns-migrate-domain.md#4-remap-the-active-dns-name)
112-
+ For Functions running on Dedicated plans also review the [App Service Migration Plan](../app-service/manage-move-across-regions.md) in case the plan is shared with web apps
112+
+ For a function app running on Dedicated plans, also review the [App Service Migration Plan](../app-service/manage-move-across-regions.md) if the App Service plan is shared with a web app
113113

114114
## Clean up
115115

0 commit comments

Comments
 (0)