diff --git a/README.md b/README.md index a257694..c8719b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Bicep template that creates an Azure Storage account to store Terraform state files: - Creates a storage account with the specified name. -- Configures the storage account according to security recommendations. +- Configures the storage account according to [security recommendations](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations). - Creates a storage container `tfstate`. - Grants access to the storage account for specified user, group and service principals. - Creates a read-only lock to prevent changes to the storage account. @@ -81,7 +81,6 @@ Bicep template that creates an Azure Storage account to store Terraform state fi ## References - [Store Terraform state in Azure Storage](https://learn.microsoft.com/en-us/azure/developer/terraform/store-state-in-azure-storage?tabs=azure-cli) -- [Security recommendations for Azure Storage](https://learn.microsoft.com/en-us/azure/storage/blobs/security-recommendations) - [Terraform backend configuration for Azure Storage](https://www.terraform.io/language/settings/backends/azurerm) ## Contributing