Skip to content

Commit

Permalink
Update content/en/database_monitoring/setup_sql_server/azure.md
Browse files Browse the repository at this point in the history
Co-authored-by: cecilia saixue watt <[email protected]>
  • Loading branch information
joelmarcotte and cswatt authored Dec 12, 2023
1 parent 66a65c0 commit eede7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/database_monitoring/setup_sql_server/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CREATE LOGIN datadog WITH PASSWORD = '<PASSWORD>';
CREATE USER datadog FOR LOGIN datadog;
ALTER SERVER ROLE ##MS_ServerStateReader## ADD MEMBER datadog;
ALTER SERVER ROLE ##MS_DefinitionReader## ADD MEMBER datadog;
-- If you intend on using monitoring log shipping (availably in agent v7.50+), proceed with the following:
-- To use Log Shipping Monitoring (available in Agent v7.50+), uncomment the next three lines:
-- USE msdb;
-- CREATE USER datadog FOR LOGIN datadog;
-- GRANT SELECT to datadog;
Expand Down

0 comments on commit eede7f8

Please sign in to comment.