Lupusa87 / BlazorAzureDeploy

All Blazor Demos

Home Page:https://lupblazordemos.z13.web.core.windows.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor Azure Deploy

If you like my blazor works and want to see more open sourced repos please support me with paypal donation

Please send email if you consider to hire me.

This console application is convenient utility for blazor webassembly fast deploy to azure storage static site.

After publishing app we can use it to upload files to storage, also will compress files with brotli and set content types, encoding and do some other good stuff.

We won't need to use Visual studio code for deploy anymore.

Usage: clone repo, build locally, run cmd with this command

BlazorAzureDeploy.exe -d E:\yourfolder\wwwroot -e .dll .wasm .js .png .jpg .css .json .pdb .dat .ico .map -f $web -c yourstorageconnstring -z true

You can check options and code to see how it works.

More detailed documentation will be added later.

PR's are very welcome.

About

All Blazor Demos

https://lupblazordemos.z13.web.core.windows.net/


Languages

Language:C# 100.0%