Skip to content

Commit

Permalink
Fixing recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Sep 12, 2023
1 parent 8056c0b commit ac8a0ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference-apps/eshop/iac/environments/aws.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource awsEshopEnv 'Applications.Core/environments@2022-03-15-privatepreview'
'Applications.Messaging/rabbitMQQueues': {
rabbitmqmessagequeue: {
templateKind: 'bicep'
templatePath: 'radius.azurecr.io/recipes/local-dev/rabbitmqqueues:edge'
templatePath: 'radius.azurecr.io/recipes/local-dev/rabbitmqmessagequeues:edge'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion reference-apps/eshop/iac/environments/containers.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource containersEShopEnv 'Applications.Core/environments@2022-03-15-privatepr
'Applications.Messaging/rabbitMQQueues': {
rabbitmqmessagequeue: {
templateKind: 'bicep'
templatePath: 'radius.azurecr.io/recipes/local-dev/rabbitmqqueues:edge'
templatePath: 'radius.azurecr.io/recipes/local-dev/rabbitmqmessagequeues:edge'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion reference-apps/eshop/iac/infra/infra.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ resource rabbitmq 'Applications.Messaging/rabbitMQQueues@2022-03-15-privateprevi
application: application
environment: environment
recipe: {
name: 'rabbitmqqueue'
name: 'rabbitmqmessagequeue'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion reference-apps/eshop/iac/services/web.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ resource webshoppingapigwHttp 'Applications.Core/httpRoutes@2022-03-15-privatepr

// LINKS ------------------------------------------------------

resource redisKeystore 'Applications.Link/redisCaches@2022-03-15-privatepreview' existing = {
resource redisKeystore 'Applications.Datastores/redisCaches@2022-03-15-privatepreview' existing = {
name: redisKeystoreName
}

0 comments on commit ac8a0ae

Please sign in to comment.