Skip to content

Commit 4a3595e

Browse files
committed
Article stub and TOC placement
1 parent 2d71013 commit 4a3595e

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

articles/service-fabric-mesh/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
href: service-fabric-mesh-howto-deploy-app-sfreliable-disk-volume.md
7373
- name: Manage secrets
7474
href: service-fabric-mesh-howto-manage-secrets.md
75+
- name: Move an application to another Azure region
76+
href: service-fabric-mesh-move-across-regions.md
7577
- name: Find samples
7678
href: service-fabric-mesh-howto-find-samples.md
7779

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Move a Service Fabric Mesh application to another region
3+
description: The meta-description is not crawled for search rank, but is displayed in the browser. Include the words "move" and "region".
4+
author: erikadoyle
5+
ms.author: edoyle
6+
ms.topic: how-to
7+
ms.date: 01/14/2020
8+
9+
---
10+
# Move a Service Fabric Mesh application to another Azure region
11+
12+
Introductory paragraph.
13+
<!---Required:
14+
- Lead with a intro that sets the context to help customers understand why they might move resources to another region.
15+
- Answer the fundamental “why would I want to do this?” question.
16+
- Exact detail and scope of the intro will depend on your service.
17+
- Sample paragraph:
18+
--->
19+
This article describes how to move your Service Fabric Mesh application and its resources to a different Azure region. You might move your resources to another region for a number of reasons. For example, in response to outages, to gain features or services available in specific regions only, to meet internal policy and governance requirements, or in response to capacity planning requirements.
20+
21+
## Prerequisites
22+
<!---Required:
23+
- Mention anything that must be in place before starting to move resources to another region.
24+
- These might be requirements or limitations to be aware of, checks that should be made, or steps that must be taken before the move.
25+
begin.
26+
--->
27+
28+
## Prepare and move resources
29+
<!---Required:
30+
These are all the steps you need to do to prepare and actually move the resources.
31+
- As an example, you might describe how to export a resource group and then import it into the new region.
32+
- The actual steps will depend on the solution your service uses to shift resources across regions.
33+
--->
34+
35+
## Verify the move
36+
<!---Required:
37+
Short instructions to check that the resources now appear in the target region.
38+
--->
39+
40+
41+
## Discard target resources
42+
<!---Required:
43+
This section contains instructions that explain how to remove the target resources after they've been moved from the source region. IT's optional, but useful if customers do a move as a POC only, or if they no longer need the resources after the move.
44+
--->
45+
46+
## Clean up source resources
47+
<!---Required:
48+
Instructions in this section describe how to clean up/delete the resources in the source region, after they've been moved and verified in the target region.
49+
--->
50+
51+
52+
## Next steps
53+
54+
<!---Optional
55+
Required if it makes sense for your service
56+
--->

0 commit comments

Comments
 (0)