Skip to content

Commit c76bd85

Browse files
authored
Update articles/app-service/tutorial-connect-msi-azure-database.md
Fixed spelling of database as flagged by Acrolinx
1 parent 91d08b4 commit c76bd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ For Azure Database for MySQL and Azure Database for PostgreSQL, the database use
771771
772772
The `if` statement sets the PostgreSQL username based on which identity the token applies to. The token is then passed in to the [standard PostgreSQL connection](../postgresql/connect-python.md) as the password of the Azure identity.
773773
774-
Whatever databse driver you use, make sure it can send the token as clear text (see [Use Azure Active Directory for authentication with MySQL](../mysql/howto-configure-sign-in-azure-ad-authentication.md#compatibility-with-application-drivers)).
774+
Whatever database driver you use, make sure it can send the token as clear text (see [Use Azure Active Directory for authentication with MySQL](../mysql/howto-configure-sign-in-azure-ad-authentication.md#compatibility-with-application-drivers)).
775775
776776
-----
777777

0 commit comments

Comments
 (0)