Skip to content

Commit

Permalink
Refactor storage account deployment workflow in deployBicepFile.yml: …
Browse files Browse the repository at this point in the history
…Update unique storage name
  • Loading branch information
crlsocro committed Sep 17, 2024
1 parent ada0b4f commit 0a5d4ff
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 @@ -16,7 +16,7 @@ param storageSKU string = 'Standard_LRS'

param location string = 'norwayeast'

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

resource stg 'Microsoft.Storage/storageAccounts@2023-04-01' = {
name: uniqueStorageName
Expand Down

0 comments on commit 0a5d4ff

Please sign in to comment.