Skip to content

Commit 25b50c4

Browse files
authored
Update relocation-functions.md
1 parent b378f14 commit 25b50c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operational-excellence/relocation-functions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Identify all the function app resources used on the source region, which potenti
3434
- [TLS/SSL certificates and settings](../app-service/configure-ssl-certificate.md)
3535
- [Configured networking options](../azure-functions/functions-networking-options.md)
3636
- [Managed identities](../app-service/overview-managed-identity.md)
37-
- [Configured application settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md) - users with the enough access can copy all the source application settings by using the Advanced Edit feature in the portal
37+
- [Configured application settings](../azure-functions/functions-how-to-use-azure-function-app-settings.md)
3838
- [Scaling configurations](../azure-functions/functions-scale.md#scale)
3939

4040
When preparing to move your app to a new region, there are a few parts of the architecture that require special consideration and planning.
@@ -121,8 +121,8 @@ You can also use any other publishing method supported by Functions. Most tool-b
121121

122122
## Clean up
123123

124-
After the move is complete, delete the function app and hosting plan from the source region. You pay for function apps in Premium or Dedicated plans, even when the app itself isn't running. If you have recreated other services in the new region, you should also delete the older services when you're certain that they're no longer needed.
124+
After the move is complete, delete the function app and hosting plan from the source region. You pay for function apps in Premium or Dedicated plans, even when the app itself isn't running. If you have recreated other services in the new region, you should also delete the older services after you're certain that they're no longer needed.
125125

126-
## Next steps
126+
## Related resources
127127

128-
+ Review the [Azure Architecture Center](/azure/architecture/browse/?expanded=azure&products=azure-functions) for examples of Azure Functions running in multiple regions as part of more advanced solution architectures
128+
Review the [Azure Architecture Center](/azure/architecture/browse/?expanded=azure&products=azure-functions) for examples of function apps running in multiple regions as part of more advanced and geo-redundant solution architectures.

0 commit comments

Comments
 (0)