File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# TODO: do we need hooks?
3
3
# TODO: do we need all of the variables?
4
4
5
- name : azd-get-started-with-ai-agents
5
+ name : bogus
6
6
metadata :
7
- template : azd-get-started-with-ai-agents @0.0.1-beta
7
+ template : bogus @0.0.1-beta
8
8
9
9
services :
10
10
api_and_frontend :
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ resource app 'Microsoft.App/containerApps@2023-05-02-preview' = {
140
140
serviceBinds : !empty (serviceBinds ) ? serviceBinds : null
141
141
containers : [
142
142
{
143
- image : !empty (imageName ) ? imageName : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
143
+ image : !empty (imageName ) ? imageName : 'mcr.microsoft.com/azuredocs/containerapps-hh :latest'
144
144
name : containerName
145
145
env : env
146
146
resources : {
You can’t perform that action at this time.
0 commit comments