Skip to content

Commit 0922550

Browse files
committed
Fixes for PR review
1 parent 56fe951 commit 0922550

23 files changed

+112
-8
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Authentication
210

311
To run the following example, you need an Azure Active Directory (Azure AD) application and service principal that can access resources. To create a free Azure AD application and add role assignment at the subscription level, see [Create an Azure AD application](/azure/active-directory/develop/howto-create-service-principal-portal). You also need the directory (tenant) ID, application ID, and client secret.

articles/synapse-analytics/data-explorer/includes/data-explorer-clean-resources.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Clean up resources
210

311
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group.

articles/synapse-analytics/data-explorer/includes/data-explorer-container-system-properties.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
### Schema mapping examples
210

311
**Table schema mapping example**

articles/synapse-analytics/data-explorer/includes/data-explorer-create-table-studio.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
1. In Synapse Studio, on the left-side pane, select **Develop**.
210
1. Under **KQL scripts**, Select **+** (Add new resource) > **KQL script**. On the right-side pane, you can name your script.
311
1. In the **Connect to** menu, select *contosodataexplorer*.

articles/synapse-analytics/data-explorer/includes/data-explorer-data-connection-clean-resources-csharp.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Clean up resources
210

311
To delete the data connection, use the following command:

articles/synapse-analytics/data-explorer/includes/data-explorer-data-connection-clean-resources-python.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Clean up resources
210

311
To delete the data connection, use the following command:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Install C# NuGet
210

311
* Install the [Microsoft.Azure.Management.Kusto NuGet package](https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/).

articles/synapse-analytics/data-explorer/includes/data-explorer-data-connection-install-package-python.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
## Install Python package
210

311
To install the Python package for Azure Synapse Data Explorer, open a command prompt that has Python in its path. Run the following command:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
Azure Synapse Data Explorer is a fast and highly scalable data exploration service for log and telemetry data. Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, IoT Hubs, and blobs written to blob containers.

articles/synapse-analytics/data-explorer/includes/data-explorer-event-hub-system-mapping.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
ms.topic: include
3+
ms.date: 11/02/2021
4+
author: shsagir
5+
ms.author: shsagir
6+
ms.service: synapse-analytics
7+
ms.subservice: data-explorer
8+
---
19
> [!NOTE]
210
> * System properties are supported for `json` and tabular formats (`csv`, `tsv` etc.) and aren't supported on compressed data. When using a non-supported format, the data will still be ingested, but the properties will be ignored.
311
> * For tabular data, system properties are supported only for single-record event messages.

0 commit comments

Comments
 (0)