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/storage/blobs/storage-blob-inventory-report-analytics.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You might have to wait up to 24 hours after enabling inventory reports for your
61
61
62
62
## Set up and run the sample notebook
63
63
64
-
In this section, you'll generate statistical data that you'll visualize in a report. To simplify this tutorial, this section leverages a sample configuration file and a sample PySpark notebook. The notebook contains a collection of queries that execute in Azure Synapse Studio.
64
+
In this section, you'll generate statistical data that you'll visualize in a report. To simplify this tutorial, this section uses a sample configuration file and a sample PySpark notebook. The notebook contains a collection of queries that execute in Azure Synapse Studio.
65
65
66
66
#### Modify and upload the sample configuration file
67
67
@@ -83,7 +83,8 @@ In this section, you'll generate statistical data that you'll visualize in a rep
83
83
84
84
1. Download the [ReportAnalysis.ipynb](https://github.com/microsoft/Blob-Inventory-Report-Analytics/blob/main/src/ReportAnalysis.ipynb) sample notebook.
85
85
86
-
Make sure to save this file with the `.ipynb` extension.
86
+
> [!NOTE]
87
+
> Make sure to save this file with the `.ipynb` extension.
87
88
88
89
2. Open your Synapse workspace in Synapse Studio. See [Open Synapse Studio](../../synapse-analytics/get-started-create-workspace.md#open-synapse-studio).
89
90
@@ -123,19 +124,19 @@ In this section, you'll generate statistical data that you'll visualize in a rep
123
124
124
125
2. Verify that the notebook ran successfully by selecting the **Data** tab.
125
126
126
-
A database named **reportdata** should appear in the **Workspace** tab of the **Data** pane. If this database does not appear, then you might have to refresh the web page.
127
+
A database named **reportdata** should appear in the **Workspace** tab of the **Data** pane. If this database doesn't appear, then you might have to refresh the web page.
127
128
128
129
> [!div class="mx-imgBorder"]
129
130
> 
130
131
131
132
The database contains a set of tables. Each table contains information obtained by running the queries from the PySpark notebook.
132
133
133
-
3. To examine the contents of a table, expand the **Tables** folder of the **reportdata** database. Then, right-click a table, click**Select SQL script**, and then click**Select TOP 100 rows**.
134
+
3. To examine the contents of a table, expand the **Tables** folder of the **reportdata** database. Then, right-click a table, select**Select SQL script**, and then select**Select TOP 100 rows**.
134
135
135
136
> [!div class="mx-imgBorder"]
136
137
> 
137
138
138
-
4. You can modify the query if you want and then select **Run** to view the results.
139
+
4. You can modify the query as needed and then select **Run** to view the results.
139
140
140
141
> [!div class="mx-imgBorder"]
141
142
> 
@@ -175,7 +176,7 @@ In this section, you'll generate statistical data that you'll visualize in a rep
175
176
176
177
## Next steps
177
178
178
-
- Set up an Azure Synapse pipeline to keep running your notebook at regular intervals. That way you can process new inventory reports as they are created. After the initial run, each of the next runs will analyze incremental data and then update the tables with the results of that analysis. For guidance, see [Integrate with pipelines](../../synapse-analytics/get-started-pipelines.md).
179
+
- Set up an Azure Synapse pipeline to keep running your notebook at regular intervals. That way you can process new inventory reports as they're created. After the initial run, each of the next runs will analyze incremental data and then update the tables with the results of that analysis. For guidance, see [Integrate with pipelines](../../synapse-analytics/get-started-pipelines.md).
179
180
180
181
- Learn about ways to analyze individual containers in your storage account. See these articles:
Copy file name to clipboardExpand all lines: articles/storage/common/storage-plan-manage-costs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Storage capacity is billed in units of the average daily amount of data stored,
170
170
## Next steps
171
171
172
172
- Learn more on how pricing works with Azure Storage. See [Azure Storage Overview pricing](https://azure.microsoft.com/pricing/details/storage/).
173
-
- Understanding how your blobs and containers are stored, organized, and used in production so that you better optimize the tradeoffs between cost and performance. See [Tutorial: Analyze blob inventory reports](storage-blob-inventory-report-analytics.md).
173
+
- Understanding how your blobs and containers are stored, organized, and used in production so that you better optimize the tradeoffs between cost and performance. See [Tutorial: Analyze blob inventory reports](../blobs/storage-blob-inventory-report-analytics.md).
174
174
-[Optimize costs for Blob Storage with reserved capacity](../blobs/storage-blob-reserved-capacity.md).
175
175
- Learn [how to optimize your cloud investment with Azure Cost Management](../../cost-management-billing/costs/cost-mgt-best-practices.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
176
176
- Learn more about managing costs with [cost analysis](../../cost-management-billing/costs/quick-acm-cost-analysis.md?WT.mc_id=costmanagementcontent_docsacmhorizontal_-inproduct-learn).
0 commit comments