Error deploying azure arc data controller via cli in direct mode
I have followed the steps from this documentation to deploy azure arc data controller
I can see data controller in azure portal. But the azure arc data controller is in deploying state from hours and finally in cli am getting deployment failed error.
Later, I have checked that custom location is not able to deploy. So that I have manually deployed custom using as per this documentation
https://learn.microsoft.com/en-us/azure/app-service/manage-create-arc-environment?tabs=bash#install-the-app-service-extension
Now the custom location is deployed successfully.
So, now am using this custom location to deploy azure arc data controller am getting timed out error
I can deploy azure arc data controller in indirect mode successfully using kubectl but I want to deploy it in direct mode.