diff --git a/website/source/docs/state/remote/azure.html.md b/website/source/docs/state/remote/azure.html.md index 20bf120a01..292a301023 100644 --- a/website/source/docs/state/remote/azure.html.md +++ b/website/source/docs/state/remote/azure.html.md @@ -12,10 +12,12 @@ Stores the state as a given key in a given bucket on [Microsoft Azure Storage](h -> **Note:** Passing credentials directly via config options will make them included in cleartext inside the persisted state. -Use of environment variables or config file is recommended. +Access key should, ideally, be passed using the environment variable +`ARM_ACCESS_KEY` to follow this convention. ## Example Usage + ``` terraform remote config \ -backend=azure \