Skip to content

Commit

Permalink
Refactor main.bicep: Update default values for acrName and location p…
Browse files Browse the repository at this point in the history
…arameters
  • Loading branch information
crlsocro committed Sep 19, 2024
1 parent fa80196 commit 578b527
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
@@ -1,5 +1,5 @@
@description('The name of the Azure Container Registry.')
param acrName string
param acrName string = 'bouvetacontainerregistrytest'

@description('The location for the registry.')
param location string = 'norwayeast'
Expand Down

0 comments on commit 578b527

Please sign in to comment.