Forum Discussion
Brian_Pickering
May 10, 2022Copper Contributor
Problems with a tagging policy and moving Azure SQL Databases
We have a custom tagging policy that requires an ITSponsor tag on each Azure resource. A team has recently run into a problem moving an Azure SQL Database from one resource group to another. The erro...
BrooksV
May 16, 2022Copper Contributor
If I am not mistaken, the name of the databases are master & tempdb and not */master or */tempdb
Try using
{
"field": "name",
"equals": "master"
},
Try using
{
"field": "name",
"equals": "master"
},