Skip to content

Commit

Permalink
added cloudflare config script
Browse files Browse the repository at this point in the history
  • Loading branch information
christian bellee authored and christian bellee committed Dec 31, 2024
1 parent 7ae97f4 commit 06e874b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ module storage './modules/stor.bicep' = {
tags: tags
containers: containers
sku: 'Standard_LRS'
customDomainName: ''
deployCustomDomain: false
}
}
Expand Down
2 changes: 1 addition & 1 deletion infra/modules/stor.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param isSupportHttpsTrafficOnly bool = true
param isDefaultToOAuthAuthentication bool = false
param isAllowSharedAccessKey bool = true
param utcValue string = utcNow()
param customDomainName string
param customDomainName string = ''
param deployCustomDomain bool = false

@allowed([
Expand Down

0 comments on commit 06e874b

Please sign in to comment.