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
Manages a Storage Discovery workspace. A workspace defines which storage resources to scan across your Microsoft Entra tenant and how to segment reporting for them.
*`name` - (Required) The name of the Storage Discovery Workspace. Changing this forces a new resource to be created.
51
+
*`name` - (Required) Specifies the name of the Discovery workspace. Must be 4-64 characters long, start with a letter, and contain only letters, numbers, and hyphens (no consecutive hyphens). Changing this forces a new resource to be created.
52
52
53
-
*`resource_group_name` - (Required) The name of the Resource Group where the Storage Discovery Workspace should exist. Changing this forces a new resource to be created.
53
+
*`resource_group_name` - (Required) Specifies the name of the Resource Group where the Storage Discovery Workspace should exist. Changing this forces a new resource to be created.
54
54
55
-
*`location` - (Required) The Azure Region where the Storage Discovery Workspace should exist. Changing this forces a new resource to be created.
55
+
*`location` - (Required) Specifies the Azure Region where the Discovery resource is created. Changing this forces a new resource to be created.
56
56
57
-
*`workspace_root` - (Required) A set of Azure Resource IDs that define the root scope for storage discovery. Each ID can be either a Subscription ID or a Resource Group ID. You cannot specify both a subscription and its child resource group. Maximum of 100 items.
57
+
*`workspace_root` - (Required) A set of top-level Azure resource identifiers (Subscription IDs or Resource Group IDs) where Storage Discovery initiates its scan for storage accounts. You cannot specify both a subscription and its child resource group. Maximum of 100 items.
58
58
59
-
*`scopes` - (Required) One or more `scopes` blocks as defined below.
59
+
-> **Note:** The user or service principal must have at least Reader access (`Microsoft.Storage/storageAccounts/read`) on each specified root. The default limit of 100 can be increased by contacting Azure Support.
60
60
61
-
---
61
+
*`scopes` - (Required) One or more `scopes` blocks as defined below.
62
62
63
-
*`description` - (Optional) A description for the Storage Discovery Workspace.
63
+
*`description` - (Optional) A description for the Discovery workspace resource.
64
64
65
-
*`sku` - (Optional) The SKU for the Storage Discovery Workspace. Possible values are `Free` and `Standard`. Defaults to `Standard`.
65
+
*`sku` - (Optional) Specifies the Storage Discovery pricing plan. Possible values are `Free` and `Standard`. Defaults to `Standard`. See [Understand Storage Discovery Pricing](https://learn.microsoft.com/azure/storage-discovery/understand-pricing) for details.
66
66
67
-
*`tags` - (Optional) A mapping of tags to assign to the resource.
67
+
*`tags` - (Optional) A mapping of tags which should be assigned to the resource.
68
68
69
69
---
70
70
@@ -84,6 +84,8 @@ In addition to the Arguments listed above - the following Attributes are exporte
84
84
85
85
*`id` - The ID of the Storage Discovery Workspace.
86
86
87
+
-> **Note:** It can take up to 24 hours after workspace creation for metrics to begin appearing in reports.
88
+
87
89
## Timeouts
88
90
89
91
The `timeouts` block allows you to specify [timeouts](https://developer.hashicorp.com/terraform/language/resources/configure#define-operation-timeouts) for certain actions:
0 commit comments