From 5b068db9f31f557b8375584d8e194d08e18d487c Mon Sep 17 00:00:00 2001 From: Sebastian Heid <8442432+s4heid@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:07:04 +0200 Subject: [PATCH] Add azure_cloud_name parameter to blobstore docs --- content/director-configure-blobstore.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/director-configure-blobstore.md b/content/director-configure-blobstore.md index 180d94a4..41aab45d 100644 --- a/content/director-configure-blobstore.md +++ b/content/director-configure-blobstore.md @@ -152,7 +152,7 @@ The Director and the Agents can use an Azure Storage Account compatible blobstor 1. Ensure that access to the Account is protected, as the Director may store sensitive information. -1. Modify deployment manifest for the Director and specify Azure Storage Account credentials and container name: +1. Modify deployment manifest for the Director and specify Azure Storage Account credentials and container name. The Azure Cloud Name is optional and can be set to target a non-public Azure cloud: ```yaml properties: @@ -161,6 +161,7 @@ The Director and the Agents can use an Azure Storage Account compatible blobstor account_key: ACCOUNT-KEY account_name: ACCOUNT-NAME container_name: CONTAINER + azure_cloud_name: AZURE-CLOUD-NAME # Optional, default is AzureCloud agent: env: bosh: