Relative Content

Tag Archive for azureazure-devops

@mention users is not working for some users on Azure Devops Board for work items [Azure]

When editing or creating a work item for Azure DevOps Board, you can use “@” character to mention specific users. For some of my group members (Basic level), typing “@” doesn’t present any usernames. According to Basic level access, only limitation published is access to Azure DevOps Test Plans. We’re not trying to use Test Plans but merely editing/creating work item in Board and mentioning users. Does anyone know how to fix this? See screenshot below to see the issue

Azure webapp create statement throws error

I’m trying to create webapp through azure cli. I do get error as ‘6.0’ is not recognized as an internal or external command. Any idea how to resolve this error?

How to access Artifact from Azure Extension?

I am currently trying to access a pusblished artifact from my Azure Extension.
Unfortunately, I don’t get a response, not even an error is displayed.
I think there is a problem with the client.
The permissions are set correctly I think since I was eg able to retrive the project name and ID.

Azure Pipeline not triggered by changes to other than self repository

I have two repositories and both are in same project of ADO:
one is at the top level (It also include pipeline yaml), and the other is defined as a submodule. I want to trigger a pipeline whenever an update is pushed to either the main repository or any of the repositories declared as resources(submodule mentioned here).