Skip to content

Commit e01b4a2

Browse files
committed
Fixes build warnings:
1 parent 19c139e commit e01b4a2

File tree

10 files changed

+22
-67
lines changed

10 files changed

+22
-67
lines changed

articles/storage-discovery/core-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Deploying Azure Storage Discovery workspace in one of your Azure subscriptions i
1414

1515
## Select a subscription and region for Azure Storage Discovery workspace deployment
1616

17-
Azure Storage Discovery workspace can be deployed in a subscription of your choice and in one of the supported regions as listed in [Regional coverage of Azure Storage Discovery](regionalCoverage.md).
17+
Azure Storage Discovery workspace can be deployed in a subscription of your choice and in one of the supported regions as listed in [Regional coverage of Azure Storage Discovery workspace](includes\control-plane-regions.md).
1818

19-
Once created, a Discovery workspace can aggregate metrics from storage accounts within its "Scope", regardless of whether those accounts reside in different regions. The list of regions from which metrics are aggregated is also provided in the [Regional coverage of Azure Storage Discovery](regionalCoverage.md).
19+
Once created, a Discovery workspace can aggregate metrics from storage accounts within its "Scope", regardless of whether those accounts reside in different regions. The list of regions from which metrics are aggregated is also provided in the [Regional coverage of Azure Storage Discovery](includes\data-plane-regions.md).
2020

2121
## Permissions
2222

articles/storage-discovery/create-workspace.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article helps you create an ASDW resource.
2222
Click on **Create**
2323

2424
> [!div class="mx-imgBorder"]
25-
> ![Screenshot of the create ASDW page.](media/create/create1.png)
25+
> ![Screenshot of the create ASDW page.](media/create/create.png)
2626
2727
Choose a **Subscription** and **Resource group** to create the discovery workspace
2828

@@ -32,52 +32,52 @@ The following table describes each element.
3232
|---|--|
3333
| `Name` | The name of the Discovery workspace resource. |
3434
| `Description` | Optional. Description of the Discovery workspace resource. |
35-
| `Region` | Azure region where the Discovery resource will be created.<sup>1</sup>|
35+
| `Region` | Azure region where the Discovery resource is created.<sup>1</sup>|
3636
| `Pricing plan` | Storage Discovery pricing plan.<sup>2</sup>|
3737

38-
<sup>1</sup> For information on regions covered, see [Storage Discovery Regions](regionalCoverage.md).
38+
<sup>1</sup> For information on regions covered, see [Storage Discovery workspace regions](includes/control-plane-regions.md) and for storage account regions covered by Discovery, see [Storage Discovery regions](includes/data-plane-regions.md)
3939
<sup>2</sup> For information on Storage Discovery pricing plan, see [Understand Storage Discovery Pricing](pricing.md).
4040

41-
### Define WorkspaceRoots
42-
WorkspaceRoots specifies the top-level Azure resource identifiers - such as subscriptions or resource groups - where Storage Discovery initiates its scan for storage accounts. These identifiers serve as the root of the discovery process, defining the overall scope and boundaries of your Azure estate that will be analyzed. Select the subscriptions and/or resource groups that need to be included in the workspace.
41+
### Define WorkspaceRoots
42+
WorkspaceRoots specifies the top-level Azure resource identifiers - such as subscriptions or resource groups - where Storage Discovery initiates its scan for storage accounts. These identifiers serve as the root of the discovery process, defining the overall scope and boundaries of your Azure estate that is analyzed. Select the subscriptions and/or resource groups that need to be included in the workspace.
4343

4444
> [!NOTE]
4545
> - Ensure that the user or service principal deploying the workspace has at least **Reader** access to each specified root.
4646
> - Up to 100 resources - subscriptions and/or resource groups can be included in one ASDW.
4747
4848
> [!div class="mx-imgBorder"]
49-
> ![Screenshot of the workspaceRoots.](media/create/workspaceRoots.png)
49+
> ![Screenshot of the workspaceRoots.](media/create/workspaceroots.png)
5050
51-
Once the subscriptions, resource groups or tenant is added to the workspace, an access check is run to verify if the user has Microsoft.Storage/storageAccounts/read on the added resources. As the checks are running, status of the run is as shown below:
51+
Once the subscriptions, resource groups or tenant is added to the workspace, an access check is run to verify if the user has Microsoft.Storage/storageAccounts/read on the added resources. As the checks are running, status of the run is as shown:
5252

5353
> [!div class="mx-imgBorder"]
54-
> ![Screenshot of the access check on workspaceRoots.](media/create/create_access.png)
54+
> ![Screenshot of the access check on workspaceRoots.](media/create/createaccess.png)
5555
5656
If you do not have Microsoft.Storage/storageAccounts/read on any of the resources added, remove the resource from the workSpaceRoots to proceed with the creation of workspace or resolve the access issue and try again.
5757

