Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 11, 2018 8:39 AM
When I create datafactory
It return this error
Operation returned an invalid status code 'Conflict
Line of code generate error
var client =...
client.Factories.CreateOrUpdate(resourceGroup, dataFactoryName, dataFactory);
how can i do ?
All replies (1)
Wednesday, May 2, 2018 7:39 PM
Please double check if the dataFactoryName is unique. It also might be a reason because dataFactoryName must be globally unique.
Please "Mark it as answer" if you find the answer useful.