BlazorStatic
BlazorStatic copied to clipboard
Publish to Azure static website
Documentation and step in the pipeline.
How to make Azure Static functions (good for comments or contact forms) work
https://techcommunity.microsoft.com/t5/apps-on-azure-blog/build-and-deploy-net-8-blazor-wasm-apps-with-serverless-apis/ba-p/3988412
not related but for Netlify this might be helpful https://github.com/netlify/build-image/issues/877
For Netlify, we have a solution: https://tesar-tech.github.io/BlazorStatic/docs/deployment As I understand the build image is used to run dotnet, but we don't need that since it runs on gh actions and moves just static html files to the netlify end.
Are did I misunderstand your intention @MozharAlhosni ?
@tesar-tech Pardon my late reply. No, what I was hinting at is that Netlify provides support only for .NET 6. There is a workaround in the link I provided.