Skip to content

Commit

Permalink
Fix typo in Azure buckets documentation (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberhander authored Sep 11, 2023
1 parent 81c3130 commit 17fb72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customizations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 17fb72e

Please sign in to comment.