Comment 30 for bug 1680523

Revision history for this message
Andrew Wilkins (axwalk) wrote : Re: add-credential azure fails

Hi Ali,

We're yet to get to the bottom of that error. Please use the "service-principal-secret" auth type for now. You can create a service principal using the "az" command like so:

$ az ad sp create-for-rbac -n "http://jujucharms.com" --role Owner

Then use "juju add-credential azure", and select "service-principal-secret", entering the appId and password output from the command above. The subscription ID comes from "az account show".