Last post Jan 02, 2017 10:26 AM by XIII
None
0 Points
2 Posts
Dec 28, 2016 11:16 PM|fixxi.net|LINK
Is there any options to host free for development testing purposes on Azure.net ? And what about SQL ? Somewhere was written that up to 10 ASP.NET websites can be hosted for free, but not sure if this is still valid ..
Participant
970 Points
398 Posts
Dec 29, 2016 03:23 AM|lextm|LINK
Web App Service does have Free tier, with certain limitations,
https://azure.microsoft.com/en-us/pricing/details/app-service/
But there might not be Free tier for database. All prices can be queries online,
https://azure.microsoft.com/en-us/pricing/?b=16.45
All-Star
191752 Points
20952 Posts
ASPInsiders
Moderator
MVP
Jan 02, 2017 10:26 AM|XIII|LINK
Hi,
you can make use of the Free tier in Azure Web Apps but there are limitations as mentioned already.
For a database: SQL Server needs to be paid separately. Since recently there's the possibility to have MySQL in app (currently in preview) for your web app (https://blogs.msdn.microsoft.com/appserviceteam/2016/08/18/announcing-mysql-in-app-preview-for-web-apps/).
If you want cheap database and you can live without the relational model then go for table storage on Azure.
Grz, Kris.
None
0 Points
2 Posts
Any free hosting on azure for asp.net ?
Dec 28, 2016 11:16 PM|fixxi.net|LINK
Is there any options to host free for development testing purposes on Azure.net ? And what about SQL ? Somewhere was written that up to 10 ASP.NET websites can be hosted for free, but not sure if this is still valid ..
Participant
970 Points
398 Posts
Re: Any free hosting on azure for asp.net ?
Dec 29, 2016 03:23 AM|lextm|LINK
Web App Service does have Free tier, with certain limitations,
https://azure.microsoft.com/en-us/pricing/details/app-service/
But there might not be Free tier for database. All prices can be queries online,
https://azure.microsoft.com/en-us/pricing/?b=16.45
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
All-Star
191752 Points
20952 Posts
ASPInsiders
Moderator
MVP
Re: Any free hosting on azure for asp.net ?
Jan 02, 2017 10:26 AM|XIII|LINK
Hi,
you can make use of the Free tier in Azure Web Apps but there are limitations as mentioned already.
For a database: SQL Server needs to be paid separately. Since recently there's the possibility to have MySQL in app (currently in preview) for your web app (https://blogs.msdn.microsoft.com/appserviceteam/2016/08/18/announcing-mysql-in-app-preview-for-web-apps/).
If you want cheap database and you can live without the relational model then go for table storage on Azure.
Grz, Kris.
Working with Azure, chatbots, ASP.NET MVC, Web API, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!