Skip to content

Commit 33bc45f

Browse files
authored
fix shortcodes (#33502)
1 parent 3f5beaa commit 33bc45f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

content/en/observability_pipelines/destinations/azure_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set up the Azure Storage destination and its environment variables when you [set
3535

3636
### Set the environment variables
3737

38-
{{% observability_pipelines/destination_env_vars/datadog_archives_azure_storage %}}
38+
{{% observability_pipelines/configure_existing_pipelines/destination_env_vars/datadog_archives_azure_storage %}}
3939

4040
## How the destination works
4141

content/en/observability_pipelines/destinations/google_cloud_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Set up the Google Cloud Storage destination and its environment variables when y
4747

4848
### Set the environment variables
4949

50-
{{% observability_pipelines/destination_env_vars/datadog_archives_google_cloud_storage %}}
50+
{{% observability_pipelines/configure_existing_pipelines/destination_env_vars/datadog_archives_google_cloud_storage %}}
5151

5252
## How the destination works
5353

layouts/shortcodes/observability_pipelines/configure_existing_pipelines/destination_env_vars/datadog_archives_azure_storage.en.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
- Azure connections string to give the Worker access to your Azure Storage bucket.
44
- Stored in the environment variable `DD_OP_DESTINATION_DATADOG_ARCHIVES_AZURE_BLOB_CONNECTION_STRING`.
5+
6+
To get the connection string:
7+
8+
1. Navigate to [Azure Storage accounts][9061].
9+
1. Click **Access keys** under **Security and networking** in the left navigation menu.
10+
1. Copy the connection string for the storage account and paste it into the **Azure connection string** field on the Observability Pipelines Worker installation page.
11+
12+
[9061]: https://portal.azure.com/#browse/Microsoft.Storage%2FStorageAccounts

0 commit comments

Comments
 (0)