Skip to content

Commit 49ad490

Browse files
Merge pull request #233424 from bandersmsft/create-sub-other-tenant
MCM - Update to add Create subscription in other tenant and view tran…
2 parents 36d4a50 + a7117a1 commit 49ad490

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

articles/cost-management-billing/manage/create-subscription.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: amberb
77
ms.service: cost-management-billing
88
ms.subservice: billing
99
ms.topic: conceptual
10-
ms.date: 03/29/2023
10+
ms.date: 04/04/2023
1111
ms.author: banders
1212
---
1313

@@ -39,21 +39,21 @@ Use the following procedure to create a subscription for yourself or for someone
3939
1. Navigate to **Subscriptions** and then select **Add**.
4040
:::image type="content" source="./media/create-subscription/subscription-add.png" alt-text="Screenshot showing the Subscription page where you Add a subscription." lightbox="./media/create-subscription/subscription-add.png" :::
4141
1. On the Create a subscription page, on the **Basics** tab, type a **Subscription name**.
42-
1. Select the **Billing account** where the new subscription will get created.
43-
1. Select the **Billing profile** where the subscription will get created.
44-
1. Select the **Invoice section** where the subscription will get created.
45-
1. Next to **Plan**, select **Microsoft Azure Plan for DevTest** if the subscription will be used for development or testing workloads. Otherwise, select **Microsoft Azure Plan**.
42+
1. Select the **Billing account** where the new subscription gets created.
43+
1. Select the **Billing profile** where the subscription gets created.
44+
1. Select the **Invoice section** where the subscription gets created.
45+
1. Next to **Plan**, select **Microsoft Azure Plan for DevTest** if the subscription is used for development or testing workloads. Otherwise, select **Microsoft Azure Plan**.
4646
:::image type="content" source="./media/create-subscription/create-subscription-basics-tab.png" alt-text="Screenshot showing the Basics tab where you enter basic information about the subscription." lightbox="./media/create-subscription/create-subscription-basics-tab.png" :::
4747
1. Select the **Advanced** tab.
48-
1. Select your **Subscription directory**. It's the Azure Active Directory (Azure AD) where the new subscription will get created.
48+
1. Select your **Subscription directory**. It's the Azure Active Directory (Azure AD) where the new subscription gets created.
4949
1. Select a **Management group**. It's the Azure AD management group that the new subscription is associated with. You can only select management groups in the current directory.
5050
1. Select one or more **Subscription owners**. You can select only users or service principals in the selected subscription directory. You can't select guest directory users. If you select a service principal, enter its App ID.
5151
:::image type="content" source="./media/create-subscription/create-subscription-advanced-tab.png" alt-text="Screenshot showing the Advanced tab where you can specify the directory, management group, and owner. " lightbox="./media/create-subscription/create-subscription-advanced-tab.png" :::
5252
1. Select the **Tags** tab.
5353
1. Enter tag pairs for **Name** and **Value**.
5454
:::image type="content" source="./media/create-subscription/create-subscription-tags-tab.png" alt-text="Screenshot showing the tags tab where you enter tag and value pairs." lightbox="./media/create-subscription/create-subscription-tags-tab.png" :::
5555
1. Select **Review + create**. You should see a message stating `Validation passed`.
56-
1. Verify that the subscription information is correct, then select **Create**. You'll see a notification that the subscription is getting created.
56+
1. Verify that the subscription information is correct, then select **Create**. A notification that the subscription is getting created is shown.
5757

5858
After the new subscription is created, the owner of the subscription can see it in on the **Subscriptions** page.
5959

@@ -69,6 +69,34 @@ To clear the filter and view all subscriptions:
6969
:::image type="content" source="./media/create-subscription/subscriptions-filter-item.png" alt-text="Screenshot showing the Subscriptions filter box with options." lightbox="./media/create-subscription/subscriptions-filter-item.png" :::
7070
4. Select **Apply** to close the box and refresh the list of subscriptions.
7171

72+
## Create subscription in other tenant and view transfer requests
73+
74+
A user with the following permission can create subscriptions in their customer's directory if they're allowed or exempted with subscription policy. For more information, see [Setting subscription policy](manage-azure-subscription-policy.md#setting-subscription-policy).
75+
76+
- Billing account owner or contributor
77+
- Billing profile owner or contributor
78+
- Invoice section owner
79+
80+
When you try to create a subscription for someone in a directory outside of the current directory (such as a customer's tenant), a _subscription creation request_ is created.
81+
82+
:::image type="content" source="./media/create-subscription/create-subscription-other-directory.png" alt-text="Screenshot showing Create a subscription outside the current directory." lightbox="./media/create-subscription/create-subscription-other-directory.png" :::
83+
84+
When the request is created, the subscription owner (the customer) is sent an email letting them know that they need to accept subscription ownership. The email contains a link used to accept ownership in the Azure portal. The customer must accept the request within seven days. If not accepted within seven days, the request expires. The person that created the request can also manually send their customer the ownership URL to accept the subscription.
85+
86+
After the request is created, it's visible in the Azure portal at **Subscriptions** > **View Requests** by the following people:
87+
88+
- The tenant global administrator of the source tenant where the subscription provisioning request is made.
89+
- The user who made the subscription creation request for the subscription being provisioned in the other tenant.
90+
- The user who made the request to provision the subscription in a different tenant than where they make the [Subscription – Alias REST API](/rest/api/subscription/) call instead of the Azure portal.
91+
92+
The subscription owner in the request who resides in the target tenant doesn't see this subscription creation request on the View requests page. Instead, they receive an email with the link to accept ownership of the subscription in the target tenant.
93+
94+
:::image type="content" source="./media/create-subscription/view-requests.png" alt-text="Screenshot showing View Requests page that lists all subscription creation requests." lightbox="./media/create-subscription/view-requests.png" :::
95+
96+
Anyone with access to view the request can view its details. In the request details, the **Accept ownership URL** is visible. You can copy it to manually share it with the subscription owner in the target tenant for subscription ownership acceptance.
97+
98+
:::image type="content" source="./media/create-subscription/request-details.png" alt-text="Screenshot showing request details to view Accept ownership URL." lightbox="./media/create-subscription/request-details.png" :::
99+
72100
## Create an Azure subscription programmatically
73101

74102
You can also create subscriptions programmatically. For more information, see [Create Azure subscriptions programmatically](programmatically-create-subscription.md).
59.4 KB
Loading
35.8 KB
Loading
44.9 KB
Loading

0 commit comments

Comments
 (0)