Host Your MySQL Blog Database On Azure In Only Minutes!
November 28, 2024
• 817 views
bloggingwordpressblazorblazor blogwebassemblysingle page applicationwasmblazor tutorialnick chapsasjimmy engströmdotnetmicrosoft mvpfuture of blazorrazor pagesmicrosoft blazorblazor web appserver side blazorwordpress dramawordpress pluginscrud operations blazorblazor crudrazor componentstim coreyblazor server role authorizeblazor webassemblyblazor web application tutorialwhat is blazorhow to create a blazor appmysqlazure
Let's continue on the Blazor blog tutorial! Next stop:
Hosting your database in the cloud!
The reality is that for most folks you're probably fine to run with the base SQLite settings.
- SQLite is plenty performant (billions of instances it across the world running on our phones)
- Low effort. Low setup.
- Just works.
But if you're interested in learning how to set up and run a database in Azure for your blog, this is for you!
