Hello! We're using pulumi azure-native-v2 and pyth...
# general
b
Hello! We're using pulumi azure-native-v2 and python, and I've hit a problem I cannot find the solution for: I need to restore a VM/disk from azure backup to a new VM. I can get the Restore point with the
getRestorePoint()
function, but I haven't found any examples how to create a new VM or a disk from the acquired data. Is it possible even?