Not able to Provision Azure Virtual Desktop using Rest APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 11:44 PM
Dear ServiceNow Community
I am trying to build a POC for AVD(Azure Virtual Desktop) Provisioning through ServiceNow using REST API Integration Plugin, Catalog.
For Provisioning a AVD we need to complete few steps.
1. Create Security Group (for Users, Administrators)
2. Create Resource Group
3. Create Virtual Network
4. Create Sub Network
5. Create Network Interface
6. Create HostPool
7. Create Session Host (Virtual Machine) in the Hostpool
8. Create Hostpool Application Group
9. Create Hostpool Work Space
10. Add Security Groups to HostPool Application Group
11. Add Resource Group IAM Roles (user, admin) to Security Group
Using Microsoft Azure RestAPIs I am able to complete 1st to 6th step.
When I am running the 7th step (For Create Session Host (Virtual Machine) in the Hostpool) the API status is Success but Session Host (VM) is not creating in the HostPool.
Did any one worked on this kind of POC ? If yes I appreciate your response.
I have followed below links to get APIs for Session Host (VM) creation in the Hostpool.