Skip to content

Commit 33bb0ea

Browse files
authored
Added clarification for adding minimum permissions
In the SQL prompt for the database you want, run the following commands to grant the minimum permissions your app needs.
1 parent 8fa8e21 commit 33bb0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/tutorial-connect-msi-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Here's an example of the output:
236236
sqlcmd -S <server-name>.database.windows.net -d <db-name> -U <aad-user-name> -P "<aad-password>" -G -l 30
237237
```
238238
239-
1. In the SQL prompt for the database you want, run the following commands to grant the permissions your app needs. For example,
239+
1. In the SQL prompt for the database you want, run the following commands to grant the minimum permissions your app needs. For example,
240240
241241
```sql
242242
CREATE USER [<identity-name>] FROM EXTERNAL PROVIDER;

0 commit comments

Comments
 (0)