Skip to content

Commit 233a2cc

Browse files
authored
Create cloud-services-extended-support.md
1 parent a3cb080 commit 233a2cc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Move Azure Cloud Services (extended support) deployment resources
3+
description: Use Azure Resource Manager to move Cloud Services (extended support) deployment resources to a new resource group or subscription.
4+
ms.topic: conceptual
5+
ms.date: 02/14/2023
6+
ms.custom: hirshah
7+
---
8+
9+
# Move guidance for Cloud Services (extended support) deployment model resources
10+
11+
The steps to move resources deployed through the Cloud Services (extended support) model differ based on whether you're moving the resources within a subscription or to a new subscription.
12+
13+
## Move in the same subscription
14+
15+
When moving Cloud Services (extended support) resources from one resource group to another resource group within the same subscription, the following restrictions apply:
16+
17+
- Cloud Service must not be in manual mode
18+
- Cloud Service must not be VIP Swappable
19+
- Cloud Service must not have any pending operations
20+
- Cloud Service must not be in migration
21+
- Cloud Service must not be in failed state
22+
- Ensure the Cloud Service has an unexpired SAS blob URI pointing to the cloud service package
23+
24+
[!NOTE]
25+
> Cloud Services and associated networking resources (for example, PublicIPs and network security groups) can be move independently. Load balancers must always exist in the same resource group
26+
27+
To move classic resources to a new resource group within the same subscription, use the [standard move operations](../move-resource-group-and-subscription.md) through the portal, Azure PowerShell, Azure CLI, or REST API. You use the same operations as you use for moving Resource Manager resources.
28+
29+
## Move across subscriptions
30+
31+
When moving Cloud Services (extended support) deployments to a new subscription, the following restrictions apply:
32+
33+
- When performing a cross subscription move, all associated cloud service resources such key vault and network resources must move together.
34+
- If faced with a Move Resource operation error saying that the cloud service can't be moved because of a prior failed operation, create a ticket to resolve the issue.
35+
- Cloud Service must not have any cross-subscription references.

0 commit comments

Comments
 (0)