Skip to content

Commit 01aff9d

Browse files
authored
Merge pull request #104854 from yossi-karp/user/v-yokarp/c-sharp-nuget
Updated Install C# NuGet include
2 parents 98e401a + 66a682e commit 01aff9d

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

articles/data-explorer/create-cluster-database-csharp.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ Azure Data Explorer is a fast, fully managed data analytics service for real-tim
2626
* If you don't have Visual Studio 2019 installed, you can download and use the **free** [Visual Studio 2019 Community Edition](https://www.visualstudio.com/downloads/). Make sure that you enable **Azure development** during the Visual Studio setup.
2727
* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
2828

29-
## Install C# Nuget
30-
31-
* Install the [Azure Data Explorer (Kusto) nuget package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
32-
* Install the [Microsoft.IdentityModel.Clients.ActiveDirectory nuget package](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication.
29+
[!INCLUDE [data-explorer-data-connection-install-nuget-csharp](../../includes/data-explorer-data-connection-install-nuget-csharp.md)]
3330

3431
## Authentication
3532
For running the examples in this article, we need an Azure AD Application and service principal that can access resources. Check [create an Azure AD application](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal) to create a free Azure AD Application and add role assignment at the subscription scope. It also shows how to get the `Directory (tenant) ID`, `Application ID`, and `Client Secret`.

articles/data-factory/data-flow-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/16/2020
1010

1111
# Mapping data flow video tutorials
1212

13-
Below is a list of mapping data flow tutorial videos created by the Azure Data Factory team.
13+
Below is a list of mapping data flow tutorial videos created by the Azure Data Factory team.
1414

1515
As updates are constantly made to the product, some features have added or different functionality in the current Azure Data Factory user experience.
1616

articles/databox/data-box-deploy-copy-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.localizationpriority: high
1414
# Customer intent: As an IT admin, I need to be able to copy data to Data Box to upload on-premises data from my server onto Azure.
1515
---
1616

17-
::: zone target="docs"
17+
::: zone target="docs"
1818

1919
# Tutorial: Copy data to Azure Data Box via SMB
2020

includes/data-explorer-data-connection-install-nuget-csharp.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.date: 10/07/2019
66
ms.author: orspodek
77
---
88

9-
## Install C# nuget
9+
## Install C# NuGet
1010

11-
* Install the [Azure Data Explorer (Kusto) NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).
12-
13-
* Install the [Microsoft.IdentityModel.Clients.ActiveDirectory NuGet package](https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/) for authentication.
11+
* Install the [Microsoft.Azure.Management.Kusto NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).

0 commit comments

Comments
 (0)