Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Renaming existing Azure Data Factory

I would like to move my existing Azure Data Factory from one resource group to another but with new name.

Is there a way to change ADF name before moving or post moving. This is required to adhere to the azure resource naming policy enforced at account level.

like image 409
Nikhil Avatar asked Oct 19 '25 03:10

Nikhil


2 Answers

I don't think it is possible to rename an existing Azure Data Factory.

However an alternate solution would be to copy or clone an Azure Data Factory. You can find more information about copy/clone Azure Data Factory here: https://learn.microsoft.com/en-us/azure/data-factory/copy-clone-data-factory.

One of the use cases mentioned in this link is exactly that:

Renaming resources. Azure doesn't support renaming resources. If you want to rename a data factory, you can clone the data factory with a different name, and then delete the existing one.

like image 168
Gaurav Mantri Avatar answered Oct 21 '25 16:10

Gaurav Mantri


Just to add to existing answers: that is not true or not entirely true. ARM supports renaming resources (just create an application insights resource and test that). But the resource providers (most of them anyway) dont support that.

Azure Data Factory doesnt support renames.

like image 36
4c74356b41 Avatar answered Oct 21 '25 16:10

4c74356b41



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!