yesman
yesman

Reputation: 7829

Does Azure allow hosting of n-tier applications?

In Visual Studio 2013, I have a solution that holds several projects, including multiple class libraries, as well as an MVC5 project to serve HTML pages to clients.If I get the free tier, can I host my entire solution, including all the projects that it holds? Microsoft's own documentation on this matter is not clear, and I was hoping someone here has already used the Azure platform for hosting their website.

Does Microsoft's Azure Hosting allow the hosting of n-tier applications?

Upvotes: 0

Views: 124

Answers (1)

Horizon_Net
Horizon_Net

Reputation: 5989

Sure, why not? You can host every tier of your application separatly in Azure (DBs, web sites, services, background jobs, etc.) in different services provided by Azure. In the free tier you have the limitation of sites you can create for free (Azure Web Sites), limitation of cores (don't know the exact limit) and the costs you produce. If your costs exceeds the limit all of your resources will be shut down.

Upvotes: 1

Related Questions