Output from azd version

Describe the bug
Executing azd pipeline config --provider azdo returns the error "cannot queue the build":

By opening the project link, I can see that the code was uploaded successfully:

However, when I try to run the pipeline manually, it returns another error:
A task is missing. The pipeline references a task called 'setup-azd'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version 1, job 'Job', step ''.)
To Reproduce
azd init -t todo-csharp-cosmos-sql
azd up
azd pipeline config --provider azdo
Expected behavior
Pipeline could be built and ran successfully in Azure DevOps.
Environment
- Template: All templates.
- OS: All Envs.
Rick Winter (@RickWinter) for notification.
Output from

azd versionDescribe the bug


Executing
azd pipeline config --provider azdoreturns the error "cannot queue the build":By opening the project link, I can see that the code was uploaded successfully:
However, when I try to run the pipeline manually, it returns another error:
To Reproduce
azd init -t todo-csharp-cosmos-sqlazd upazd pipeline config --provider azdoExpected behavior
Pipeline could be built and ran successfully in Azure DevOps.
Environment
Rick Winter (@RickWinter) for notification.