Skip to content

Commit 281527d

Browse files
RolandKrummenacherRoland Krummenachergithub-actions[bot]
authored
Fix incorrect default values and parameter name in hubs template docs (#2086)
Co-authored-by: Roland Krummenacher <roland.krummenacher@alescent.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9f740e commit 281527d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎docs-mslearn/toolkit/hubs/template.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FinOps hub template
33
description: Learn about what's included in the FinOps hub template including parameters, resources, and outputs.
44
author: flanakin
55
ms.author: micflan
6-
ms.date: 04/01/2026
6+
ms.date: 04/13/2026
77
ms.topic: concept-article
88
ms.service: finops
99
ms.subservice: finops-toolkit
@@ -85,20 +85,20 @@ Here are the parameters you can use to customize the deployment:
8585
| **location** | String | Optional. Azure location where all resources should be created. See <https://aka.ms/azureregions>. | Same as deployment |
8686
| **storageSku** | String | Optional. Storage SKU to use. LRS = Lowest cost, ZRS = High availability. Note Standard SKUs are not available for Data Lake gen2 storage. Allowed: `Premium_LRS`, `Premium_ZRS`. | "Premium_LRS" |
8787
| **dataExplorerName** | String | Optional. Name of the Azure Data Explorer cluster to use for advanced analytics. If empty, Azure Data Explorer will not be deployed. Required to use with Power BI if you have more than $2-5M/mo in costs being monitored. Default: "" (do not use). | |
88-
| **dataExplorerSkuName** | String | Optional. Name of the Azure Data Explorer SKU. Default: "Dev(No SLA)_Standard_E2a_v4". | |
88+
| **dataExplorerSkuName** | String | Optional. Name of the Azure Data Explorer SKU. Default: "Dev(No SLA)_Standard_D11_v2". | |
8989
| **dataExplorerSkuTier** | String | Optional. SKU tier for the Azure Data Explorer cluster. Use Basic for the lowest cost with no SLA (due to a single node). Use Standard for high availability and improved performance. Allowed values: Basic, Standard. Default: "Basic". | |
9090
| **dataExplorerSkuCapacity** | Int | Optional. Number of nodes to use in the cluster. Allowed values: 1 for the Basic SKU tier and 2-1000 for Standard. Default: 1. | |
9191
| **tags** | Object | Optional. Tags to apply to all resources. We will also add the `cm-resource-parent` tag for improved cost roll-ups in Cost Management. | |
9292
| **tagsByResource** | Object | Optional. Tags to apply to resources based on their resource type. Resource type specific tags will be merged with tags for all resources. | |
9393
| **scopesToMonitor** | Array | Optional. List of scope IDs to monitor and ingest cost for. | |
9494
| **exportRetentionInDays** | Int | Optional. Number of days of data to retain in the msexports container. | 0 |
9595
| **ingestionRetentionInMonths** | Int | Optional. Number of months of data to retain in the ingestion container. | 13 |
96-
| **dataExplorerLogRetentionInDays** | Int | Optional. Number of days of data to retain in the Data Explorer \*_log tables. | 0 |
96+
| **dataExplorerRawRetentionInDays** | Int | Optional. Number of days of data to retain in the Data Explorer \*_raw tables. | 0 |
9797
| **dataExplorerFinalRetentionInMonths** | Int | Optional. Number of months of data to retain in the Data Explorer \*_final_v\* tables. | 13 |
9898
| **remoteHubStorageUri** | String | Optional. Data Lake storage endpoint from the remote (primary) hub storage account. Used for cross-tenant cost data collection where this hub sends processed data to a central hub. Example: `https://primaryhub.dfs.core.windows.net/` | |
9999
| **remoteHubStorageKey** | String | Optional. Storage account access key for the remote (primary) hub. Used with remoteHubStorageUri for cross-tenant scenarios. Must be kept secure as it provides full storage access. | |
100100
| **enableManagedExports** | Bool | Optional. Enable managed exports where your FinOps hub instance will create and run Cost Management exports on your behalf. Not supported for Microsoft Customer Agreement (MCA) billing profiles. Requires the ability to grant User Access Administrator role to FinOps hubs, which is required to create Cost Management exports. | True |
101-
| **enableRecommendations** | Bool | Optional. Enable recommendations ingested from Azure Resource Graph based on configurable queries. The Data Factory managed identity requires Reader role on management groups or subscriptions to execute Resource Graph queries. | True |
101+
| **enableRecommendations** | Bool | Optional. Enable recommendations ingested from Azure Resource Graph based on configurable queries. The Data Factory managed identity requires Reader role on management groups or subscriptions to execute Resource Graph queries. | False |
102102
| **enableAHBRecommendations** | Bool | Optional. Enable Azure Hybrid Benefit recommendations that flag VMs and SQL VMs without Azure Hybrid Benefit enabled. May generate noise if your organization does not have on-premises licenses. Requires enableRecommendations. | False |
103103
| **enableSpotRecommendations** | Bool | Optional. Enable non-Spot AKS cluster recommendations that flag AKS clusters with autoscaling but not using Spot VMs. May generate noise since Spot VMs are only appropriate for interruptible workloads. Requires enableRecommendations. | False |
104104
| **enablePublicAccess** | Bool | Optional. Disable public access to the data lake (storage firewall). | True |

0 commit comments

Comments
 (0)