Hello,
We are trying to develop CICD pipeline to release Azure Data Factory in different environments. However, we are getting following error on ARM Template Deployment Task:
Failed to check the resource group status. Error: "\"resourceGroupName\" should satisfy the constraint - \"Pattern\": /^[-\\w\\._\\(\\)]+$/".
The resource group already exists so we are not sure why is it giving error about the resource group name being invalid / not following naming convention.
Any assist would be appreciated.