Deploy a Blazor App to Azure with GitHub Actions 🚀
ฝัง
- เผยแพร่เมื่อ 10 ก.พ. 2025
- 🚀 Make 2025 count! Join the .NET Web Academy here: dotnetwebacade...
---
💖 Support me on Patreon: / _patrickgod
🚀 Get the .NET 8 Web Dev Jump-Start Course for FREE: dotnet8.patric...
💡 Udemy Online Courses:
🔥 Blazor E-Commerce Course: www.udemy.com/...
🔥 Blazor Bootcamp: www.udemy.com/...
🚀 Make 2025 count! Join the .NET Web Academy here: dotnetwebacade...
---
#Blazor #Azure #GitHubActions
So einfach geht das :-D Klasse, auf so ein Video habe ich nur gewartet. Dankeschön dafür :-)
Thanks,
it would be nice to test all the functions that are there on Azure.
Enjoy your videos love from India🇮🇳
Also, I checked it out. Deployment is available on free package using Windows. Only available on Linux with a paid package. Simon
Really helpful video Patrick. Clear and to the point as usual. Thanks
It will be really helpfull more content related to CI/CD
Really helpful, would be perfect if you could do a tutorial on a full deployment of both .web and .API. Especially form the same repository if that is possible?
theres no vid on the screen! at 13:23
Greetings from Chile. Love your work!
this also works for MVC?
have u got any idea what to do if the site always remains on "Your web app is running and waiting for your content" - my deployment eventually went ok but the site never appeared.
Hi Patrick, nice vid again!
Was wondering would you happen to know an "easy/clean" is way to handle continious scrolling a content mudpaper/card based on content tabs? Or do we need to resort to javascript/bootstrap scrollspy with group lists or something? So basically that the tab automatically jumps to next active one and shows the content without having to click, just scroll hehe.
is it now called Azure Static Web Apps inside github?
Excellent video
Your are right patrick, if you select a free plan to linux, the github actions are not allowed
Will this still work if you add identity and google authentication?
how to deploy to plesk?, I cannot use my api it give 405 error
Great
Hi Patrick, I followed the video to host my app on Azure. But after the deployment is complete and when i browse to the site it still says waiting for content. I have multiple Class libraries in the solution. seems Azure do not know which dll to start with. Do you know any solution to this? Love your videos btw. Thanks
Since you have multiple projects in your solution, Azure doesn't know which project to start. You can resolve this by adding a startup command in Azure. In Azure portal, go to Settings -> Configuration and select the General settings tab. There you will see the Startup command box.
Let's say you have a API project called mywebapi, that references other class libraries,
and the API is located in this folder: src/presentation/mywebapi. You would then add this startup command: mywebapi.dll
Now Azure knows that this project is the starting project.
@thishandlewasavailable Hello, thank you very much for the reply. Very kind of you. I have managed to figure it out a while ago. Should have updated my question with the solution. But you are absolutely correct. Any one else with same issue, follow the solution above. Thank you once again
I've tried the same and have the same issue. I set the .dll and it still doesnt do it. It even says the sdk is not installed.
Tried following this guide but holy moley does it not work. The app just sits on the "waiting for content." screen. And then when I specify the .dll it says .net sdk isnt installed and throws an error.
same here. no blazor website in sight. what is here the magic trick needed, Patrick?
The trick is not to use Linux. But instead use Windows.
@@mokumdrie4096 Good find!
yeh deployment always fails here ;-/.