Skip to content

Commit 3c6fc10

Browse files
authored
Merge pull request #228204 from mimckitt/patch-81
Create cloud-services-extended-support.md
2 parents b7a3bf7 + 1ec8a8a commit 3c6fc10

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-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.

articles/azure-resource-manager/management/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
href: ../../automation/how-to/move-account.md?toc=/azure/azure-resource-manager/management/toc.json
5454
- name: Classic deployment
5555
href: ./move-limitations/classic-model-move-limitations.md
56+
- name: Cloud Services (extended support)
57+
href: ./move-limitations/cloud-services-extended-support.md
5658
- name: Networking
5759
href: ./move-limitations/networking-move-limitations.md
5860
- name: Recovery Services

0 commit comments

Comments
 (0)