Replies: 4 comments 1 reply
-
There's no support for deploying to static web assets for the first version of aspire. You can see the roadmap #1549 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree, I'd like to see this option as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I like this, becae of Blazor web assembly |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agreed with comment above - we just found we can't deploy our pure WebAssembly projects using Aspire because of this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Currently we are packaging client-apps (React, Angular SPA's) into nginx docker-images which are deployed as container-apps. Using a compute-resource to serve static content does not feel right as Azure is also providing better suited resources for this purpose, such as Static Web Apps or just plain storage behind a Frontdoor/CDN endpoint.
We would like to see support for deploying these single-page apps as Azure Static Web Apps.
Beta Was this translation helpful? Give feedback.
All reactions