Replies: 1 comment 4 replies
-
|
@jpapa020 , the setup for the storage account and volumes should be automatic. it seems like azd is failing while trying to upload the files into the share because one of the files is size=0. Can you share the code from your AppHost? You can run |
Beta Was this translation helpful? Give feedback.
4 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.
-
Ok I am Migrating an application to use Aspire and its various hosting integration. I have this running locally no so the next step is to deploy the thing.
I am using azure cli however when I run up I get the following error:
One of the things it needs to do in bind a volume of a file share in a azure storage account to a volume on the container. However the current Aspire.Hosting.Azure.Storage has no integration with file shares.
I thought potentially I could use the UNC as the source then add an annotaion to the resource like below
Is the best was to do this via custom bicep due to the lack of integration with file shares?
Beta Was this translation helpful? Give feedback.
All reactions