BlazorStatic icon indicating copy to clipboard operation
BlazorStatic copied to clipboard

Publish to Azure static website

Open tesar-tech opened this issue 1 year ago • 4 comments

Documentation and step in the pipeline.

tesar-tech avatar Nov 25 '23 09:11 tesar-tech

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

tesar-tech avatar Jan 10 '24 16:01 tesar-tech

not related but for Netlify this might be helpful https://github.com/netlify/build-image/issues/877

MozharAlhosni avatar Mar 13 '24 00:03 MozharAlhosni

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 avatar Mar 15 '24 17:03 tesar-tech

@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.

MozharAlhosni avatar Apr 01 '24 05:04 MozharAlhosni