Azure alternatives for hosting Blazor WebAssembly [closed]

Solution 1:

Ok from I can see there are two different questions.

  • Approaches to host a Blazor WASM App
  • Options for SQL Database

Approaches to host Blazor WASM
There are quite a few options to host cheaply.

  • Azure Container Apps: For 10 million requests per month with 100 concurrent requests will cost between $3 and $6. The costs essentially depends on the usage (CPU and Memory usage).
  • Static hosting on Azure Storage: All you pay for is the storage and the transactions. A similar spec as above will cost between $4 and $6
  • App Service: A shared linux App Service will cost $14

Options for SQL Db
This depends on what you need, the data storage and how often you are going to hit the db in the first place

  • Azure SQL: A basic Service Tier, 5 DTU, 2 GB database will cost $5 - $6 based on backups
  • Cosmos DB: Serverless 1 million RU with 2 GB storage will be $1. And Cosmos DB supports SQL APIs as well.

PS 1: All the costs are in USD.
PS 2: The specs mentioned in here are listed in the following url. https://azure.com/e/8a014ac17828453f901a14ab91754f47