VMware Cloud Community
jmmartin04
Contributor
Contributor

vRA8 Add Azure Disk Day 2 Action

Hi, I am trying to modify the Day 2 Action called "Add Disk" in vRA8 for Azure VMs. Does anyone know if/where that can be modified? Or similarly I'd build my own Day 2 action but there is no Workflow in vRO for adding disks in Azure (that I can find). Any guidance would be appreciated. Thanks!

 

 

0 Kudos
1 Reply
xian_
Expert
Expert

You can use the PowerShell or Python to create your custom day2 action. Both platforms has Azure modules to use. You need to solve authentication, though, within your workflow. See https://kuklis.github.io/cma/post/vra8-azure-powershell/