Skip to content

Commit 253712a

Browse files
authored
Merge pull request #187693 from SudheeshGH/diagsettings1
Update Pre-Storage Unsupported
2 parents e34dff1 + e09e8bf commit 253712a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

articles/mysql/concepts-audit-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Other parameters you can adjust include:
4646

4747
Audit logs are integrated with Azure Monitor Diagnostic Logs. Once you've enabled audit logs on your MySQL server, you can emit them to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about how to enable diagnostic logs in the Azure portal, see the [audit log portal article](howto-configure-audit-logs-portal.md#set-up-diagnostic-logs).
4848

49+
[!Note]
50+
>Premium Storage accounts are not supported if you sending the logs to Azure storage via diagnostics and settings
51+
4952
## Diagnostic Logs Schemas
5053

5154
The following sections describe what's output by MySQL audit logs based on the event type. Depending on the output method, the fields included and the order in which they appear may vary.

articles/mysql/concepts-server-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ Logs are rotated every 24 hours or 7 GB, whichever comes first.
5151
## Diagnostic logs
5252
Azure Database for MySQL is integrated with Azure Monitor Diagnostic Logs. Once you have enabled slow query logs on your MySQL server, you can choose to have them emitted to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about how to enable diagnostic logs, see the how to section of the [diagnostic logs documentation](../azure-monitor/essentials/platform-logs-overview.md).
5353

54+
[!Note]
55+
>Premium Storage accounts are not supported if you sending the logs to Azure storage via diagnostics and settings
56+
5457
The following table describes what's in each log. Depending on the output method, the fields included and the order in which they appear may vary.
5558

5659
| **Property** | **Description** |

articles/mysql/flexible-server/concepts-audit-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Other parameters you can adjust to control audit logging behavior include:
4646

4747
Audit logs are integrated with Azure Monitor diagnostic settings. Once you've enabled audit logs on your MySQL flexible server, you can emit them to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about diagnostic settings, see the [diagnostic logs documentation](../../azure-monitor/essentials/platform-logs-overview.md). To learn more about how to enable diagnostic settings in the Azure portal, see the [audit log portal article](tutorial-configure-audit.md#set-up-diagnostics).
4848

49+
[!Note]
50+
>Premium Storage accounts are not supported if you sending the logs to Azure storage via diagnostics and settings
51+
4952
The following sections describe the output of MySQL audit logs based on the event type. Depending on the output method, the fields included and the order in which they appear may vary.
5053

5154
### Connection

articles/mysql/flexible-server/concepts-slow-query-logs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ See the MySQL [slow query log documentation](https://dev.mysql.com/doc/refman/5.
3434

3535
Slow query logs are integrated with Azure Monitor diagnostic settings. Once you've enabled slow query logs on your MySQL flexible server, you can emit them to Azure Monitor logs, Event Hubs, or Azure Storage. To learn more about diagnostic settings, see the [diagnostic logs documentation](../../azure-monitor/essentials/platform-logs-overview.md). To learn more about how to enable diagnostic settings in the Azure portal, see the [slow query log portal article](tutorial-query-performance-insights.md#set-up-diagnostics).
3636

37+
[!Note]
38+
>Premium Storage accounts are not supported if you sending the logs to Azure storage via diagnostics and settings
39+
3740
The following table describes the output of the slow query log. Depending on the output method, the fields included and the order in which they appear may vary.
3841

3942
| **Property** | **Description** |

0 commit comments

Comments
 (0)