Skip to content

Commit f3d4111

Browse files
committed
Resolving links
1 parent 460ea13 commit f3d4111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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](/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.
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#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](/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.
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#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.

0 commit comments

Comments
 (0)