We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9f491 commit 7b301feCopy full SHA for 7b301fe
articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sql.md
@@ -111,7 +111,7 @@ using Microsoft.Data.SqlClient;
111
try
112
{
113
//
114
-// Open a connection to the server using Active Direcotry Managed Identity authentication.
+// Open a connection to the server using Active Directory Managed Identity authentication.
115
116
string connectionString = "Data Source=<AZURE-SQL-SERVERNAME>; Initial Catalog=<DATABASE>; Authentication=Active Directory Managed Identity; Encrypt=True";
117
SqlConnection conn = new SqlConnection(connectionString);
0 commit comments