VM Creation via Orchestration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2019 06:34 AM
Hi all,
Azure Virtual Machine or any VM creation is possible via Orchestration? Do we have any Activity for that?
Note: It is possible through Cloud Management but i am looking via Orchestration.
Thanks,
Yogesh R
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2019 11:17 PM
Hi Ram,
We don't have Cloud Management plugin, So i prefer to choose this custom orchestration. Can you suggest me is there any other way to achieve this.
Thanks,
Yogesh R

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2019 11:41 PM
The straight way to achieve this is to design/code the orchestration flows - pointers in the answer from Rajesh Kannan above.
However we have simplified for you in the cloud management plugin. There may be other integrations by 3rd-party, i don't know much about these.
It is really a choice of cost to build and maintain your flows, versus the cost of using the official plugin. Hope that is considered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 12:43 AM
Hi,
you can use "Blueprint Request" workflow and schedule\use this with your orchestration activities.
even CMP uses this WF to provission the VMs into CPs (AWS, Azure etc).
at the end you woul need to call this workflows or your custom ones through REST, Orchestrations or ARM templates...
whats the exact need of yours?
thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 02:38 AM
Need to create a Virtual Machine in Azure Cloud without Cloud Management plugin.
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2019 12:06 PM
Certainly, you can build VMs through orchestration using PowerShell or REST activities.
https://docs.microsoft.com/en-us/powershell/module/azurerm.compute/new-azurermvm?view=azurermps-6.13.0
https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/createorupdate