Skip to content

Commit 38cd41b

Browse files
committed
update
1 parent 8fa4fbc commit 38cd41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/passwordless-tutorial-snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ az webapp connection create sql \
185185
This Service Connector command completes the following tasks in the background:
186186

187187
* Enable system-assigned managed identity, or assign a user identity for the app `$APPSERVICE_NAME` hosted by Azure App Service/Azure Spring Apps/Azure Container Apps.
188-
* Enable Microsoft Entra Authentication in the database server if it's not enabled before.
188+
* Enable Microsoft Entra Authentication for the database server if it's not enabled before.
189189
* Set the Microsoft Entra admin to the current signed-in user.
190190
* Add a database user for the system-assigned managed identity, user-assigned managed identity, or service principal. Grant all privileges of the database `$DATABASE_NAME` to this user. The username can be found in the connection string in preceding command output.
191191
* Set configurations named `AZURE_MYSQL_CONNECTIONSTRING`, `AZURE_POSTGRESQL_CONNECTIONSTRING`, or `AZURE_SQL_CONNECTIONSTRING` to the Azure resource based on the database type.

0 commit comments

Comments
 (0)