Skip to content

Commit

Permalink
Fixed range
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Dec 1, 2023
1 parent d4db8b5 commit 4f9359a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storage/azure-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ In the _Program.cs_ file of the _AspireStorage_ project, add calls to the <xref:
:::zone-end
:::zone pivot="azure-portal,azure-cli"

:::code source="snippets/tutorial/AspireStorage/AspireStorage/AspireStorage/Program.cs" range="1-27,41-50" highlight="2-3,7-8":::
:::code source="snippets/tutorial/AspireStorage/AspireStorage/Program.cs" range="1-27,41-50" highlight="2-3,7-8":::

:::zone-end

Expand Down Expand Up @@ -204,7 +204,7 @@ The preceding code adds Azure storage, blobs, and queues, and when in developmen
:::zone-end
:::zone pivot="azure-portal,azure-cli"

:::code source="snippets/tutorial/AspireStorage/AspireStorage.AppHost/Program.cs" range="1-5,11-23:::
:::code source="snippets/tutorial/AspireStorage/AspireStorage.AppHost/Program.cs" range="1-5,11-23":::

The preceding code adds Azure storage, blobs, and queues, and defines references for these resources within each project that depend on them.

Expand Down

0 comments on commit 4f9359a

Please sign in to comment.