File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ az containerapp create \
540
540
--name $CONTAINERAPP_NAME \
541
541
--resource-group $RESOURCE_GROUP \
542
542
--environment $CONTAINERAPPS_ENVIRONMENT \
543
- --image mcr.microsoft.com/azuredocs/containerapps-helloworld :latest \
543
+ --image mcr.microsoft.com/k8se/quickstart :latest \
544
544
--target-port 80 \
545
545
--ingress external
546
546
```
@@ -550,7 +550,7 @@ az containerapp create \
550
550
``` powershell
551
551
$ImageParams = @{
552
552
Name = "my-container-app"
553
- Image = "mcr.microsoft.com/azuredocs/containerapps-helloworld :latest"
553
+ Image = "mcr.microsoft.com/k8se/quickstart :latest"
554
554
}
555
555
$TemplateObj = New-AzContainerAppTemplateObject @ImageParams
556
556
$EnvId = (Get-AzContainerAppManagedEnv -EnvName $ContainerAppsEnvironment -ResourceGroupName $ResourceGroupName).Id
You can’t perform that action at this time.
0 commit comments