-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to run azd pipeline config --provider azdo
for todo-nodejs-mongo-aks
#4348
Comments
@jongio Yes, this issue can also be reproduced in main. We tested the following four scenarios and they can all be reproduced:
|
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
@rajeshkamal5050 and @jongio In the latest round of azd manual testing, this issue still exists. |
Looks like AZURE_PRINCIPAL_TYPE is not set during This is an issue in the template configuration. The azure.yaml should define the AZURE_PRINCIPAL_TYPE in the pipeline->variables as a required ENV VAR to set during |
@rajeshkamal5050 In the latest round of azd manual testing, this issue still exists.
|
Describe the issue:
Running the
azd pipeline config --provider azdo
command fails with the following error message:Repro Steps:
azd auth login
.azd init -t todo-nodejs-mongo-aks -b staging
.azd pipeline config --provider azdo
.Environment:
todo-nodejs-mongo-aks
.staging
Expected behavior:
azd pipeline config --provider azdo
commands can be run successfully.@jongio for notification.
The text was updated successfully, but these errors were encountered: