Migration of full resource group from Dev to UAT within same subscription

Sabareetha M P 0 Reputation points
2023-03-21T11:10:43.0466667+00:00

I am migrating data from azure DEV environment to azure UAT environment. below are the components which i need to migrate;-

  1. Azure blob storage- Dev envt.
  2. Azure Logic Apps - Dev Envt
  3. Azure SQL database- dev envt.
  4. DataBricks - Dev Env

I went through some article and understood how to migrate Azure data factory from dev to QA using Azure Devops. but I want to understand how we can migrate Azure SQL database , Blob storage from Dev to QA environment, within the same subscription but with different resource group.

I want to configure or store ARM template of all resources in Azure Devops Repository.
please guide me on this.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,839 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,915 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,376 Reputation points Microsoft Employee
    2023-03-21T20:40:16.15+00:00

    Hello @Sabareetha M P , Thanks for the question and using MS Q&A platform.

    I want to understand how we can migrate Azure SQL database , Blob storage from Dev to QA environment, within the same subscription but with different resource group.

    For Azure SQL database : You should evaluate that option on backup and restore. Since in your case its the same subscription it should work .

    https://learn.microsoft.com/en-us/azure/azure-sql/database/recovery-using-backups?view=azuresql&tabs=azure-portal

    You can also try out the option to generate the scripts from SSMS ( old school)
    User's image

    For blob , you use Azure datafactory and also Azcopy .https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-blobs-copy#copy-a-blob

    Let me know if you have any queries .

    Thanks Himanshu

    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues.