Forum Discussion
jameshao
Dec 17, 2023Copper Contributor
Rename Application Insights programmatically
Does anybody know how to rename Application Insights via PowerShell, azure cli, Rest API or any other methods? Is this possible? I have large number of Application Insights to migrate from class...
Florian185
Jan 06, 2024Copper Contributor
I have tested this
There is no api traffic in the Inspector, so the change must happen on the server side.
But if we look in the change analysis, we see that after we renamed, the resource with the old name was deleted.
It can therefore be assumed that it is actually deleted and recreated.
The fact that the name in powershell is a read only attribute also indicates this.