- If you have a static website, you can host that using Azure Storage services.
- For something sophisticated, you can use Azure VM
- For microservice based website, you can use the Azure Kubernetes Service
But the most suggested service is the App service.
it's more f PaaS .
These are the supported language frameworks by the App service.
You can also decide which OS to run this language.
Here ASP.NET can be run only on windows.
Benefits:
- You can also use it after proper containerization of your application.
- You can integrate with VS Code and VS
- You can also integrate them with CI/CD tools .
- You can also use app service to host mobile back end and APIs.
- Also it provides high availability, scalability and security options.
Price plans
Although you can easily choose the OS and Region, the price tier is tough though.
There are multiple price tiers:
A total idea:
you can also check that from the website.
For the free tier:
It has max 60 min CPU min per day.
For the shared tier:
You can do 240 CPU min per day.
Here custom domain is a great benefit.
For basic tier:
For standard one:
Top comments (0)