Azure devops extension available icons

0 votes

This page shows how to use an icon in Azure DevOps extensions https://developer.microsoft.com/en-us/azure-devops/components/icon

It does not however show a list of available icons or a link to one. Where can I find which icons are available?

Update 1: It appears to be a subset of https://uifabricicons.azurewebsites.net

Update 2: rtfm, the manual says:

iconName in the manual

Mar 15, 2022 in DevOps & Agile by Edureka
• 13,670 points
596 views

1 answer to this question.

0 votes

Let's begin by making a new folder in which to store our new extension! We'll create a couple of crucial files in this folder that make up the anatomy of an Azure DevOps extension. These are the files:

The fundamental definition of our extension is the manifest file (vss-extension.json).
The task manifest file(s) (task.json), our task definitions, which scripts to run, and which task input parameters to display.
The task script file(s) (.ps1/.js), which contain the scripts that are run according to the task.json configuration.
You have the option of using javascript (.js) or powershell (.ps1) files. The powershell files will be used in our situation.
Modules for completing tasks (for example, the VstsTaskSdk module)
A symbol for our add-on! (.png)

Transform your career and elevate your expertise with our DevOps Course!

answered Mar 21, 2022 by gaurav
• 23,260 points

Related Questions In DevOps & Agile

+1 vote
2 answers
0 votes
1 answer

Azure DevOps Wiki: How can I link the subpages in the parent page?

Unfortunately, Azure Devops does not have the ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
3,174 views
0 votes
2 answers

Which is better azure devops or aws devops?

Azure DevOps, a part of Microsoft's cloud ...READ MORE

answered Jan 8 in Cloud Computing by anonymous
• 700 points
1,997 views
0 votes
1 answer
0 votes
1 answer

What is the Difference between VSO, VSTS and Azure Devops

Azure DevOps was previously known as VSO ...READ MORE

answered Mar 8, 2022 in Azure by Edureka
• 13,620 points

edited Jun 27, 2023 by Khan Sarfaraz 1,311 views
0 votes
1 answer

How can I preview PowerPoint files in Azure DevOps (VSTS)?

For work item attachments, there are no ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
924 views
0 votes
1 answer

Azure DevOps Wiki: How can I link the subpages in the parent page?

Unfortunately, Azure Devops does not have the ...READ MORE

answered Mar 8, 2022 in DevOps & Agile by gaurav
• 23,260 points
427 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP