You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did an azd init -t lopezleandro03/azd-devcenter and then azd up. When I did this, the first error that I ran into was that the pre-provision hook needed to be chmod +x.
Then, when re-running the script, I get an error:
│ Error: building client: unable to obtain access token: running Azure CLI: exit status 1: ERROR: AADxxxxx: The refresh token has expired due to inactivity.
This is b/c I was logged out of the azure cli. azd no longer requires the azure cli, but terraform does.
Running on a mac.
The text was updated successfully, but these errors were encountered:
I did an
azd init -t lopezleandro03/azd-devcenter
and thenazd up
. When I did this, the first error that I ran into was that the pre-provision hook needed to bechmod +x
.Then, when re-running the script, I get an error:
This is b/c I was logged out of the azure cli. azd no longer requires the azure cli, but terraform does.
Running on a mac.
The text was updated successfully, but these errors were encountered: