I am trying to create an Azure Storage account using the Azure Resource Manager Connector in Logic Apps. But I am getting an error with the following message:
{
"error": {
"code": "InvalidResource",
"message": "The resource definition is invalid."
}
}
The raw input shows the following path
"path": "/subscriptions/28xxxxxx-xxxx-xxxx-xxxx-3c1f3xxxxxx/resourcegroups/abcdefgRG/providers/Microsoft.Storage/storageAccounts%2Fintestcustomerst1111",
I don't know if the special character () getting converted to %2F in the above url is the cause of the issue. Any help would be appreciated.