https://pulumi.com logo
Title
n

numerous-action-56322

08/27/2021, 9:44 AM
Hi everyone, I already posted that question earlier on #dotnet which might explain why I'm not getting any feedback but I still can't find a way to create an empty Disk (a Datadisk ) and then attach it to a VirtualMarchine using Azure Native Provider. Typically I can't find the azure native equivalent to DataDiskAttachment . Am I missing something obvious ?
t

tall-librarian-49374

08/31/2021, 7:06 AM
Do you have an example of an ARM template that does that?
n

numerous-action-56322

08/31/2021, 7:29 PM
Hi @tall-librarian-49374, thank you for the follow up. I do not, it was done initially using Terraform. However I managed to find what I believe is the right way to do it, just by creating the Datadisk outside and reference it the DataDiskArgs, but now I'm running into a new issue when updating the image reference of the OsDisk (I just asked the question on that very same channel. "PropertyChangeNotAllowed" ) .