You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cloud-services-extended-support/in-place-migration-technical-details.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,15 @@ This article discusses the technical details regarding the migration tool as per
20
20
21
21
### Extensions and plugin migration
22
22
- All enabled and supported extensions will be migrated.
23
-
- Disabled extensions will not be migrated.
23
+
- Disabled extensions won't be migrated.
24
24
- 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.
25
25
26
26
### Certificate migration
27
27
- 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.
28
28
- The reference to this Key Vault is specified in the template or passed through PowerShell or Azure CLI.
29
29
30
30
### 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.
32
32
- 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)
33
33
- 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).
34
34
@@ -55,7 +55,7 @@ This article discusses the technical details regarding the migration tool as per
55
55
56
56
### Key Vault
57
57
- 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.
59
59
60
60
## Resources and features not available for migration
61
61
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
124
124
125
125
### Portal refreshed after Prepare. Experience restarted and Commit or Abort not visible anymore.
126
126
- 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.
128
128
- Customers can use PowerShell or REST API to abort or commit.
0 commit comments