From ccd0c863b990c467ccb31a139a55e3e9e25ce591 Mon Sep 17 00:00:00 2001 From: Henrik Simonsen Knutsen <46495473+hknutsen@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:58:43 +0100 Subject: [PATCH] docs: move reference to more relevant location (#12) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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