Open rjain-pivotal opened 8 years ago
@rjain-pivotal I was getting the exact same problem. I think we're trying to get a file that looks like this:
If this is the case, you should follow the process from this link: https://azure.microsoft.com/en-us/documentation/articles/resource-group-authenticate-service-principal-cli/
Never mind my supposed solution. My attempt to deploy Pivotal Cloud Foundry on top of Microsoft Azure still fails because I am unable to create a service principle using the "azure-sp-tool create-sp" command.
@rjain-pivotal I was able to get the azure-credentials.json by following this tutorial: http://blog.erds.xyz/technology/install-cloud-foundry-on-azure/.
Basically, I had to install and use Docker to get this done. I have no idea why doing it with Docker ends up doing the trick.
I have logged in to the azure cli $azure --version 0.10.5 (node: 6.7.0)
When I try to create service principal, I get the error TypeError: Cannot read property 'appId' of null
Details