Skip to content

Commit b2164f2

Browse files
authored
Merge pull request #95816 from amolmehrotra/patch-3
Added clarification for adding minimum permissions
2 parents a03f542 + 33bb0ea commit b2164f2

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)