Skip to content

Commit 1992391

Browse files
authored
Merge pull request #121171 from DevKyleS/fix-typo-in-place-migration-overview.md
Fix typo in in-place-migration-overview.md
2 parents fe70a93 + 7f6de5f commit 1992391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cloud-services-extended-support/in-place-migration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The below table highlights comparison between these two options.
2323

2424
| Redeploy | In-place migration |
2525
|---|---|
26-
| Customers can deploy a new cloud service directly in Azure Resource Manager and then delete the old cloud service in Azure Service Manager thorough validation. | The in-place migration tool enables a seamless, platform orchestrated migration of existing Cloud Services (classic) deployments to Cloud Services (extended support). |
26+
| Customers can deploy a new cloud service directly in Azure Resource Manager and then delete the old cloud service in Azure Service Manager after thorough validation. | The in-place migration tool enables a seamless, platform orchestrated migration of existing Cloud Services (classic) deployments to Cloud Services (extended support). |
2727
| Redeploy allows customers to: <br><br> - Define resource names. <br><br> - Organize or reuse resources as preferred. <br><br> - Reuse service configuration and definition files with minimal changes. | For in-place migration, the platform: <br><br> - Defines resource names. <br><br> - Organizes each deployment and related resources in individual Resource Groups. <br><br> - Modifies existing configuration and definition file for Azure Resource Manager. |
2828
| Customers need to orchestrate traffic to the new deployment. | Migration retains IP address and data path remains the same. |
2929
| Customers need to delete the old cloud services in Azure Resource Manager. | Platform deletes the Cloud Services (classic) resources after migration. |

0 commit comments

Comments
 (0)