Skip to content

Commit 98d3d5b

Browse files
committed
Fix code ref
1 parent c933b30 commit 98d3d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/azure/container-registry-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For more information, see [dotnet add package](/dotnet/core/tools/dotnet-add-pac
5252

5353
The following example demonstrates how to provision a new Azure Container Registry and attach it to a container app environment:
5454

55-
:::code source="snippets/acr/AspireAcr.AppHost/Program.cs":::
55+
:::code source="snippets/acr//AspireAcr.AppHost/AspireAcr.AppHost/Program.cs":::
5656

5757
The preceding code:
5858

@@ -81,7 +81,7 @@ The generated Bicep is a starting point and is influenced by changes to the prov
8181

8282
To reference an existing Azure Container Registry, use the <xref:Aspire.Hosting.ExistingAzureResourceExtensions.PublishAsExisting*> method with the registry name and resource group:
8383

84-
:::code source="snippets/acr/AspireAcr.AppHost/Program.Existing.cs" id="existing":::
84+
:::code source="snippets/acr/AspireAcr.AppHost/AspireAcr.AppHost/Program.Existing.cs" id="existing":::
8585

8686
The preceding code:
8787

0 commit comments

Comments
 (0)