Skip to content

Commit f5d74e1

Browse files
xfz11yungezz
andauthored
Update articles/service-connector/includes/code-postgres-aad.md
Co-authored-by: Yunge Zhu <[email protected]>
1 parent 7aaa6cd commit f5d74e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ 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 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.
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 look like `aad_<connection name>`. If you use Portal, click the expand button next to `Service Type` column and get the value. If you use Azure CLI, check `configurations` in output of CLI command.
107107

108108
Then, execute the query to grant permission
109109

0 commit comments

Comments
 (0)