Skip to content

Conversation

@alistairmatthews
Copy link
Contributor

@alistairmatthews alistairmatthews commented Aug 7, 2025

Summary

The original code obtained the Queues service but didn't add a queue as described in the text. I've corrected that code and used some clearer names.

Fixes #2558


Internal previews

📄 File 🔗 Preview link
docs/storage/azure-storage-queues-integration.md .NET Aspire Azure Queue Storage integration

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects a code example in the Azure Queue Storage integration documentation. The original code was inconsistent between the code sample and its description - the code obtained a Queue service but didn't actually create a queue as described in the accompanying text.

Key changes:

  • Updated the code example to properly create a queue named "jobs" instead of just getting the queue service
  • Improved variable naming for clarity (changed queues to storage)
  • Updated the reference to use the storage resource instead of the queues service
  • Corrected the description to match the updated code

@IEvangelist IEvangelist merged commit 3fe2b7d into dotnet:main Aug 7, 2025
9 checks passed
@alistairmatthews alistairmatthews deleted the fix-azure-storage-queues-document branch August 18, 2025 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Azure Queue Storage resource

2 participants