Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,020 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all I am required to access files Azure disk using REST API (deployed app service). Azure disk is mounted to another VM. This question is related https://learn.microsoft.com/en-us/answers/questions/1220729/access-files-in-vm-using-azure-function-app. Here I don't have Azure file share just I want to access file in Azure disk using REST API. Kindly give me an direction on this. Nuwan
You cannot do it via a REST API. You would need to use SSH. Here is show to do it using Secure Copy https://learn.microsoft.com/en-us/azure/virtual-machines/copy-files-to-vm-using-scp