Skip to content

Commit f2cf790

Browse files
authored
Merge pull request #95748 from bwren/am-diagnostic-adls
Azure Monitor diagnostic setting ADLS note
2 parents 39a3180 + 586f7bf commit f2cf790

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/azure-monitor/platform/diagnostic-settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Platform logs can be sent to the destinations in the following table. The config
3737
| [Azure storage account](resource-logs-collect-storage.md) | Archiving logs to an Azure storage account is useful for audit, static analysis, or backup. |
3838

3939

40-
40+
> [!IMPORTANT]
41+
> Azure Data Lake Storage Gen2 accounts are not currently supported as a destination for diagnostic settings even though they may be listed as a valid option in the Azure portal.
4142
4243
## Create diagnostic settings in Azure portal
4344
You can configure diagnostic settings in the Azure portal either from the Azure Monitor menu or from the menu for the resource.

articles/azure-monitor/platform/resource-logs-collect-storage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ ms.subservice: logs
1515
## Prerequisites
1616
You need to [create an Azure storage account](../../storage/common/storage-quickstart-create-account.md) if you don't already have one. The storage account does not have to be in the same subscription as the resource sending logs as long as the user who configures the setting has appropriate RBAC access to both subscriptions.
1717

18+
19+
> [!IMPORTANT]
20+
> Azure Data Lake Storage Gen2 accounts are not currently supported as a destination for diagnostic settings even though they may be listed as a valid option in the Azure portal.
21+
22+
1823
You should not use an existing storage account that has other, non-monitoring data stored in it so that you can better control access to monitoring data. If you are also archiving the [Activity log](activity-logs-overview.md) to a storage account though, you may choose to use that same storage account to keep all monitoring data in a central location.
1924

2025
## Create a diagnostic setting

0 commit comments

Comments
 (0)