From c443cc55fcf7fce5c9ea6823bc5c8c6c9c60b91b Mon Sep 17 00:00:00 2001 From: Makoto Oda Date: Fri, 24 Mar 2023 11:44:56 +0900 Subject: [PATCH] Update README.md according to [this GitHub issue](https://github.com/Azure/Azurite/issues/1854) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 78db58752..ecebfdba0 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,10 @@ Azurite will refresh customized account name and key from environment variable e > Note. Default storage account `devstoreaccount1` will be disabled when providing customized storage accounts. +> Note. When changing storage account name, keep these rules in mind as same as [Azure Storage Account](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-overview#storage-account-name): +> - Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only. +> - Your storage account name must be unique within Azurite. No two storage accounts can have the same name. + > Note. The account keys must be base64 encoded string. > Note. Should update connection string accordingly if using customized account name and key.