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.
2 parents 52dcae6 + f94b14d commit c716243Copy full SHA for c716243
articles/storage/common/multiple-identity-scenarios.md
@@ -318,7 +318,7 @@ CosmosClient client = new CosmosClient(
318
});
319
320
// Open a connection to Azure SQL using a managed identity
321
-string ConnectionString1 = @"Server=<azure-sql-hostname>.database.windows.net; User Id=ObjectIdOfManagedIdentity; Authentication=Active Directory Default; Database=<database-name>";
+string ConnectionString1 = @"Server=<azure-sql-hostname>.database.windows.net; User Id=ClientIDOfTheManagedIdentity; Authentication=Active Directory Default; Database=<database-name>";
322
323
using (SqlConnection conn = new SqlConnection(ConnectionString1))
324
{
0 commit comments