Skip to content

Commit 5d48f1d

Browse files
updating image location (#1486)
the image location has changed. the old location no longer exists. I found this issue when referring to instructions on how to deploy a sample application here: https://learn.microsoft.com/en-us/azure/application-gateway/tutorial-ingress-controller-add-on-existing#deploy-a-sample-application-using-agic the results can be verified using the following commands: # non-working location - docker pull mcr.microsoft.com/dotnet/core/samples:aspnetapp # working location - docker pull mcr.microsoft.com/dotnet/samples:aspnetapp
1 parent 2579e73 commit 5d48f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/aspnetapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
app: aspnetapp
77
spec:
88
containers:
9-
- image: "mcr.microsoft.com/dotnet/core/samples:aspnetapp"
9+
- image: "mcr.microsoft.com/dotnet/samples:aspnetapp"
1010
name: aspnetapp-image
1111
ports:
1212
- containerPort: 80

0 commit comments

Comments
 (0)