From 4a319b9eb5c3927de7fe0a37a43cda3c7ebc74c5 Mon Sep 17 00:00:00 2001 From: Ruslan Khyurri Date: Tue, 3 Sep 2024 00:43:27 +0100 Subject: [PATCH] doc: remove Set up Azure Blob Storage section --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 0240e015d..56d9cb1bc 100644 --- a/README.md +++ b/README.md @@ -182,11 +182,6 @@ docker-compose -f airflow/docker-compose-dev.yaml up -d This docker-compose file was downloaded from the Apache Airflow website: https://airflow.apache.org/docs/apache-airflow/2.7.0/docker-compose.yaml with only a few modifications added. -## Set up Azure Blob Storage - -### Enable CORS -https://learn.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services - ## How to install required dependencies locally