I was deploying a set of resources in a resource group using Azure Managed Application on Service Catalog Managed Application which failed indeed due to some syntax errors (even though the syntax was correct and according to Azure Guidelines). Now when I open the failed resource, it displays nothing in it, which seems that there is nothing in the resource but just a reference to it. Later when I deleted the resource, it notified "cannot be deleted" or "successful deletion" however portal kept listing it in the resource group.
Secondly, when I tried to delete the resource group, it notified a deletion failure after a long interval, telling it was because of timeout.
I already gave a try to:
removing it using azure portal
removing it using powershell
azure cli
azure resources
Question # 1: Is there any way to delete such resources or resource groups?
Question # 2: Is there any way to find out the failure reasons in details like in form of logs?