Skip to content

Commit

Permalink
replace the .
Browse files Browse the repository at this point in the history
  • Loading branch information
leahy268 committed Sep 20, 2023
1 parent 69f2b7b commit b83ec16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/StaticSiteStorage.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ param tags object


resource staticSiteStorage 'Microsoft.Storage/storageAccounts@2019-06-01' = {
name: replace(replace(toLower(take('${appName}', 24)), '-', ''), '_', '')
name: replace(replace(replace(toLower(take('${appName}', 24)), '-', ''), '_', ''),'.','')
location: location
kind: 'StorageV2'
tags: tags
Expand Down

0 comments on commit b83ec16

Please sign in to comment.