Skip to content

Commit 56c3ffe

Browse files
committed
change default image name
1 parent 5f052e4 commit 56c3ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# TODO: do we need hooks?
33
# TODO: do we need all of the variables?
44

5-
name: azd-get-started-with-ai-agents
5+
name: bogus
66
metadata:
7-
template: azd-get-started-with-ai-agents@0.0.1-beta
7+
template: bogus@0.0.1-beta
88

99
services:
1010
api_and_frontend:

infra/core/host/container-app.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
140140
serviceBinds: !empty(serviceBinds) ? serviceBinds : null
141141
containers: [
142142
{
143-
image: !empty(imageName) ? imageName : 'mcr.microsoft.com/azuredocs/containerapps-helloworld:latest'
143+
image: !empty(imageName) ? imageName : 'mcr.microsoft.com/azuredocs/containerapps-hh:latest'
144144
name: containerName
145145
env: env
146146
resources: {

0 commit comments

Comments
 (0)