From 937355659abe04811afc7a984726d8faa4980f5c Mon Sep 17 00:00:00 2001 From: Jeh Date: Tue, 17 Jan 2023 12:23:28 +0530 Subject: [PATCH] Add Azure Storage as an option to serve static and media files --- docs/project-generation-options.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/project-generation-options.rst b/docs/project-generation-options.rst index 2d8103cf2..0560badd3 100644 --- a/docs/project-generation-options.rst +++ b/docs/project-generation-options.rst @@ -66,7 +66,8 @@ cloud_provider: 1. AWS_ 2. GCP_ - 3. None + 3. Azure_ + 4. None Note that if you choose no cloud provider, media files won't work. @@ -147,6 +148,7 @@ debug: .. _AWS: https://aws.amazon.com/s3/ .. _GCP: https://cloud.google.com/storage/ +.. _Azure: https://azure.microsoft.com/en-us/products/storage/blobs/ .. _Amazon SES: https://aws.amazon.com/ses/ .. _Mailgun: https://www.mailgun.com