-
Notifications
You must be signed in to change notification settings - Fork 715
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azureazure-storageIssues related to azure storage integrationIssues related to azure storage integration
Milestone
Description
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
scabana, charliesis, amolenk and NilsLattek
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesazureIssues associated specifically with scenarios tied to using AzureIssues associated specifically with scenarios tied to using Azureazure-storageIssues related to azure storage integrationIssues related to azure storage integration