Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on Table Storage Component #85

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

justinyoo
Copy link
Contributor

@justinyoo justinyoo commented Nov 22, 2023

This PR is to:

  • Improve consistency on variables among blobs, queues and tables
// blobs
var blobs = builder.AddAzureStorage("storage")
    .AddBlobs("blobs");

// queues
var queues = builder.AddAzureStorage("storage")
    .AddQueues("queues");

// tables
var tables = builder.AddAzureStorage("storage")
    .AddTables("tables");

Internal previews

📄 File 🔗 Preview link
docs/storage/azure-storage-queues-component.md .NET Aspire Azure Queue Storage component
docs/storage/azure-storage-tables-component.md .NET Aspire Azure Data Tables component

- Improve variable consistancy among blobs, queues and tables
@IEvangelist IEvangelist merged commit 1cea6a7 into dotnet:main Nov 27, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants