- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 06:42 AM
I need to call following azure API from ServiceNow REST Message.
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start?api-version=2021-03-01
What are the steps to achieve this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 10:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 06:50 AM
Refer Below URL for steps .
https://helpcentre.buttonwood.net/hc/en-us/articles/360000338036-ServiceNow-Example-How-to-Create-REST-API-Requests
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 07:08 AM
I am looking specifically for Azure REST API integration, including steps to create access token as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 07:27 AM
what is your end goal ?
Concept remains same whether REST END POINT is of AZURE or Any system which support REST using basic auth or OAUTH.
Regards
RP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 07:40 AM
Conceptually I am aware of the flow. But during implementation I am getting following error: