Skip to content

Commit 460ea13

Browse files
committed
Resolving links
1 parent 195c9de commit 460ea13

6 files changed

+9
-9
lines changed

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
2727

2828
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
2929

30-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
30+
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
3131

3232
> [!NOTE]
3333
> Ingesting data from an Event Hub into Data Explorer pools will not work if your Synapse workspace uses a managed virtual network with data exfiltration protection enabled.
@@ -44,7 +44,7 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
4444

4545
## Add an Event Hub data connection
4646

47-
The following example shows you how to add an Event Hub data connection programmatically. See [connect to the Event Hub](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hub) for information about adding an Event Hub data connection using the Azure portal.
47+
The following example shows you how to add an Event Hub data connection programmatically. See [connect to the Event Hub](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hubs) for information about adding an Event Hub data connection using the Azure portal.
4848

4949
```csharp
5050
var tenantId = "xxxxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxx";//Directory (tenant) ID

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-one-click.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Azure Synapse Data Explorer offers ingestion (data loading) from Event Hubs, a b
2424

2525
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
2626

27-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
27+
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
2828

2929
> [!NOTE]
3030
> Ingesting data from an Event Hub into Data Explorer pools will not work if your Synapse workspace uses a managed virtual network with data exfiltration protection enabled.

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: data-explorer
1313

1414
[Azure Event Hubs](../../../event-hubs/event-hubs-about.md) is a big data streaming platform and event ingestion service. Azure Synapse Data Explorer offers continuous ingestion from customer-managed Event Hubs.
1515

16-
The Event Hubs ingestion pipeline transfers events to Azure Synapse Data Explorer in several steps. You first create an Event Hubs in the Azure portal. You then create a target table in Azure Synapse Data Explorer into which the [data in a particular format](#data-format), will be ingested using the given [ingestion properties](#ingestion-properties). The Event Hubs connection needs to know [events routing](#events-routing). Data is embedded with selected properties according to the [event system properties mapping](#event-system-properties-mapping). [Create a connection](#event-hub-connection) to Event Hubs to [create an Event Hubs](#create-an-event-hub) and [send events](#send-events). This process can be managed through the [Azure portal](data-explorer-ingest-event-hub-portal.md), programmatically with [C#](data-explorer-ingest-event-hub-csharp.md) or [Python](data-explorer-ingest-event-hub-python.md), or with the [Azure Resource Manager template](data-explorer-ingest-event-hub-resource-manager.md).
16+
The Event Hubs ingestion pipeline transfers events to Azure Synapse Data Explorer in several steps. You first create an Event Hubs in the Azure portal. You then create a target table in Azure Synapse Data Explorer into which the [data in a particular format](#data-format), will be ingested using the given [ingestion properties](#ingestion-properties). The Event Hubs connection needs to know [events routing](#events-routing). Data is embedded with selected properties according to the [event system properties mapping](#event-system-properties-mapping). [Create a connection](#event-hubs-connection) to Event Hubs to [create an Event Hubs](#create-an-event-hubs) and [send events](#send-events). This process can be managed through the [Azure portal](data-explorer-ingest-event-hub-portal.md), programmatically with [C#](data-explorer-ingest-event-hub-csharp.md) or [Python](data-explorer-ingest-event-hub-python.md), or with the [Azure Resource Manager template](data-explorer-ingest-event-hub-resource-manager.md).
1717

1818
For general information about data ingestion in Azure Synapse Data Explorer, see [Azure Synapse Data Explorer data ingestion overview](data-explorer-ingest-data-overview.md).
1919

@@ -58,7 +58,7 @@ Data is in `json` format. `mapping1` is pre-defined on the table `WeatherMetrics
5858
>For long-term, secure solutions, use one of these options:
5959
>
6060
>* [Passwordless authentication](../../../event-hubs/event-hubs-dotnet-standard-getstarted-send.md?tabs=passwordless)
61-
>* [Store your connection string in an Azure Key Vault](/key-vault/secrets/quick-create-portal) and use [this method](/key-vault/secrets/quick-create-net.md#retrieve-a-secret) to retrieve it in your code.
61+
>* [Store your connection string in an Azure Key Vault](/azure/key-vault/secrets/quick-create-portal) and use [this method](/azure/key-vault/secrets/quick-create-net.md#retrieve-a-secret) to retrieve it in your code.
6262
6363
```csharp
6464
var eventHubNamespaceConnectionString=<connection_string>;

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Use the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest)
188188
>For long-term, secure solutions, use one of these options:
189189
>
190190
>* [Passwordless authentication](../../../event-hubs/event-hubs-dotnet-standard-getstarted-send.md?tabs=passwordless)
191-
>* [Store your connection string in an Azure Key Vault](/key-vault/secrets/quick-create-portal) and use [this method](/key-vault/secrets/quick-create-net.md#retrieve-a-secret) to retrieve it in your code.
191+
>* [Store your connection string in an Azure Key Vault](/azure/key-vault/secrets/quick-create-portal) and use [this method](/azure/key-vault/secrets/quick-create-net.md#retrieve-a-secret) to retrieve it in your code.
192192
193193
1. Open the sample app solution in Visual Studio.
194194
1. In the *program.cs* file, update the `eventHubName` constant to the name of your Event Hubs and update the `connectionString` constant to the connection string you copied from the Event Hubs namespace.

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
2828

2929
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
3030

31-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
31+
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
3232
- [Python 3.4+](https://www.python.org/downloads/).
3333
<!-- - [Database and table policies](database-table-policies-python.md) (optional). -->
3434

@@ -40,7 +40,7 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
4040

4141
## Add an Event Hub data connection
4242

43-
The following example shows you how to add an Event Hub data connection programmatically. See [connect to the event hub](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hub) for adding an Event Hub data connection using the Azure portal.
43+
The following example shows you how to add an Event Hub data connection programmatically. See [connect to the event hub](data-explorer-ingest-event-hub-portal.md#connect-to-the-event-hubs) for adding an Event Hub data connection using the Azure portal.
4444

4545
```Python
4646
from azure.mgmt.kusto import KustoManagementClient

articles/synapse-analytics/data-explorer/ingest-data/data-explorer-ingest-event-hub-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this article, you create an Event Hub data connection for Azure Synapse Data
2828

2929
[!INCLUDE [data-explorer-ingest-prerequisites](../includes/data-explorer-ingest-prerequisites.md)]
3030

31-
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hub).
31+
- [Event Hub with data for ingestion](data-explorer-ingest-event-hub-portal.md#create-an-event-hubs).
3232

3333
[!INCLUDE [data-explorer-ingest-event-hub-table-mapping](../includes/data-explorer-ingest-event-hub-table-mapping.md)]
3434

0 commit comments

Comments
 (0)