From dc15a4abd2fd2595a9faa2582a1fe3bc5f8bf8bf Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Wed, 4 Sep 2024 19:10:27 -0700 Subject: [PATCH] Fix image links --- policies/archive-response-azure-storage-outbound/doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/policies/archive-response-azure-storage-outbound/doc.md b/policies/archive-response-azure-storage-outbound/doc.md index 18e022a7..6290deff 100644 --- a/policies/archive-response-azure-storage-outbound/doc.md +++ b/policies/archive-response-azure-storage-outbound/doc.md @@ -14,7 +14,7 @@ Once you have your container you'll need the URL - you can get it on the > to deploy to your Zuplo account: > https://github.com/zuplo/samples-req-archive-filestorage -![Untitled](../../public/media/guides/archiving-requests-to-storage/Untitled.png) +![Untitled](../public/media/guides/archiving-requests-to-storage/Untitled.png) This URL will be the `blobPath` in our policy options. @@ -26,10 +26,10 @@ permission. Choose a sensible start and expiration time for your token. Note, we do not recommend restricting IP addresses because Zuplo runs at the edge in over 200 data-centers world-wide. -![Untitled](../../public/media/guides/archiving-requests-to-storage/Untitled_1.png) +![Untitled](../public/media/guides/archiving-requests-to-storage/Untitled_1.png) Then generate your SAS token - copy the token (not the URL) to the clipboard and enter it into a new environment variable in your zup called `BLOB_CREATE_SAS`. You'll need another environment variable called `BLOB_CONTAINER_PATH`. -![Untitled](../../public/media/guides/archiving-requests-to-storage/Untitled_2.png) +![Untitled](../public/media/guides/archiving-requests-to-storage/Untitled_2.png)