From 4897acf3add39484b1483b441fee64bdc9e1c14f Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Thu, 21 Nov 2024 11:18:51 -0800 Subject: [PATCH] chore: restore spacing --- docs/Azure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Azure.md b/docs/Azure.md index c0641d556..c218defd2 100644 --- a/docs/Azure.md +++ b/docs/Azure.md @@ -1,7 +1,7 @@ # Azure -To use Azure Blob Storage, you'll need your Azure connection string and an _existing_ Blob Storage container name. Set the `SCCACHE_AZURE_CONNECTION_STRING` -environment variable to your connection string, and `SCCACHE_AZURE_BLOB_CONTAINER` to the name of the container to use. Note that sccache will not create +To use Azure Blob Storage, you'll need your Azure connection string and an _existing_ Blob Storage container name. Set the `SCCACHE_AZURE_CONNECTION_STRING` +environment variable to your connection string, and `SCCACHE_AZURE_BLOB_CONTAINER` to the name of the container to use. Note that sccache will not create the container for you - you'll need to do that yourself. You can also define a prefix that will be prepended to the keys of all cache objects created and read within the container, effectively creating a scope. To do that use the `SCCACHE_AZURE_KEY_PREFIX` environment variable. This can be useful when sharing a bucket with another application.