Skip to content

Commit 20b1888

Browse files
authored
raising acrolinx
1 parent 03044be commit 20b1888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ This article discusses the technical details regarding the migration tool as per
2020

2121
### Extensions and plugin migration
2222
- All enabled and supported extensions will be migrated.
23-
- Disabled extensions will not be migrated.
23+
- Disabled extensions won't be migrated.
2424
- Plugins are a legacy concept and should be removed before migration. They are supported for migration and but after migration, if extension needs to be enabled, plugin needs to be removed first before installing the extension. Remote desktop plugins and extensions are most impacted by this.
2525

2626
### Certificate migration
2727
- In Cloud Services (extended support), certificates are stored in a Key Vault. As part of migration, we create a Key Vault for the customers having the Cloud Service name and transfer all certificates from Azure Service Manager to Key Vault.
2828
- The reference to this Key Vault is specified in the template or passed through PowerShell or Azure CLI.
2929

3030
### Service Configuration and Service Definition files
31-
- The .cscfg and .csdef files needs to be updated for Cloud Services (extended support) with minor changes.
31+
- The .cscfg and .csdef files need to be updated for Cloud Services (extended support) with minor changes.
3232
- The names of resources like virtual network and VM SKU are different. See [Translation of resources and naming convention post migration](#translation-of-resources-and-naming-convention-post-migration)
3333
- Customers can retrieve their new deployments through [PowerShell](/powershell/module/az.cloudservice/?preserve-view=true&view=azps-5.4.0#cloudservice) and [REST API](/rest/api/compute/cloudservices/get).
3434

@@ -55,7 +55,7 @@ This article discusses the technical details regarding the migration tool as per
5555

5656
### Key Vault
5757
- As part of migration, Azure automatically creates a new Key Vault and migrates all the certificates to it. The tool does not allow you to use an existing Key Vault.
58-
- Cloud Services (extended support) require a Key Vault located in the same region and subscription. This Key Vault is automatically created as part of the migration.
58+
- Cloud Services (extended support) requires a Key Vault located in the same region and subscription. This Key Vault is automatically created as part of the migration.
5959

6060
## Resources and features not available for migration
6161
These are top scenarios involving combinations of resources, features and Cloud Services. This list is not exhaustive.
@@ -124,7 +124,7 @@ As part of migration, the resource names are changed, and few Cloud Services fea
124124

125125
### Portal refreshed after Prepare. Experience restarted and Commit or Abort not visible anymore.
126126
- Portal stores the migration information locally and therefore after refresh, it will start from validate phase even if the Cloud Service is in the prepare phase.
127-
- You can use portal to go through the validate and prepare steps again to expose the Abort and Commit button. It will not cause any failures.
127+
- You can use portal to go through the validate and prepare steps again to expose the Abort and Commit button. It won't cause any failures.
128128
- Customers can use PowerShell or REST API to abort or commit.
129129

130130
### How much time can the operations take?<br>

0 commit comments

Comments
 (0)