How to Find the Feed ID
The Azure Feed ID is a necessary component of the feed URL. Without it, we cannot retrieve the list of packages from our desired project. See the steps below on how to find the ID.
-
Navigate to the Azure Feeds API page with information on all the available feeds in your project. See the code snippet below:
https://feeds.dev.azure.com/[ORG_NAME]/[PROJECT_NAME]/_apis/packaging/feeds?api-version=6.1-preview.1
- complete the URL with your own organization and project names. -
Find the information for your desired feed. The easiest method is to Ctrl + F the feed name. For example, if the feed whose ID I want to find is named "poctest1", I can look for that name in the information given by the URL and search for it's ID. See the images below as a reference:
-
Once you find the feed ID, copy it and paste it into a secure place for future reference.