Skip to content

Commit 7aaa6cd

Browse files
authored
Update code-postgres-aad.md
1 parent 14ec997 commit 7aaa6cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-connector/includes/code-postgres-aad.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ For more code samples, see [Connect to Azure databases from App Service without
103103

104104
---
105105

106-
Next, if you have created tables and sequences in postgresql flexible server, you need to login as table owner and grant permission to `aad username` that's created by Service Connector. Get the user name from connection string or configuration set by service connector, it should be look like `aad_<connection name>`. If you use Portal, click the expand button and get the value. If you use Azure CLI, check `configurations` in output of CLI command.
106+
Next, if you have created tables and sequences in PostgreSQL flexible server, you need to login as database owner and grant permission to `aad username` that's created by Service Connector. Get the user name from connection string or configuration set by service connector, it should be look like `aad_<connection name>`. If you use Portal, click the expand button and get the value. If you use Azure CLI, check `configurations` in output of CLI command.
107+
107108
Then, execute the query to grant permission
108109

109110
```azure-cli

0 commit comments

Comments
 (0)