Closed chrisreddington closed 2 years ago
Update: As far as I can see, i'm not seeing any details in the azuresp.json file. I've executed the command on line 3 in this file manually, and that created without any problems.
However, the manual output has a different json format from what the azure service principal JSON output used to be.
e.g. tenant rather than tenantId, password rather than clientSecret
{
"appId": ".....",
"displayName": ".....",
"password": ".....",
"tenant": "....."
}
I wonder if that could be interfering, and potentially (perhaps due to a new Azure CLI version?)
@chrisreddington What version of az cli do you use? and what was for deployment env? WSL? Mac? Linux? Bash CloudShell?
@chrisreddington PR merged, it looks like it was a new version of az cli issue.
Hi there, I ran into the same issue.
TLDR, you must deploy it from the Azure CloudShell.
Based on the instructions I assumed I could deploy it from my local machine since the instructions mentioned:
Login to your Azure Subscription (You can skip this step if you are using Cloud Shell for deployment).
In other words, I assumed I could also deploy it from my local machine. Nonetheless, even though I did login into Azure the script still failed as @chrisreddington mentioned above
Perhaps stating in the instructions that, we must deploy it from the az CloudShell
or stating that, we highly suggest deploying it from the Azure CloudShell
could help other save some time troubleshooting.
Thanks!
Hi @DariuszPorowski
We are preparing for a multi-customer DevOps 3.0 OpenHack taking place next week. We've been running through the deploy-gh script, but are seeing issues running the script.
The issue is related to the creation of Azure Resources -
@fortunkam also encountered this issue. Is it possible to look into this ahead of next week, so that we can be sure the setup process will work for our customers? Will do some digging to see if we can identify the issue.
Thanks!