From d502ea2634771fecd1d7680192aee6fad5d03913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mads=20D=C3=B8rup?= Date: Tue, 12 Nov 2024 15:45:59 +0100 Subject: [PATCH] Remove reference to the API --- Documentation/AzureBlobStorage.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/AzureBlobStorage.md b/Documentation/AzureBlobStorage.md index 8f2964f..2957db3 100644 --- a/Documentation/AzureBlobStorage.md +++ b/Documentation/AzureBlobStorage.md @@ -7,9 +7,6 @@ parent: Advanced # Azure Blob Storage -As an alternative to calling our [API](./API.md) directly, it is also possible to upload a file to our Azure Blob Storage. -In this case WorklifeBarometer will read, parse, and clean the data if necessary, and then call our own API. - We suggest sending the data as CSV with UTF-8 encoding, but we support all standard formats, such as JSON, XML, XLSX etc. A shared access signature will be handed out on request. To test that the signature works and to familiarize yourself with Azure Blob Storage we suggest that you use the [Azure Storage Explorer](https://azure.microsoft.com/en-us/features/storage-explorer/) to access the container.