I have a small website in ASP.NET Core Razor Pages. Number of visitor will be low (max 1000 per day, but probably no more than 500).
My questions:
- Is it OK to deploy the website to the D1 Shared plan (which I'm using for testing now)?
- If I understand correctly it will cost me around €9/month. Is this right?
- What does it mean "240 CPU minutes / day"? Is the website offline in sleep mode when not in use?
- What will happen if I go above 240 CPU minutes / day (is it possible?)?
- I like the Azure panel and configuration screen but is there a better alternative (not a VPS) to host a small website like above?