Skip to content

Commit

Permalink
chore: Update DNS configuration for Web PubSub service and fix url te…
Browse files Browse the repository at this point in the history
…mplate for pubsub
  • Loading branch information
jmservera committed Jul 22, 2024
1 parent 33a0e5e commit ab9b580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ocpp-server/infra/modules/dns.bicep
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
param dnszoneName string = 'jmservera.online'
param dnszoneName string
param aRecordName string = 'wss'
param ipTargetResourceId string

Expand Down
2 changes: 1 addition & 1 deletion ocpp-server/infra/modules/ipAddress.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param sku string = 'Standard'
param publicIpZones array = [1, 2, 3]
param ipAddressVersion string = 'IPv4'
param allocationMethod string = 'Static'
param domainNameLabel string = ''
param domainNameLabel string

resource publicIpAddress 'Microsoft.Network/publicIPAddresses@2020-08-01' = {
name: publicIpAddressName
Expand Down

0 comments on commit ab9b580

Please sign in to comment.