Skip to content

Commit f5bb980

Browse files
Merge pull request #230431 from normesta/monitoring
Adding some FAQ entries
2 parents 908e3b3 + 2df4432 commit f5bb980

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

articles/storage/blobs/monitor-blob-storage.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 01/23/2023
10+
ms.date: 03/13/2023
1111
ms.author: normesta
1212
ms.devlang: csharp
1313
ms.custom: subject-monitoring, devx-track-csharp, devx-track-azurepowershell
@@ -50,7 +50,7 @@ You can continue using classic metrics and logs if you want to. In fact, classic
5050

5151
Platform metrics and the Activity log are collected and stored automatically, but can be routed to other locations by using a diagnostic setting.
5252

53-
Resource Logs are not collected and stored until you create a diagnostic setting and route them to one or more locations.
53+
Resource Logs aren't collected and stored until you create a diagnostic setting and route them to one or more locations.
5454

5555
To collect resource logs, you must create a diagnostic setting. When you create the setting, choose **blob** as the type of storage that you want to enable logs for. Then, specify one of the following categories of operations for which you want to collect logs.
5656

@@ -69,7 +69,7 @@ See [Create diagnostic setting to collect platform logs and metrics in Azure](..
6969

7070
For general destination limitations, see [Destination limitations](../../azure-monitor/essentials/diagnostic-settings.md#destination-limitations). The following limitations apply only to monitoring Azure Storage accounts.
7171

72-
- You can't send logs to the same storage account that you are monitoring with this setting.
72+
- You can't send logs to the same storage account that you're monitoring with this setting.
7373

7474
This would lead to recursive logs in which a log entry describes the writing of another log entry. You must create an account or use another existing account to store log information.
7575

@@ -317,7 +317,7 @@ Log entries are created only if there are requests made against the service endp
317317

318318
The [Activity log](../../azure-monitor/essentials/activity-log.md) is a type of platform log located in Azure that provides insight into subscription-level events. You can view it independently or route it to Azure Monitor Logs, where you can do much more complex queries using Log Analytics.
319319

320-
When you view a storage account in the Azure portal, the operations called by the portal are also logged. For this reason, you may see operations logged in a storage account even though you have not written any data to the account.
320+
When you view a storage account in the Azure portal, the operations called by the portal are also logged. For this reason, you may see operations logged in a storage account even though you haven't written any data to the account.
321321

322322
### Log authenticated requests
323323

@@ -430,6 +430,14 @@ The following table lists some example scenarios to monitor and the proper metri
430430
431431
No. Azure Compute supports the metrics on disks. For more information, see [Per disk metrics for Managed and Unmanaged Disks](https://azure.microsoft.com/blog/per-disk-metrics-managed-disks/).
432432
433+
**What does a dashed line in an Azure Metric chart indicate?**
434+
435+
Some Azure metrics charts, such as the ones that display availability and latency data, use a dashed line to indicate that there's a missing value (also known as null value) between two known time grain data points. For example, if in the time selector you picked `1 minute` time granularity, but the metric was reported at 07:26, 07:27, 07:29, and 07:30, then a dashed line connects 07:27 and 07:29 because there's a minute gap between those two data points. A solid line connects all other data points. The dashed line drops down to zero when the metric uses count and sum aggregation. For the avg, min or max aggregations, a dashed line connects the two nearest known data points. Also, when the data is missing on the rightmost or leftmost side of the chart, the dashed line expands to the direction of the missing data point.
436+
437+
**How do I track availability of my storage account?**
438+
439+
You can configure a resource health alert based on the [Azure Resource Health](/azure/service-health/resource-health-overview) service to track the availability of your storage account. If there are no transactions on the account, then the alert reports based on the health of the Storage cluster where your storage account is located.
440+
433441
## Next steps
434442
435443
Get started with any of these guides.

0 commit comments

Comments
 (0)