|
| 1 | +--- |
| 2 | +title: Understand egress insights in Azure Storage Discovery |
| 3 | +titleSuffix: Azure Storage Discovery |
| 4 | +description: Learn how to use Azure Storage Discovery to gain visibility into egress patterns across your Azure Blob Storage estate. |
| 5 | +author: pthippeswamy |
| 6 | +ms.service: azure-storage-discovery |
| 7 | +ms.topic: conceptual |
| 8 | +ms.date: 03/20/2026 |
| 9 | +ms.author: pthippeswamy |
| 10 | +--- |
| 11 | + |
| 12 | +# Understand egress insights in Azure Storage Discovery |
| 13 | + |
| 14 | +Understanding the data egress - the transfer of data out of your storage accounts - can reveal cost and safety insights. Understanding where egress occurs, how it trends over time, and which storage accounts contribute the most helps you make informed decisions about cost optimization and architecture improvements. |
| 15 | + |
| 16 | +Azure Storage Discovery surfaces egress insights as part of the **Activity** report in your Discovery workspace. These insights give you enterprise-wide visibility into egress patterns without requiring custom queries, log analytics, or additional tooling. |
| 17 | + |
| 18 | +> [!NOTE] |
| 19 | +> Egress insights are available only with the **Standard** pricing plan. The Free plan doesn't include Activity insights. See [Azure Storage Discovery pricing](pricing.md) for details on available plans. |
| 20 | +
|
| 21 | +## Where to find egress insights |
| 22 | + |
| 23 | +Egress insights are available in the **Activity** report of your Storage Discovery workspace. |
| 24 | + |
| 25 | +1. Open the [Azure portal](https://portal.azure.com) and navigate to your **Storage Discovery workspace** resource. |
| 26 | +2. In the left menu, select **Reports**. |
| 27 | +3. Select the **Activity** report. |
| 28 | +4. Use the metric picker to focus on **Egress** to view egress-specific data across your storage estate. |
| 29 | + |
| 30 | +The Activity report organizes egress data using the same consistent structure as other Storage Discovery reports - overview tiles, trends charts, and top items - making it easy to explore patterns and drill down into details. |
| 31 | + |
| 32 | +## Egress overview tiles |
| 33 | + |
| 34 | +At the top of the Activity report, overview tiles show aggregate metrics for your selected [scope](management-components.md#scope). When you focus on egress, the overview tiles display the total egress volume and total billable egress volume across all storage accounts in the scope, giving you a quick snapshot of the outbound data transfers from your storage estate. |
| 35 | + |
| 36 | +## Egress trends |
| 37 | + |
| 38 | +The **Trends** chart in the Activity report shows how egress volume changes over time: |
| 39 | + |
| 40 | +- **Identify spikes**: Spot sudden increases in egress that might indicate unexpected data transfers or workload changes. |
| 41 | +- **Track patterns**: Observe recurring egress patterns tied to business cycles, batch processing, or scheduled data pipelines. |
| 42 | +- **Monitor optimization efforts**: After making changes like moving workloads closer to data or adjusting caching, you can track how your actions change egress over time. |
| 43 | + |
| 44 | +You can group egress trends by dimensions such as: |
| 45 | + |
| 46 | +- **Region**: See which Azure regions generate the most outbound data transfers. |
| 47 | +- **Performance type**: Compare egress between Standard and Premium storage accounts. |
| 48 | +- **Redundancy type**: Understand egress across different redundancy configurations (LRS, GRS, ZRS, and others). |
| 49 | + |
| 50 | +## Top 10 egress details |
| 51 | + |
| 52 | +The **Top 10 egress details** chart provides a ranked list of the storage accounts with the highest egress in your selected scope. Each row in the chart displays: |
| 53 | + |
| 54 | +| Column | Description | |
| 55 | +|---------------------|-------------------------------------------------------------------------------------------------------| |
| 56 | +| **Storage resources** | The name of the storage account, linked directly to the resource in the Azure portal. | |
| 57 | +| **Billable egress** | The total billable egress volume for the storage account. | |
| 58 | +| **Trend** | A sparkline showing the egress trend, along with the percentage change over the selected time range. | |
| 59 | +| **Subscription** | The Azure subscription the storage account belongs to. | |
| 60 | +| **Resource group** | The resource group containing the storage account. | |
| 61 | +| **Egress details** | A **More details** link that opens a detailed egress breakdown for the storage account. | |
| 62 | + |
| 63 | +Use the **By** dropdown to switch between metrics such as **Billable egress**, and use the **In** dropdown to filter the list to a specific Azure region. |
| 64 | + |
| 65 | +:::image source="media/insights/egress/top-10-egress.jpg" alt-text="Screenshot of top 10 egress details." lightbox="media/insights/egress/top-10-egress.jpg"::: |
| 66 | + |
| 67 | +## Egress details for a storage account |
| 68 | + |
| 69 | +Selecting **More details** on any storage account in the Top 10 egress details chart opens the **Egress details** panel. This panel provides a breakdown of where data from that storage account is being transferred, helping you understand the destinations and cost implications of outbound traffic. |
| 70 | + |
| 71 | +The panel displays the following summary information: |
| 72 | + |
| 73 | +| Field | Description | |
| 74 | +|--------------------------|-----------------------------------------------------------------------------| |
| 75 | +| **Total egress** | The total volume of data transferred out of the storage account. | |
| 76 | +| **Total billable egress**| The portion of egress that incurs charges. | |
| 77 | +| **Source region** | The Azure region where the storage account is located. | |
| 78 | + |
| 79 | +### Billable egress by destination |
| 80 | + |
| 81 | +Below the summary, the panel breaks down billable egress by destination category. |
| 82 | + |
| 83 | +The breakdown follows the same pattern as shown in [Bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/) is organized into the following categories: |
| 84 | + |
| 85 | +- **Inter-region - Billable egress**: Data transferred to other Azure regions. This category is further broken down by geography (for example, Asia Pacific, Europe, Middle East, United States). |
| 86 | +- **External - Billable egress**: Data transferred out of Azure entirely, shown as **Leaving Azure**. |
| 87 | + |
| 88 | +This destination-level breakdown helps you: |
| 89 | + |
| 90 | +- **Identify costly cross-region transfers**: See exactly which regions and geographies receive the most data from a storage account. |
| 91 | +- **Spot external egress**: Understand how much data leaves Azure, which typically carries the highest egress charges. |
| 92 | +- **Target optimization efforts**: Focus on the largest destination categories first when planning architecture changes to reduce egress costs. |
| 93 | + |
| 94 | +:::image source="media/insights/egress/egress-breakdown.png" alt-text="Screenshot of egress details." lightbox="media/insights/egress/egress-breakdown.png"::: |
| 95 | + |
| 96 | +## Navigate from egress charts to individual resources |
| 97 | + |
| 98 | +Like all Storage Discovery charts, egress visualizations support the **View Resources** action. Select this option on any chart to see the list of storage accounts behind the data. From the resource list, you can: |
| 99 | + |
| 100 | +- Navigate directly to an individual storage account to review its configuration or make changes. |
| 101 | +- Export the resource list as a `.csv` file for use in scripts, automation, or bulk operations. |
| 102 | + |
| 103 | +## Common scenarios for egress insights |
| 104 | + |
| 105 | +### Identify unexpected egress costs |
| 106 | + |
| 107 | +Review the egress trends chart to spot unexpected spikes. Combine with the Top items view to identify which storage accounts are responsible. Use filters to narrow down by region or subscription for faster root cause analysis. |
| 108 | + |
| 109 | +### Optimize cross-region data transfers |
| 110 | + |
| 111 | +Use the region grouping on the trends chart to understand which regions have the highest egress. Consider colocating compute resources with high-egress storage accounts to reduce cross-region data transfer costs. |
| 112 | + |
| 113 | +### Monitor egress by department or workload (based on 'Scope') |
| 114 | + |
| 115 | +If you configured [scopes](management-components.md#scope) based on ARM resource tags for departments or workloads, switch between scopes to compare egress across organizational units. This helps allocate data transfer costs and identify teams that might benefit from optimizations. |
| 116 | + |
| 117 | +### Track egress over time after optimization |
| 118 | + |
| 119 | +After implementing changes to reduce egress - such as enabling CDN caching, moving compute resources, or adjusting data pipeline architectures - use the trends chart to verify that egress volumes decrease as expected. |
| 120 | + |
| 121 | +## Next steps |
| 122 | + |
| 123 | +- [Understand the common structure of Storage Discovery reports](get-started-reports.md) |
| 124 | +- [Understand Azure Storage Discovery pricing](pricing.md) |
| 125 | +- [Frequently asked questions](frequently-asked-questions.md) |
0 commit comments