diff --git a/deploy/infrastructure.bicep b/deploy/infrastructure.bicep index 8fb4029..2fbacd0 100644 --- a/deploy/infrastructure.bicep +++ b/deploy/infrastructure.bicep @@ -2,7 +2,7 @@ param location string = resourceGroup().location param resourceNamePrefix string = 'promitor-automation-data-generation-${geo}' param geo string = 'we' -resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = { +resource storageAccount 'Microsoft.Storage/storageAccounts@2023-01-01' = { name: 'promitordatageneration' location: location sku: {