5858
### Create Scope
59-
Scopes are logical groupings of storage accounts within the defined workspaceRoots.They allow you to filter and organize data using tags and resource types. This enables targeted insights - you can create scopes for different departments, environments, or compliance zones.
59+
Scopes are logical groupings of storage accounts within the defined workspaceRoots.They allow you to filter and organize data using tags and resource types. Scope enables targeted insights - you can create scopes for different departments, environments, or compliance zones.
6060

6161
> [!div class="mx-imgBorder"]
6262
> ![Screenshot of scope](media/create/scope.png)
6363
6464
> [!IMPORTANT]
65-
> **Default Scope** is added automatically which would include all storage accounts within the subscriptions or resource groups added in the **workspaceRoots**
65+
> **Default Scope** is added automatically, which would include all storage accounts within the subscriptions or resource groups added in the **workspaceRoots**
6666
6767
Add tags, if needed on the ASDW resource and click on Review and Create.
6868

69-
If the access check on the workspaceRoots resources is not yet complete, the *Review and Create* tab will show the informational message that the access check is in progress and resource cannot be deployed when the access check is in progress.
69+
If the access check for the workspaceRoots resources hasn’t finished yet, the Review and Create tab shows a message saying the check is still in progress. You won’t be able to deploy the resource until the check is complete.
7070

7171
> [!div class="mx-imgBorder"]
72-
> ![Screenshot of access checks.](media/create/reviewAndCreate.png)
72+
> ![Screenshot of access checks.](media/create/reviewandcreate.png)
7373
7474
> [!NOTE]
75-
> Please note that Discovery resource creation will fail if the access checks on any added subscription or resource group or tenant is not successful.
75+
> Note that Discovery resource creation fails if the access checks on any added subscription or resource group or tenant is not successful.
7676
7777
When the access checks completes successfully, resource can be deployed.
7878

7979
> [!div class="mx-imgBorder"]
8080
> ![Screenshot of deployment complete.](media/create/deploy.png)
8181
8282
> [!NOTE]
83-
> Please note that it will take upto 24 hours for the metrics to start appearing in the Reports after the scope has been created.
83+
> Note that it will take upto 24 hours for the metrics to start appearing in the Reports after the scope is created.

articles/storage-discovery/deploy-planning.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,4 @@ To maximize the value of Azure Storage Discovery:
6161
4. **Verify access**: Ensure users have Contributor access to the ASDW resource to view reports.
6262
5. **Allow time for data to populate**: Metrics typically begin appearing within 24 hours of scope configuration.
6363

64-
## Learn More
65-
66-
- [Azure Resource Tagging](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/tag-resources)
67-
6864
For questions or feedback, contact the team at [[email protected]](mailto:[email protected]).

articles/storage-discovery/includes/control-plane-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 08/01/2025
66
ms.service: azure-storage-mover
77
---
88

9-
# Azure Storage Discovery regions
9+
# Azure Storage Discovery workspace regions
1010

1111
Azure Storage Discovery is currently in PREVIEW and is available in the select regions. Below is the list of regions where storage discovery workspaces can be created:
1212

articles/storage-discovery/includes/data-plane-regions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ms.date: 08/01/2025
66
ms.service: azure-storage-mover
77
---
88

9+
# Azure Storage Discovery regions
10+
911
List of regions from which storage insights will be aggregated by Storage Discovery is as given below. This list is temporary and will change over time as Public Preview support continues to expand.
1012
- East US2
1113
- West Europe

articles/storage-discovery/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 08/01/2025
88
ms.author: pthippeswamy
99
---
1010

11-
## What is Azure Storage Discovery?
11+
# What is Azure Storage Discovery?
1212

1313
**Azure Storage Discovery** is a fully managed Azure service that provides deep, actionable insights into your object storage estate across subscriptions, regions, and resource groups. It is designed to simplify data management at scale by offering a unified, no-code experience for analyzing storage usage, activity, configuration, and security posture—all from a single pane of glass in the Azure portal.
1414

@@ -78,7 +78,7 @@ A Scope in Azure Storage Discovery represents a logical grouping of storage acco
7878

7979
The following articles can help you become familiar with the Storage Discovery service.
8080

81-
- [Planning for an Azure Storage Discovery deployment](deployment-planning.md)
81+
- [Planning for an Azure Storage Discovery deployment](deploy-planning.md)
8282
- [Create Storage Discovery Workspace by using the Azure portal](create-workspace.md)
8383
- [Pricing and billing](pricing.md)
8484
- [Storage Discovery regional coverage](regionalCoverage.md)

articles/storage-discovery/pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Understand Storage Discovery Pricing | Microsoft Docs
3-
description: Storage Discovery provides insights on storage capacity, transactions, and configurations - providing visibility into their storage estate at entire organization level and aiding business decisions.
3+
description: Storage Discovery pricing and features available with each pricing plan.
44
author: pthippeswamy
55
ms.service: azure-storage-mover
66
ms.topic: overview

articles/storage-discovery/regionalCoverage.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)