From 17fb72ecbcc431913c19f58db20f3f32600e10fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Hern=C3=A1ndez?= Date: Mon, 11 Sep 2023 17:05:06 +0200 Subject: [PATCH] Fix typo in Azure buckets documentation (#313) --- customizations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customizations/README.md b/customizations/README.md index 13ea119..c9c690a 100644 --- a/customizations/README.md +++ b/customizations/README.md @@ -568,7 +568,7 @@ In order to use Azure Storage buckets (aka containers) you need to: 3. Create the storage buckets. - > :warning: If you set the `Public Access Mode` to `private` in the bucket properties, then set `appConfigValues.workspaceThumbnailsPublic` and `appConfigValues.workspaceImportsPublic` to `false`. + > :warning: If you set the `Public Access Mode` to `private` in the bucket properties, then set the `WORKSPACE_THUMBNAILS_PUBLIC` and `WORKSPACE_IMPORTS_PUBLIC` environment variables to `false`. 4. Generate an Access Key, from the storage account's Security properties.