Skip to content

azure db permissions #1079

Answered by DavidWiseman
earthcoder asked this question in Q&A
Oct 17, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

It looks like the docs need updating for assigning minimal permissions in Azure. Try running this in the master database:

ALTER SERVER ROLE ##MS_ServerStateReader##
ADD MEMBER Reader_dbdash

And this in the user database:

GRANT CREATE ANY DATABASE EVENT SESSION TO Reader_dbdash;
GRANT ALTER ANY DATABASE EVENT SESSION TO Reader_dbdash;

Hope this helps.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@earthcoder
Comment options

@earthcoder
Comment options

@earthcoder
Comment options

@DavidWiseman
Comment options

Answer selected by earthcoder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants