Skip to content

Commit

Permalink
Fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
rdheekonda committed Oct 4, 2024
1 parent a176256 commit 425c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup/use_azure_sql_db.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ORDER BY UserName, RoleName;

## 5. Granting Permissions to a New User

1. Determine whether the user needs the `db_owner` or `db_writer` role.
1. Determine whether the user needs the `db_owner` or `db_writer` role.
- **db_owner** is recommended for developers and maintainers.
- **db_writer** is recommended for operators interacting with the database.

Expand Down

0 comments on commit 425c4c4

Please sign in to comment.