diff --git a/website/source/docs/state/remote/azure.html.md b/website/source/docs/state/remote/azure.html.md index 6e8b908a6..20bf120a0 100644 --- a/website/source/docs/state/remote/azure.html.md +++ b/website/source/docs/state/remote/azure.html.md @@ -45,13 +45,4 @@ The following configuration options are supported: * `storage_account_name` - (Required) The name of the storage account * `container_name` - (Required) The name of the container to use within the storage account * `key` - (Required) The key where to place/look for state file inside the container - * `access_key` / `ARM_ACCESS_KEY` - (Optional) Storage account access key - * `resource_group_name` - (Optional) The name of the resource group for the storage account. This is required when using the ARM credentials described below. - * `arm_subscription_id` - (Optional) The subscription ID to use. It can also - be sourced from the `ARM_SUBSCRIPTION_ID` environment variable. - * `arm_client_id` - (Optional) The client ID to use. It can also be sourced from - the `ARM_CLIENT_ID` environment variable. - * `arm_client_secret` - (Optional) The client secret to use. It can also be sourced from - the `ARM_CLIENT_SECRET` environment variable. - * `arm_tenant_id` - (Optional) The tenant ID to use. It can also be sourced from the - `ARM_TENANT_ID` environment variable. + * `access_key` / `ARM_ACCESS_KEY` - (Required) Storage account access key