Skip to content

Commit

Permalink
Document what a scope ID is (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
flanakin authored Dec 19, 2023
1 parent 14443b0 commit 9894280
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/finops-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Once deployed, you can report on the data in Power BI or by connecting to the st
- **File Partitioning** = On
- **Storage account** = (Use subscription/resource from step 1)
- **Container** = `msexports`
- **Directory** = (Use the resource ID of the scope you're exporting without the first "/")
- **Directory** = (Use the resource ID of the scope<sup>1</sup> you're exporting without the first "/")

4. Run your export.
- Exports can take up to a day to show up after first created.
Expand All @@ -122,6 +122,8 @@ Once deployed, you can report on the data in Power BI or by connecting to the st

If you run into any issues, see [Troubleshooting Power BI reports](../resources/troubleshooting.md).

_<sup>1) A "scope" is an Azure construct that contains resources or enables purchasing services, like a resource group, subscription, management group, or billing account. The resource ID for a scope will be the Azure Resource Manager URI that identifies the scope (e.g., "/subscriptions/###" for a subscription or "/providers/Microsoft.Billing/billingAccounts/###" for a billing account). To learn more, see [Understand and work with scopes](https://aka.ms/costmgmt/scopes).</sup>_

<br>

## 🛫 Get started with hubs
Expand Down
4 changes: 3 additions & 1 deletion src/templates/finops-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,16 @@ If you run into any issues, see [Troubleshooting FinOps hubs](https://aka.ms/fin
- **File Partitioning** = On
- **Storage account** = (Use subscription/resource from step 1)
- **Container** = `msexports`
- **Directory** = (Use the resource ID of the scope you're exporting without the first "/")
- **Directory** = (Use the resource ID of the scope<sup>1</sup> you're exporting without the first "/")
4. Run your export using the **Run now** command
> Your data should be available within 15 minutes or so, depending on how big your account is.
5. Connect to the data in Azure Data Lake Storage
> Consider using [available Power BI reports](https://aka.ms/finops/hubs/reports)
If you run into any issues, see [Troubleshooting FinOps hubs](https://aka.ms/finops/hubs/troubleshoot).

_<sup>1) A "scope" is an Azure construct that contains resources or enables purchasing services, like a resource group, subscription, management group, or billing account. The resource ID for a scope will be the Azure Resource Manager URI that identifies the scope (e.g., "/subscriptions/###" for a subscription or "/providers/Microsoft.Billing/billingAccounts/###" for a billing account). To learn more, see [Understand and work with scopes](https://aka.ms/costmgmt/scopes).</sup>_

<br>

## 🧰 About the FinOps toolkit
Expand Down

0 comments on commit 9894280

Please sign in to comment.