@Muhammad Ahmer Ralisam yunnahs
Thank you for reaching out.
You can use Azure Data Factory to achieve database replication between subscriptions.
In your Azure Data Factory, create linked services for both the source and target database and configure the connection strings for each linked service.
Create a Data pipeline in Azure Data Factory.
Define the source (your Development database) and the sink (the target database in the other subscription). You will have the option to specify the frequency of data movement (e.g., daily, hourly). Set up any transformations or data mapping required during the copy process.
Trigger the pipeline manually or schedule it to run automatically.
Please do also refer to the Microsoft Official documentation.
https://learn.microsoft.com/en-us/azure/data-factory/quickstart-hello-world-copy-data-tool
Please comment below if you need more assistance.
Regards,
Oury