Retrieve Virtual machine data from azure into Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2025 08:54 PM - edited ‎03-10-2025 04:20 AM
Hey Team,
We have a requirement in one of our catalog item having one field to show VDI data in dropdown which they want it from azure through integration.. Acc to the documentation i have installed the Microsoft Azure resource manager spoke and configured it as well which has also installed Azure Virtual Machine spoke.. and there we have diferent action to look up virtual machine but not sure how to proceed? The client wants to bring VDI data and store in CMDB table to use for that field in catalog item. Do we have ability to do that with the installed spoke and we have to use RestAPI for that? IF RestAPI can anyone please guide me on that how to do that? Also can we not use the OOTB spoke to brind data and directly show in that field in catalog item through the flow? Please guide me on this as i am new to integration what should be done? Thanks @Ankur Bawiskar @Anil Lande @VaranAwesomenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 02:20 AM
I haven't worked on it earlier.
Did you check the documentation for the spoke?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 02:36 AM
yes i have configured it but not able to proceed further as don't know it will work with OOTB spoke or Rest API need guidance.. can you tag someone who has idea on this maybe they can help @Ankur Bawiskar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 02:58 AM
I am not aware of any such person who has worked on this.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2025 07:12 AM
@Priyanka Chaud1 Azure provides an API to get VM list Virtual Machines - List - REST API (Azure Compute) | Microsoft Learn.
I have created a blog few years back on how to fetch data from Azure and update CMDB via ETL.
Retrieve VM details from Azure using REST API inte... - ServiceNow Community
Hope this helps.