Так ASP.NET5 сейчас и не имеет смысл использовать в продакшне :-) и обновляться на новую версию в будущем целиком по желанию. с открытой разработкой обновляться можно хоть каждый день прямо из github.
Premium Storage disks provide up to 5,000 IOPS and 200 MB/sec throughput depending on the disk size. When you create a new premium storage disk you get the option to select the disk size and performance characteristics you want based on your application performance and storage capacity needs.
You can maximize the performance of your VMs by attaching multiple Premium Storage disks to them (up to the network bandwidth limit available to the VM for disk traffic).
успешные компании, особенно после привлечения инвестиций могут мигрировать туда-сюда, однако речь в статье идет о том как стартапу вырасти, а Акуматика как раз пример того, как программа BizSpark и Azure помогли быстро достичь стартапу мировой славы и размера
2.In a modern cloud environment, you could pay for other peoples’ mistakes! The increased CPU almost certainly caused Azure to scale out earlier than it should and me to scale it up when it probably wouldn’t have needed to with the non-buggy library. This costs money.
— 1 в 1, перенос существуещего решения в облако в виде VM и без использования мобильных сервисов, тогда остается и PHP и MySQL
— миграция в мобильные сервисы и переписывание на Node.js или .NET, а данные переносятся в Table Storage или DocumentDB или Mongo или SQL Database на выбор (проще всего наверное в SQL Database как реляционное хранилище)
хороший вопрос, у вас для мобильного приложения на PHP написан некий API, я правильно понял? Сегодня в мобильных сервисах Azure есть две опции: Node.js и .NET, поэтому вариант переезда только один — переписать код API на Node или .NET.
готовой статьи пока не видел
weblogs.asp.net/scottgu/azure-premium-storage-remoteapp-sql-database-update-live-media-streaming-search-and-more
Premium Storage disks provide up to 5,000 IOPS and 200 MB/sec throughput depending on the disk size. When you create a new premium storage disk you get the option to select the disk size and performance characteristics you want based on your application performance and storage capacity needs.
You can maximize the performance of your VMs by attaching multiple Premium Storage disks to them (up to the network bandwidth limit available to the VM for disk traffic).
azure.microsoft.com/en-us/support/plans/
www.troyhunt.com/2014/09/your-azure-website-cpu-is-going-nuts.html
самое интересно из этого, в выводах автора:
2.In a modern cloud environment, you could pay for other peoples’ mistakes! The increased CPU almost certainly caused Azure to scale out earlier than it should and me to scale it up when it probably wouldn’t have needed to with the non-buggy library. This costs money.
— 1 в 1, перенос существуещего решения в облако в виде VM и без использования мобильных сервисов, тогда остается и PHP и MySQL
— миграция в мобильные сервисы и переписывание на Node.js или .NET, а данные переносятся в Table Storage или DocumentDB или Mongo или SQL Database на выбор (проще всего наверное в SQL Database как реляционное хранилище)