Skip to content

Commit

Permalink
Fixing azure eshop (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith authored Aug 17, 2023
1 parent 99e111f commit ac1ebf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reference-apps/eshop/iac/infra/azure.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,10 @@ resource rabbitmq 'Applications.Link/rabbitmqMessageQueues@2022-03-15-privatepre
environment: environment
resourceProvisioning: 'manual'
queue: 'eshop-event-bus'
host: 'test'
port: 5672
secrets: {
connectionString: 'test'
uri: 'test'
}
}
}
Expand Down

0 comments on commit ac1ebf4

Please sign in to comment.