I built a small ASP.NET MVC web application in Visual Studio 2015 and I want to upload it to Microsoft Azure with my Microsoft Imagine Student subscription. When I try to publish it, I get this error:
Failed: /subscriptions/1(...)4/resourceGroups/Default-ApplicationInsights-EastUS/providers/Microsoft.Sql/servers/sapromaniadbser/databases/Sap20170102030950_db () 40619: The edition 'Free' does not support the database max size '1073741824'.
It's clear that I need to change my database max size, but how can I do this?
I created my project on Visual Studio Team Services, after I created the project on my local machine and I linked it with the project from Visual Studio Team Services for having version control. I wrote in Package Manager Console "enable-migrations", and I had my database. All resources are in the same resource group.
Package Manager Console. - Leonard Barbu