Skip to content

Commit 60197dc

Browse files
Update image
1 parent 82a7711 commit 60197dc

2 files changed

Lines changed: 15 additions & 20 deletions

File tree

infra/main.bicep

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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'

infra/main.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.43.8.12551",
9-
"templateHash": "9984485182269407267"
9+
"templateHash": "16102152304744929113"
1010
},
1111
"name": "Content Processing Solution Accelerator",
1212
"description": "Bicep template to deploy the Content Processing Solution Accelerator with AVM compliance."
@@ -44168,7 +44168,7 @@
4416844168
"value": [
4416944169
{
4417044170
"name": "[format('ca-{0}', variables('solutionSuffix'))]",
44171-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
44171+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
4417244172
"resources": {
4417344173
"cpu": 4,
4417444174
"memory": "8.0Gi"
@@ -45808,7 +45808,7 @@
4580845808
"value": [
4580945809
{
4581045810
"name": "[format('ca-{0}-api', variables('solutionSuffix'))]",
45811-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
45811+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
4581245812
"resources": {
4581345813
"cpu": 4,
4581445814
"memory": "8.0Gi"
@@ -47543,7 +47543,7 @@
4754347543
"value": [
4754447544
{
4754547545
"name": "[format('ca-{0}-web', variables('solutionSuffix'))]",
47546-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
47546+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
4754747547
"resources": {
4754847548
"cpu": 4,
4754947549
"memory": "8.0Gi"
@@ -49169,7 +49169,7 @@
4916949169
"value": [
4917049170
{
4917149171
"name": "[format('ca-{0}-wkfl', variables('solutionSuffix'))]",
49172-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
49172+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
4917349173
"resources": {
4917449174
"cpu": 4,
4917549175
"memory": "8.0Gi"
@@ -61460,7 +61460,7 @@
6146061460
"value": [
6146161461
{
6146261462
"name": "[format('ca-{0}', variables('solutionSuffix'))]",
61463-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
61463+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
6146461464
"resources": {
6146561465
"cpu": 4,
6146661466
"memory": "8.0Gi"
@@ -63100,7 +63100,7 @@
6310063100
"value": [
6310163101
{
6310263102
"name": "[format('ca-{0}-api', variables('solutionSuffix'))]",
63103-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
63103+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
6310463104
"resources": {
6310563105
"cpu": 4,
6310663106
"memory": "8.0Gi"
@@ -64806,7 +64806,7 @@
6480664806
"value": [
6480764807
{
6480864808
"name": "[format('ca-{0}-wkfl', variables('solutionSuffix'))]",
64809-
"image": "mcr.microsoft.com/k8se/quickstart:latest",
64809+
"image": "mcr.microsoft.com/azuredocs/containerapps-helloworld:latest",
6481064810
"resources": {
6481164811
"cpu": 4,
6481264812
"memory": "8.0Gi"

0 commit comments

Comments
 (0)