My question is regarding Azure SQL PaaS option
We have several dotnet client apps which are accessing our SQL database of nearly 200 GB size and there are several performance issues due to it. So we have decided to create a read replica of our database , so that few client will access the main database and rest access the read-replica. So for PERFORMANCE reasons we are planning to use ReadReplica option via AlwaysOn feature of SQL Server .(for Azure SQL PaaS, not managed instance)
I beleieve in AlwaysOn , there is an option to create ReadReplica - secondary database.
1) Are there any constraints for migrating on-premises SQL to Azure SQL using Always On
2) What is the replication latency , if we use AlwaysOn , between the Primary and Secondary Databases?
Please help