From 6ceb5bee03de4e3f39145d0d42be9bb895d0db40 Mon Sep 17 00:00:00 2001 From: Henrik Simonsen Knutsen <46495473+hknutsen@users.noreply.github.com> Date: Tue, 14 Jan 2025 08:34:14 +0100 Subject: [PATCH] docs: don't deploy from local template file (#24) Usage section should be as simple and concise as possible. Remove instructions for creating deployment from template file, and keep instructions for creating deployment from template URI. Creating a deployment from template URI can be done without cloning this repository or copying the contents of the template file. --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 20fc8ce..7038a9b 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,7 @@ Azure Resource Manager (ARM) template that creates an Azure Storage account to s Requires Azure role `Contributor` at subscription. -1. Create a deployment at resource group from the template file: - - ```console - az deployment group create --name terraform-backend --resource-group --template-file azuredeploy.json --parameters storageAccountName= - ``` - - Alternatively, create a deployment at resource group from the template URI: +1. Create a deployment at resource group from the template URI: ```console az deployment group create --name terraform-backend --resource-group --template-uri https://raw.githubusercontent.com/equinor/azure-terraform-backend-template/refs/heads/main/azuredeploy.json --parameters storageAccountName=