Deploying a Wasm Uno Platform app to the web
Building a Wasm app and having it running locally on your machine is an exciting step that shows the power and potential of Uno Platform. However, running locally on your machine makes it hard for other people to use it. What you need to do is host the app somewhere that everyone can access it.
Probably the most popular choice for hosting a .NET-based web application is on Azure. You can host your app anywhere, and the process is very similar for all services as there is no server-side processing needed. On the assumption that Azure is where you're likely to want to host your app, let's now see how this is done. If you've never deployed a web app or used Azure before, it can seem daunting, but you'll see how easy it is and that there's nothing to fear.
Try Azure for free
If you don't already have an Azure account, you can sign up for a free trial by visiting the following URL: https://azure.microsoft...