Skip to content

Commit e89e664

Browse files
authored
Merge pull request #102458 from bandersmsft/master
cost mgt billing - adding sub transfer article
2 parents a021b0b + 89b36cb commit e89e664

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

articles/cost-management-billing/manage/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@
7575
href: pay-by-invoice.md
7676
- name: Create additional subscriptions
7777
href: create-subscription.md
78+
- name: Transfer CSP subscriptions
79+
href: transfer-subscriptions-subscribers-csp.md
7880
- name: Export subscription information
7981
href: export-subscriptions.md
8082
- name: Manage Enterprise Agreement subscriptions
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Transfer Azure subscriptions between subscribers and CSPs
3+
description: Learn how you can transfer Azure subscriptions between subscribers and CSPs.
4+
services: billing
5+
author: bandersmsft
6+
ms.reviewer: dhgandhi
7+
ms.service: cost-management-billing
8+
ms.topic: conceptual
9+
ms.date: 01/27/2020
10+
ms.author: banders
11+
---
12+
13+
# Transfer Azure subscriptions between subscribers and CSPs
14+
15+
This article provides high-level steps used to transfer Azure subscriptions between Cloud Solution Provider (CSP) partners and their customers.
16+
17+
## Transfer EA subscriptions
18+
19+
CSP direct bill partners certified as an [Azure Expert Managed Services Provider (MSP)](https://partner.microsoft.com/membership/azure-expert-msp) can request to transfer Azure subscriptions for their customers that have a Direct Enterprise Agreement (EA). Subscription transfers are allowed only for customers who have accepted a Microsoft Customer Agreement (MCA) and purchased an Azure plan.
20+
21+
When the request is approved, the CSP can then provide a combined invoice to their customers. To learn more about CSPs transferring subscriptions, see [Get billing ownership of Azure subscriptions for your MPA account](mpa-request-ownership.md).
22+
23+
## Other subscription transfers to a CSP partner
24+
25+
To transfer any other Azure subscriptions to a CSP partner, the subscriber needs to move resources from source subscriptions to CSP subscriptions. Use the following guidance to move resources between subscriptions.
26+
27+
1. Work with your CSP partner to create target Azure CSP subscriptions.
28+
1. Ensure that the source and target CSP subscriptions are in the same Azure Active Directory (Azure AD) tenant.
29+
You can't change the Azure AD tenant for an Azure CSP subscription. Instead, you must add or associate the source subscription to the CSP Azure AD tenant. For more information, see [Associate or add an Azure subscription to your Azure Active Directory tenant](../../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md).
30+
> [!IMPORTANT]
31+
> - When you associate a subscription to a different Azure AD directory, users that have roles assigned using [role-based access control (RBAC)](../../role-based-access-control/role-assignments-portal.md) lose their access. Classic subscription administrators, including Service Administrator and Co-Administrators, also lose access.
32+
> - Policy Assignments are also removed from a subscription when the subscription is associated with a different directory.
33+
1. The user account that you use to do the transfer must have [RBAC](add-change-subscription-administrator.md) owner access on both subscriptions.
34+
1. Before you begin, [validate](/rest/api/resources/resources/validatemoveresources) that all Azure resources can move from the source subscription to the destination subscription.
35+
Some Azure resources can't move between subscriptions. To view the complete list of Azure resource that can move, see [Move operation support for resources](../../azure-resource-manager/management/move-support-resources.md).
36+
> [!IMPORTANT]
37+
> - Azure CSP supports only Azure Resource Manager resources. If any Azure resources in the source subscription were created using the Azure classic deployment model, you must migrate them to [Azure Resource Manager](https://docs.microsoft.com/azure/cloud-solution-provider/migration/ea-payg-to-azure-csp/ea-open-direct-asm-to-arm) before migration. You must be a partner in order to view the web page.
38+
39+
1. Verify that all source subscription services use the Azure Resource Manager model. Then, transfer resources from source subscription to destination subscription using [Azure Resource Move](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
40+
> [!IMPORTANT]
41+
> - Moving Azure resources between subscriptions might result in service downtime, based on resources in the subscriptions.
42+
43+
## All subscription transfers from a CSP Partner
44+
45+
To transfer any other subscriptions from a CSP Partner to any other Azure offer, the subscriber needs to move resources between source CSP subscriptions and target subscriptions.
46+
47+
1. Create target Azure subscriptions.
48+
1. Ensure that the source and target subscriptions are in the same Azure Active Directory (Azure AD) tenant. For more information about changing an Azure AD tenant, see [Associate or add an Azure subscription to your Azure Active Directory tenant](../../active-directory/fundamentals/active-directory-how-subscriptions-associated-directory.md).
49+
50+
> [!IMPORTANT]
51+
> - When you associate a subscription to a different directory, users that have roles assigned using [RBAC](../../role-based-access-control/role-assignments-portal.md) lose their access. Classic subscription administrators, including Service Administrator and Co-Administrators, also lose access.
52+
> - Policy Assignments are also removed from a subscription when the subscription is associated with a different directory.
53+
54+
1. The user account that you use to do the transfer must have [RBAC](add-change-subscription-administrator.md) owner access on both subscriptions.
55+
1. Before you begin, [validate](/rest/api/resources/resources/validatemoveresources) that all Azure resources can move from the source subscription to the destination subscription.
56+
> [!IMPORTANT]
57+
> - Some Azure resources can't move between subscriptions. To view the complete list of Azure resource that can move, see [Move operation support for resources](../../azure-resource-manager/management/move-support-resources.md).
58+
59+
1. Transfer resources from the source subscription to the destination subscription using [Azure Resource Move](../../azure-resource-manager/management/move-resource-group-and-subscription.md).
60+
> [!IMPORTANT]
61+
> - Moving Azure resources between subscriptions might result in service downtime, based on resources in the subscriptions.
62+
63+
## Next steps
64+
- [Get billing ownership of Azure subscriptions for your MPA account](mpa-request-ownership.md).
65+
- Read about how to [Manage accounts and subscriptions with Azure Billing](index.yml).

0 commit comments

Comments
 (0)