Skip to content

Commit

Permalink
Refactor storage account deployment workflow in deployBicepFile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crlsocro committed Sep 17, 2024
1 parent 604133b commit c3aa869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ param storagePrefix string
])
param storageSKU string = 'Standard_LRS'

param location string = resourceGroup().location
param location string = 'norwayeast'

var uniqueStorageName = '${storagePrefix}${uniqueString(resourceGroup().id)}'

Expand Down

0 comments on commit c3aa869

Please sign in to comment.