Skip to content

Commit

Permalink
fix(sql):improve sql help doc (#1097)
Browse files Browse the repository at this point in the history
* fix(sql):improve sql help doc

* fix(sql):improve sql help doc

Co-authored-by: Zhaofeng Xu <[email protected]>
  • Loading branch information
xzf0587 and xzf0587 authored May 19, 2021
1 parent 393402b commit 519d0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fx-core/sql-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Since the current logged in account hasn't enough permission to add database use

![image](../images/fx-core/sql/config.png)

1. Provision aad admin in SQL Database. You can follow [set aad admin](https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?tabs=azure-powershell#provision-azure-ad-admin-sql-database) to set aad admin with enough permission for the {sqlEndpoint}.

1. Provision aad admin in SQL Database. You can follow [set aad admin](https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?tabs=azure-powershell#provision-azure-ad-admin-sql-database) to set aad admin for the {sqlEndpoint}. Usually you can use the **account logged-in Azure** as aad admin.
1. Login the SQL server from portal and select database to login.

![image](../images/fx-core/sql/login-db.png)
Expand Down

0 comments on commit 519d0cf

Please sign in to comment.