Mike Rhoads
Mike Rhoads
I wanted to add that I also was able to get this to work only after following what @mbrat2005 described with adding the ServicePrincipalSecret under the account's ExtendedProperties object
It's the line "ServicePrincipalSecret": "" that I manually added ``` { "DefaultContextKey": "my context info here", "EnvironmentTable": {}, "Contexts": { "
Hi @marshallbentley - thanks for reporting the issue. I'm taking a look at the AIO scenario and the error you're describing. I'll follow-up as soon as I can.
Closing this issue after @marshallbentley and I spoke about this. Deployments are now successful. We'll be removed azd from the doc because of issues with service principals.
Hi @marshallbentley - thanks for reporting the issue. I'm taking a look at this and will post back with more information later.
Closing this issue after @marshallbentley and I spoke about this. Deployments are now successful.
Hi @lanicolas! Thanks for reporting this. First, I'll make sure the SSH key gets incorporated into the parameters file. I did a new deployment and also see similar errors; however,...
Just wanted to provide a follow-up on this: it looks like this error is because of breaking changes that were made starting with Grafana 12.0. Manually reverting to 11.x and...