Skip to content

Commit 1715ca0

Browse files
committed
fix links
1 parent ac3554b commit 1715ca0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/event-hubs/get-started-capture-python-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this quickstart, you:
4343
- An Azure storage account, a blob container in the storage account, and a connection string to the storage account. If you don't have these items, do the following:
4444
1. [Create an Azure storage account](../storage/common/storage-quickstart-create-account.md?tabs=azure-portal)
4545
1. [Create a blob container in the storage account](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
46-
1. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md#view-and-copy-a-connection-string)
46+
1. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
4747

4848
Be sure to record the connection string and container name for later use in this quickstart.
4949
- Enable the Capture feature for the event hub. To do so, follow the instructions in [Enable Event Hubs Capture using the Azure portal](event-hubs-capture-enable-through-portal.md). Select the storage account and the blob container you created in the preceding step. You can also enable the feature when you create an event hub.

articles/event-hubs/get-started-dotnet-standard-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In this quickstart, you use Azure Storage as the checkpoint store. Follow these
123123
124124
1. [Create an Azure Storage account](/azure/storage/common/storage-account-create?tabs=azure-portal)
125125
2. [Create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
126-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
126+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
127127
128128
Note down the connection string and the container name. You'll use them in the receive code.
129129

articles/event-hubs/get-started-node-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To create an Azure storage account and a blob container in it, do the following
117117

118118
1. [Create an Azure storage account](../storage/common/storage-account-create.md?tabs=azure-portal)
119119
2. [Create a blob container in the storage account](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
120-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
120+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
121121

122122
Be sure to record the connection string and container name for later use in the receive code.
123123

articles/event-hubs/get-started-python-send-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Create an Azure storage account and a blob container in it by doing the followin
9090
9191
1. [Create an Azure Storage account](../storage/common/storage-account-create.md?tabs=azure-portal)
9292
2. [Create a blob container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container)
93-
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md?#view-and-copy-a-connection-string)
93+
3. [Get the connection string to the storage account](../storage/common/storage-configure-connection-string.md)
9494
9595
Be sure to record the connection string and container name for later use in the receive code.
9696

0 commit comments

Comments
 (0)