File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-sql/database Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -528,9 +528,9 @@ This authentication method allows middle-tier services to obtain [JSON Web Token
528
528
Sample connection string:
529
529
530
530
``` csharp
531
- string ConnectionString = @" Data Source=n9lxnyuzhv.database.windows.net; Initial Catalog=testdb;"
531
+ string ConnectionString = @" Data Source=n9lxnyuzhv.database.windows.net; Initial Catalog=testdb;" ;
532
532
SqlConnection conn = new SqlConnection (ConnectionString );
533
- conn .AccessToken = " Your JWT token"
533
+ conn .AccessToken = " Your JWT token" ;
534
534
conn .Open ();
535
535
```
536
536
@@ -565,4 +565,4 @@ Guidance on troubleshooting issues with Azure AD authentication can be found in
565
565
566
566
[ 11 ] : ./media/authentication-aad-configure/active-directory-integrated.png
567
567
[ 12 ] : ./media/authentication-aad-configure/12connect-using-pw-auth2.png
568
- [ 13 ] : ./media/authentication-aad-configure/13connect-to-db2.png
568
+ [ 13 ] : ./media/authentication-aad-configure/13connect-to-db2.png
You can’t perform that action at this time.
0 commit comments