Azure-devops-docs: After creating the VMSS and the agent pool, no agents appear even if VM instances are created, online, and healthy

Created on 30 Apr 2020  Â·  4Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

Any troubleshooting tips/documentation for when this happens?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 devops-cicd-agenttech devopprod doc-bug

All 4 comments

Thanks for your question. It looks like you're working through an issue with your scenario or implementation, rather than an issue with the documentation. Here are a couple of options where you might consider asking your question:

I think it's an issue with the documentation if I follow the documentation strictly and no agents are shown in the agent pool I created. (I see a few people have also reported the same issue here)

The az cli code you have on this page for creating the VMSS (#4) also breaks at:
--load-balancer ""
with az cli saying that it is an invalid parameter value or "expected one argument":
az : ERROR: az vmss create: error: argument --load-balancer/--lb: expected one argument

Had the same problem.

I was trying to create the vmss using powershell on a mac (for Windows vmss). I noticed this comment in the docs:

image

It seems this is required for every type of az cli command, not just Windows. When i used the single quotes as recommended, the command got to the password stage.

@norman-v, @ossentoo -- thank you for clarifying.

@steved0x -- please look into this issue.

Was this page helpful?
0 / 5 - 0 ratings