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

Add Azure storage blob containers #5167

Open
1 task done
andwi opened this issue Aug 4, 2024 · 2 comments
Open
1 task done

Add Azure storage blob containers #5167

andwi opened this issue Aug 4, 2024 · 2 comments
Labels
area-integrations Issues pertaining to Aspire Integrations packages azure Issues associated specifically with scenarios tied to using Azure azure-storage Issues related to azure storage integration
Milestone

Comments

@andwi
Copy link

andwi commented Aug 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I want to declare the Azure storage blob containers that I need in the AppHost project and then I want azd to create them for me when I deploy.

Describe the solution you'd like

With Azure Service Bus it is possible to add queues and topics like this.

var sb = builder.AddAzureServiceBus("sb");
sb.AddQueue("myqueue");

I would like something similar for blob containers (and storage queues and tables for completeness).

var storage = builder.AddAzureStorage("storage");
var blobs = storage.AddBlobs("BlobConnection");
blobs.AddBlobContainer("mycontainer");

Additional context

No response

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Aug 4, 2024
@martincostello martincostello added area-integrations Issues pertaining to Aspire Integrations packages and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Aug 4, 2024
@andwi andwi changed the title Azure storage blob containers Add Azure storage blob containers Aug 8, 2024
@davidfowl davidfowl added area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication azure Issues associated specifically with scenarios tied to using Azure and removed area-integrations Issues pertaining to Aspire Integrations packages labels Aug 14, 2024
@davidfowl
Copy link
Member

cc @tg-msft @JoshLove-msft

@davidfowl davidfowl added area-integrations Issues pertaining to Aspire Integrations packages enhancement azure-storage Issues related to azure storage integration and removed area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication labels Sep 7, 2024
@joperezr joperezr added the untriaged New issue has not been triaged label Oct 15, 2024
@eerhardt
Copy link
Member

Following things like #7005 #6605, this seems like something we should enable.

cc @sebastienros

@eerhardt eerhardt added this to the Backlog milestone Jan 14, 2025
@eerhardt eerhardt removed the untriaged New issue has not been triaged label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-integrations Issues pertaining to Aspire Integrations packages azure Issues associated specifically with scenarios tied to using Azure azure-storage Issues related to azure storage integration
Projects
None yet
Development

No branches or pull requests

5 participants