@@ -716,11 +716,6 @@ module avmAiServices 'modules/account/aifoundry.bicep' = {
716716 customSubDomainName : 'aif-${solutionSuffix }'
717717 diagnosticSettings : enableMonitoring ? [{ workspaceResourceId : logAnalyticsWorkspace !.outputs .resourceId }] : null
718718 roleAssignments : [
719- // {
720- // principalId: avmManagedIdentity.outputs.principalId
721- // roleDefinitionIdOrName: '8e3af657-a8ff-443c-a75c-2fe8c4bcb635' // Owner role
722- // principalType: 'ServicePrincipal'
723- // }
724719 {
725720 principalId : avmContainerApp .outputs .systemAssignedMIPrincipalId !
726721 roleDefinitionIdOrName : 'Cognitive Services OpenAI User'
@@ -898,7 +893,7 @@ module avmContainerApp 'br/public:avm/res/app/container-app:0.22.1' = {
898893 containers : [
899894 {
900895 name : 'ca-${solutionSuffix }'
901- image : 'mcr.microsoft.com/k8se/quickstart :latest'
896+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
902897
903898 resources : {
904899 cpu : 4
@@ -972,7 +967,7 @@ module avmContainerApp_API 'br/public:avm/res/app/container-app:0.22.1' = {
972967 containers : [
973968 {
974969 name : 'ca-${solutionSuffix }-api'
975- image : 'mcr.microsoft.com/k8se/quickstart :latest'
970+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
976971 resources : {
977972 cpu : 4
978973 memory : '8.0Gi'
@@ -1128,7 +1123,7 @@ module avmContainerApp_Web 'br/public:avm/res/app/container-app:0.22.1' = {
11281123 containers : [
11291124 {
11301125 name : 'ca-${solutionSuffix }-web'
1131- image : 'mcr.microsoft.com/k8se/quickstart :latest'
1126+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
11321127 resources : {
11331128 cpu : 4
11341129 memory : '8.0Gi'
@@ -1197,7 +1192,7 @@ module avmContainerApp_Workflow 'br/public:avm/res/app/container-app:0.22.1' = {
11971192 containers : [
11981193 {
11991194 name : 'ca-${solutionSuffix }-wkfl'
1200- image : 'mcr.microsoft.com/k8se/quickstart :latest'
1195+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
12011196 resources : {
12021197 cpu : 4
12031198 memory : '8.0Gi'
@@ -1580,7 +1575,7 @@ module avmContainerApp_update 'br/public:avm/res/app/container-app:0.22.1' = {
15801575 containers : [
15811576 {
15821577 name : 'ca-${solutionSuffix }'
1583- image : 'mcr.microsoft.com/k8se/quickstart :latest'
1578+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
15841579
15851580 resources : {
15861581 cpu : 4
@@ -1668,7 +1663,7 @@ module avmContainerApp_API_update 'br/public:avm/res/app/container-app:0.22.1' =
16681663 containers : [
16691664 {
16701665 name : 'ca-${solutionSuffix }-api'
1671- image : 'mcr.microsoft.com/k8se/quickstart :latest'
1666+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
16721667 resources : {
16731668 cpu : 4
16741669 memory : '8.0Gi'
@@ -1808,7 +1803,7 @@ module avmContainerApp_Workflow_update 'br/public:avm/res/app/container-app:0.22
18081803 containers : [
18091804 {
18101805 name : 'ca-${solutionSuffix }-wkfl'
1811- image : 'mcr.microsoft.com/k8se/quickstart :latest'
1806+ image : 'mcr.microsoft.com/azuredocs/containerapps-helloworld :latest'
18121807 resources : {
18131808 cpu : 4
18141809 memory : '8.0Gi'
0 commit comments