I have started sitecore deployment using Sitecore Azure module, and getting below error message:
'Sitecore_Core' - Create Database failed System.ApplicationException: 'Sitecore_Core' - Create Database failed ---> System.ArgumentNullException: Value cannot be null. Parameter name: edition at Sitecore.Diagnostics.Assert.ArgumentNotNull(Object argument, String argumentName) at Sitecore.Azure.Pipelines.DeployDatabase.CreateDatabase.CreateAzureDatabase(String connectionString, String name, String edition, String size) at Sitecore.Azure.Pipelines.DeployDatabase.CreateDatabase.<>c__DisplayClass11.b__c() at Sitecore.Azure.Retryer.Retryer.ExecuteNoResult(Action action, Action recover) at Sitecore.Azure.Pipelines.DeployDatabase.CreateDatabase.Action(RolePipelineArgsBase args) at Sitecore.Azure.Pipelines.BasePipeline.RolePipelineProcessor.Process(RolePipelineArgsBase args)
Also, do i need to created core, master & web database manually in Azure or the deployment itself will create all these databases? I can see new storage account and SQL DB server has been created by the deployment process itself.
Please help and let me know how to resolve this.
Sitecore Azure must create Azure SQL Database service automatically for Sitecore Core, Master and Web databases and transfer data from your local SQL Server databases to the cloud ones.
What is Sitecore Azure version you are using?
If you wish you can manually exported Sitecore databases to your own Azure SQL Database service, and then force the module to use them. Please check the following article for more details: https://github.com/olegburov/sitecore-azure-content/blob/master/articles/how-to-use-a-custom-azure-sql-databases-service-in-sitecore-azure.md