Skip to content

Commit 9986e69

Browse files
Update articles/azure-functions/functions-identity-access-azure-sql-with-managed-identity.md to remove intent
Co-authored-by: Jak Koke <[email protected]>
1 parent 47404f9 commit 9986e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ In the application settings of our Function App the SQL connection string settin
117117
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
120-
>[!TIP]
121-
>For User Managed Identity, use `Server=demo.database.windows.net; Authentication=Active Directory Managed Identity; User Id=ClientIdOfManagedIdentity; Database=testdb`.
120+
>[!TIP]
121+
>For User 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)