Skip to content

Commit e9c9e3d

Browse files
authored
Update move-automanaged-configurationprofile.md
1 parent e54d81b commit e9c9e3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automanage/move-automanaged-configurationprofile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: subject-moving-resources
1010
---
1111

1212
# Move an Azure Automanage Configuration Profile to a different region
13-
This article describes how to migrate an Automanage Configuration Profile to a different region. You might want to move your Configuration Profiles to another region for many reasons. For example, to take advantage of a new Azure region, to meet internal policy and governance requirements, or in response to capacity planning requirements. You may want to deploy Azure Automanage to some VMs that are in a new region. Some regions may require that you use Automanage Configuration Profiles that are local to that region..
13+
This article describes how to migrate an Automanage Configuration Profile to a different region. You might want to move your Configuration Profiles to another region for many reasons. For example, to take advantage of a new Azure region, to meet internal policy and governance requirements, or in response to capacity planning requirements. You may want to deploy Azure Automanage to some VMs that are in a new region. Some regions may require that you use Automanage Configuration Profiles that are local to that region.
1414

1515
## Prerequisites
1616
* Ensure that your target region is [supported by Automanage](./automanage-virtual-machines.md#prerequisites).
@@ -84,7 +84,7 @@ $profile.Name -replace "testProfile1", "profileUk"
8484
$profileId -replace "testProfile1", "profileUk"
8585
```
8686

87-
This will result in the ConfigurationProfile being created in Western Europe.
87+
Now that we have changed the Location value, this updated Configuration Profile will be created in Western Europe when we submit it.
8888

8989
## Creating the new profile in the desired location
9090

0 commit comments

Comments
 (0)