Skip to content

Commit b47b157

Browse files
committed
Update mcr.microsoft.com/dotnet/core/samples:aspnetapp to supported tag
1 parent 4520af5 commit b47b157

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/application-gateway/ingress-controller-add-health-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: aspnetapp
31-
image: mcr.microsoft.com/dotnet/core/samples:aspnetapp
31+
image: mcr.microsoft.com/dotnet/samples:aspnetapp
3232
imagePullPolicy: IfNotPresent
3333
ports:
3434
- containerPort: 80

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ metadata:
291291
app: aspnetapp
292292
spec:
293293
containers:
294-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
294+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
295295
name: aspnetapp-image
296296
ports:
297297
- containerPort: 80

articles/application-gateway/ingress-controller-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metadata:
3737
app: test-agic-app
3838
spec:
3939
containers:
40-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
40+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
4141
name: aspnetapp-image
4242
ports:
4343
- containerPort: 80

0 commit comments

Comments
 (0)