tesar-tech / BlazorStatic

Embrace the capabilities of Blazor on .NET 8 to craft static websites.
https://tesar-tech.github.io/BlazorStatic/
GNU Affero General Public License v3.0
83 stars 8 forks source link

Publish to Azure static website #1

Open tesar-tech opened 7 months ago

tesar-tech commented 7 months ago

Documentation and step in the pipeline.

tesar-tech commented 5 months ago

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

MozharAlhosni commented 3 months ago

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

tesar-tech commented 3 months ago

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 ?

MozharAlhosni commented 3 months ago

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