Editing the Data Source

Is there any problems with editing the data source from local db to Azure Sql Db. he Db has the same Schema, is there steps required when inferring the schema, and generating CRUD operations, I don't want to over wright the pages as far as I know unless that is required.

Thanks

There should be no difference between local MSSQL database and the same hosted in Azure. You do not need to replace your pages, just infer the data source to update the connection string.