Skip to content

Commit 8a61825

Browse files
authored
Merge pull request #101639 from orspod/2020-1-BYOK-docs
fixes as per PR reviewer comments
2 parents 7cc3dc2 + 7737f0b commit 8a61825

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/data-explorer/customer-managed-keys-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ This section shows you how to configure customer-managed keys encryption using t
2727

2828
* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
2929

30-
### Install C# Nuget
30+
### Install C# NuGet
3131

32-
* Install the [Azure Data Explorer (Kusto) nuget package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
32+
* Install the [Azure Data Explorer (Kusto) NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
3333

34-
* Install the [Microsoft.IdentityModel.Clients.ActiveDirectory nuget package](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication.
34+
* Install the [Microsoft.IdentityModel.Clients.ActiveDirectory NuGet package](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication.
3535

3636
### Authentication
3737

articles/data-explorer/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A common challenge when building cloud applications is credentials management in
1919

2020
The Azure Active Directory (Azure AD) managed identities for Azure resources feature solves this problem. The feature provides Azure services with an automatically managed identity in Azure AD. You can use the identity to authenticate to any service that supports Azure AD authentication, including Key Vault, without any credentials in your code. For more information about this service, see [managed identities for Azure resources](/azure/active-directory/managed-identities-azure-resources/overview) overview page.
2121

22-
## Data Encryption
22+
## Data encryption
2323

2424
### Azure Disk Encryption
2525

0 commit comments

Comments
 (0)