Skip to content

Commit dd8878e

Browse files
authored
Update post-migration-changes.md
1 parent c6d9764 commit dd8878e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/cloud-services-extended-support/post-migration-changes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ Minor changes are made to customer’s .csdef and .cscfg file to make the deploy
2727
- Get the .csdef file using [PowerShell](/powershell/module/az.cloudservice/?preserve-view=true&view=azps-5.4.0#cloudservice) or [REST API](/rest/api/compute/cloudservices/rest-get-package).
2828
- Get the .cscfg file using [PowerShell](/powershell/module/az.cloudservice/?preserve-view=true&view=azps-5.4.0#cloudservice) or [REST API](/rest/api/compute/cloudservices/rest-get-package).
2929

30-
30+
## Updating Azure Traffic Manager Configuration After Cloud Service Migration
31+
32+
After migrating your Cloud Services (Classic) to Cloud Services (Extended Support), you may encounter issues with updating or deleting endpoint configurations in Azure Traffic Manager. This is due to resource ID synchronization problems, where the Traffic Manager endpoint still points to the old resource ID for Cloud Services (classic), but the Cloud Services (extended support) deployment has a new Resource ID. To resolve this issue, please follow these steps:
33+
1. Migrate traffic Temporary endpoint: Migrate your Azure Traffic Manager traffic to a secondary endpoint.
34+
2. Remove Classic Compute Endpoints in Azure Traffic Manager : Once the traffic is being directed to a temporary endpoint, delete the classic compute endpoint from the Traffic Manager profile.
35+
3. Migrate to Cloud Services (extended support): Migrate the Cloud Service resource to Cloud Services (extended support).
36+
4. Add New Endpoints in ATM: Create new endpoints in your Traffic Manager profile for the migrated Cloud Services (extended Support) resource. This endpoint has the new resource ID for the migrated Cloud Service.
37+
5. Resume traffic to Primary Cloud Services (extended support) endpoint: the secondary endpoint can be deleted or adjusted to a lower weight. Traffic will be served to new (extended support) resource.
38+
This process ensures that your Traffic Manager is correctly aligned with the updated resource IDs and avoids configuration issues that can delay projects.
39+
3140

3241
## Changes to customer’s Automation, CI/CD pipeline, custom scripts, custom dashboards, custom tooling, etc.
3342

0 commit comments

Comments
 (0)