From f1f341894cb57477f28f9589276f7184f531d40f Mon Sep 17 00:00:00 2001 From: Johan Myburgh Date: Wed, 6 Oct 2021 15:12:37 +0200 Subject: [PATCH] Update azuredeploy.json Our build failed and stated the Basic SKU did not allow the operation in the Container Build process --- byos/devops-2.0/deploy/azuredeploy.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byos/devops-2.0/deploy/azuredeploy.json b/byos/devops-2.0/deploy/azuredeploy.json index 0d7b4f2..9e70826 100644 --- a/byos/devops-2.0/deploy/azuredeploy.json +++ b/byos/devops-2.0/deploy/azuredeploy.json @@ -17,7 +17,7 @@ "metadata": { "description": "Tier of your Azure Container Registry." }, - "defaultValue": "Basic", + "defaultValue": "Premium", "allowedValues": [ "Basic", "Standard", @@ -207,4 +207,4 @@ "value": "[reference(concat('Microsoft.Sql/servers/', variables('dbServerName'))).fullyQualifiedDomainName]" } } - } \ No newline at end of file + }