From 21f5e01a83374e322671af63ece32fe567c84aff Mon Sep 17 00:00:00 2001 From: Nils Magne Lunde Date: Thu, 6 Oct 2022 07:27:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Rename=20storageAccount=20for=20?= =?UTF-8?q?storybook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .azure/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/main.bicep b/.azure/main.bicep index f4226b2180..54515fbe77 100644 --- a/.azure/main.bicep +++ b/.azure/main.bicep @@ -11,7 +11,7 @@ module stg './storybook.bicep' = { name: 'storageDeployment' scope: rg params: { - storageAccountName: 'steds' + storageAccountName: 'st-storybook' location: location } }