Skip to content

Commit

Permalink
updated the link
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhtarAmir authored and AkhtarAmir committed Sep 18, 2024
1 parent 624728f commit 8ec1335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/azure/synapse/workspaceDiagnosticLogsEnabled.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
description: 'Ensures that diagnostic logging is enabled for Synapse workspace.',
more_info: 'Enabling diagnostic logs in Azure Synapse workspace is important for monitoring, troubleshooting, and optimizing performance. These logs provide detailed insights into resource usage, query execution, and potential issues, allowing administrators to identify bottlenecks, track errors, and improve the overall efficiency and reliability of the workspace.',
recommended_action: 'Enable diagnostic logging for all Synapse workspaces.',
link: 'https://learn.microsoft.com/en-gb/azure/azure-monitor/essentials/diagnostic-settings',
link: 'https://learn.microsoft.com/en-us/azure/synapse-analytics/monitor-synapse-analytics',
apis: ['synapse:listWorkspaces', 'diagnosticSettings:listByWorkspaces'],
realtime_triggers: ['microsoftsynapse:workspaces:write','microsoftsynapse:workspaces:delete','microsoftinsights:diagnosticSettings:delete','microsoftinsights:diagnosticSettings:write'],

Expand Down

0 comments on commit 8ec1335

Please sign in to comment.