File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ az containerapp create \
540540 --name $CONTAINERAPP_NAME \
541541 --resource-group $RESOURCE_GROUP \
542542 --environment $CONTAINERAPPS_ENVIRONMENT \
543- --image mcr.microsoft.com/azuredocs/containerapps-helloworld :latest \
543+ --image mcr.microsoft.com/k8se/quickstart :latest \
544544 --target-port 80 \
545545 --ingress external
546546```
@@ -550,7 +550,7 @@ az containerapp create \
550550``` powershell
551551$ImageParams = @{
552552 Name = "my-container-app"
553- Image = "mcr.microsoft.com/azuredocs/containerapps-helloworld :latest"
553+ Image = "mcr.microsoft.com/k8se/quickstart :latest"
554554}
555555$TemplateObj = New-AzContainerAppTemplateObject @ImageParams
556556$EnvId = (Get-AzContainerAppManagedEnv -EnvName $ContainerAppsEnvironment -ResourceGroupName $ResourceGroupName).Id
You can’t perform that action at this time.
0 commit comments