Is it intended that the Azure Storage provider create containers like blobs? #8402
VistianOpenSource
started this conversation in
General
Replies: 1 comment 6 replies
-
That name is the name of the aspire resource, not the name of the container within the blob. All aspire resources have names that are used to uniquely identity them. When we support adding and creating a blob container, there would be a call to AddContainer hanging off AddBlobs. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Even with the simpliest of projects, I appear to be in a situation in which, upon deployment to Azure, storage accounts are created, but not blob containers which I have specified.
I have added Aspire.Hosting.Azure.Storage (v9.1) to the AppHost of default demo Aspire app which Visual Studio creates.
I adjusted the code in the AppHost to be:
When I hit publish (in Visual Studio), I can see that the content storage account is created, but when the publish is complete, there isn't a blob container called blobs created within it.
Am I missing something here ?
Beta Was this translation helpful? Give feedback.
All reactions