diff --git a/03-Gateway/app.bicep b/03-Gateway/app.bicep index 19418d5..6e96117 100644 --- a/03-Gateway/app.bicep +++ b/03-Gateway/app.bicep @@ -62,7 +62,7 @@ resource blue 'Applications.Core/containers@2023-10-01-preview' = { resource gateway 'Applications.Core/gateways@2023-10-01-preview' = { - name: 'buggy-gateway' + name: 'gateway01' properties: { application: app.id environment: env.id