Skip to content

Commit e96e82c

Browse files
authored
Update functions-identity-access-azure-sql-with-managed-identity.md
1 parent ce56787 commit e96e82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-identity-access-azure-sql-with-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In the application settings of our Function App the SQL connection string settin
118118
*testdb* is the name of the database we're connecting to and *demo.database.windows.net* is the name of the server we're connecting to.
119119
120120
>[!TIP]
121-
>For User Managed Identity, use `Server=demo.database.windows.net; Authentication=Active Directory Managed Identity; User Id=ClientIdOfManagedIdentity; Database=testdb`.
121+
>For user-assigned managed identity, use `Server=demo.database.windows.net; Authentication=Active Directory Managed Identity; User Id=ClientIdOfManagedIdentity; Database=testdb`.
122122
123123
## Next steps
124124

0 commit comments

Comments
 (0)