Forum Discussion
Jeff Harlow
Aug 21, 2018Iron Contributor
Access OS Disk in Azure from Local Network
How does one access the OS Disk on an Azure VM from a local network? I can access the managed disk but need to access the OS Disk. Case: I have a VM running a web server (IIS). I need to be able to...
Aug 21, 2018
Desired State Configuration could be an option. You could set a file resource that copies form a source, such as an Azure File Share to the directory on the servers. Updates to the file share would be propagated to the servers.