Skip to content

Commit 7b301fe

Browse files
authored
Update tutorial-windows-vm-access-sql.md
1 parent dd9f491 commit 7b301fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ using Microsoft.Data.SqlClient;
111111
try
112112
{
113113
//
114-
// Open a connection to the server using Active Direcotry Managed Identity authentication.
114+
// Open a connection to the server using Active Directory Managed Identity authentication.
115115
//
116116
string connectionString = "Data Source=<AZURE-SQL-SERVERNAME>; Initial Catalog=<DATABASE>; Authentication=Active Directory Managed Identity; Encrypt=True";
117117
SqlConnection conn = new SqlConnection(connectionString);

0 commit comments

Comments
 (0)