You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cost-management-billing/manage/discover-cloud-footprint.md
+66-10Lines changed: 66 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Discover your Microsoft cloud footprint FAQ
3
3
description: This article helps to answer frequently asked questions that customers have about their Microsoft cloud footprint.
4
4
author: bandersmsft
5
5
ms.author: banders
6
-
ms.date: 09/17/2024
6
+
ms.date: 12/11/2024
7
7
ms.topic: conceptual
8
8
ms.service: cost-management-billing
9
9
ms.subservice: cost-management
@@ -60,13 +60,13 @@ Microsoft 365 customers can use the following information to view their billing
60
60
61
61
## How can I view every billing account created for a tenant?
62
62
63
-
Global Administrators can view all direct billing accounts at the organization level and can elevate their billing account permissions. Purchases made for individual use by non-administrators are only visible to and managed by the original purchaser.
63
+
Global Administrators can view all direct billing accounts at the organization level and can elevate their billing account permissions. Purchases made for individual use by users that aren't administrators are only visible to and managed by the original purchaser.
64
64
65
65
For more information, see [Elevate access to manage billing accounts](elevate-access-global-admin.md).
66
66
67
67
## How can I view employees participating in other tenants?
68
68
69
-
Global Administrators can view log data showing employee activity in other tenants. For more information, see [Cross-tenant access activity workbook in Azure AD](/entra/identity/monitoring-health/workbook-cross-tenant-access-activity).
69
+
Global Administrators can view log data showing employee activity in other tenants. For more information, see [Cross-tenant access activity workbook](/entra/identity/monitoring-health/workbook-cross-tenant-access-activity).
70
70
71
71
## How do I view my partner billing information?
72
72
@@ -75,7 +75,7 @@ As a partner, you can see your partner billing account, billing group, and assoc
75
75
-[View your billing accounts in Azure portal](view-all-accounts.md#microsoft-partner-agreement)
76
76
-[Get started with your Microsoft Partner Agreement billing account](../understand/mpa-overview.md)
77
77
78
-
A customer can’t view the billing account or billing group that’s managed by a partner because the partner makes purchases on behalf of their customer.
78
+
A customer can’t view the billing account or billing group managed by a partner because the partner makes purchases on behalf of their customer.
79
79
80
80
## How do I view my organization’s billing account and tenant information?
81
81
@@ -99,13 +99,69 @@ The article provides details about all types of Azure accounts.
99
99
100
100
## How do I manage purchases that I made myself?
101
101
102
-
Administrators can manage trials and purchases that they made, and self-service purchases and trials made by non-administrators. For more information, see [Manage self-service purchases and trials (for admins)](/microsoft-365/commerce/subscriptions/manage-self-service-purchases-admins).
102
+
Administrators can manage trials and purchases that they made, and self-service purchases and trials made by users that aren't administrators. For more information, see [Manage self-service purchases and trials (for admins)](/microsoft-365/commerce/subscriptions/manage-self-service-purchases-admins).
103
103
104
104
## How can I get a list of subscriptions and tenants for a billing account?
105
105
106
-
You can view the tenants associated with a subscription in the Azure portal on the **Subscriptions** page under **Cost Management + Billing**.
107
-
108
-
## How can I view the Azure tenant that I am currently signed in to?
106
+
In the Azure portal, you can view the tenants associated with a subscription on the **Subscriptions** page under **Cost Management + Billing**.
107
+
108
+
Programmatically, you can use the publicly available API to get billing accounts that returns all associated billing subscriptions. The API also supports an optional header that returns all tenant IDs associated with the billing account. For more information, see [Billing Subscriptions - List By Billing Account](/rest/api/billing/billing-subscriptions/list-by-billing-account).
109
+
110
+
CLI snippet:
111
+
112
+
```azurecli
113
+
# login
114
+
az login
115
+
# Get BillingAccounts
116
+
az rest --method get --url https://management.azure.com/providers/Microsoft.Billing/billingAccounts?api-version=2024-04-01
117
+
118
+
119
+
# Get BillingSubscriptions with provisioning tenant
120
+
az rest --method get --url https://management.azure.com/providers/Microsoft.Billing/billingAccounts/<BillingAccountId>/billingSubscriptions?api-version=2024-04-01 --headers x-ms-service-tenant-info=true
121
+
```
122
+
123
+
Sample call:
124
+
125
+
```azurecli
126
+
az rest --method get --url 'https://management.azure.com/providers/Microsoft.Billing/billingAccounts/aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb:bbbbbbbb-1111-2222-3333-cccccccccccc_2019-05-31/billingSubscriptions?api-version=2024-04-01' --headers x-ms-service-tenant-info=true
## How can I view the Azure tenant that I'm currently signed in to?
109
165
110
166
You can view your tenant information in the Azure portal using the information at [Manage Azure portal settings and preferences](/azure/azure-portal/set-preferences).
111
167
@@ -152,7 +208,7 @@ You can view tenants with B2B relationships in the [Cross-tenant access activity
152
208
153
209
## How can I take over unmanaged directories owned by my organization?
154
210
155
-
Review the domains in your registrar that aren’t verified to your tenant. If you can’t register a domain that you reserved in your registrar, it might be associated with an unmanaged directory. Global administrators can claim or take over unmanaged directories (also called _unmanaged tenants_) that were created by members of their organization through free sign-up offers. If your registrar shows you pay for a domain that isn’t part of your home tenant, it might be used in an unmanaged directory. For more information, see [Admin takeover of an unmanaged directory](/entra/identity/users/domains-admin-takeover).
211
+
Review the domains in your registrar that aren’t verified to your tenant. If you can’t register a domain that you reserved in your registrar, it might be associated with an unmanaged directory. Global administrators can claim or take over unmanaged directories (also called _unmanaged tenants_). Members of their organization potentially created them through free sign-up offers. If your registrar shows you pay for a domain that isn’t part of your home tenant, it might be used in an unmanaged directory. For more information, see [Admin takeover of an unmanaged directory](/entra/identity/users/domains-admin-takeover).
156
212
157
213
## How can I regain access to a tenant owned by my organization?
158
214
@@ -169,7 +225,7 @@ You can also restrict subscriptions from moving from one tenant to another. It
169
225
170
226
## How can I review audit logs for tenants created by users in my organization?
171
227
172
-
You can view audit logs in the Microsoft Entra admin center. Events relating to tenant creation are tagged as Directory Management. For more information, see [Azure Active Directory (Azure AD) audit activity reference](/azure/active-directory/reports-monitoring/reference-audit-activities).
228
+
You can view audit logs in the Microsoft Entra admin center. Events relating to tenant creation are tagged as Directory Management. For more information, see [Microsoft Entra audit log categories and activities](/entra/identity/monitoring-health/reference-audit-activities).
173
229
174
230
To learn about notifications for audit log events, follow the tutorial in [Enable security notifications for audit log events](/entra/identity/authentication/tutorial-enable-security-notifications-for-audit-logs).
0 commit comments