Skip to content

Commit fff0f7d

Browse files
authored
Update managed-identity-image-pull.md
1 parent f058637 commit fff0f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/managed-identity-image-pull.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)