'How can I browse or download the content of /home in azure functions?
I have a time triggered function running on Azure Functions.
This function reads and writes at run time on a json file in /home/data.
How can I retrieve (browse / download) that json file?
Is my only option to interact with that directory via functions code? Is there some section in the Azure function dashboard where I can retrieve the data?
Solution 1:[1]
You can do this using Kudu Console. For that you can navigate to Advance Tools > Go > CMD.


You can navigate from the file structure or through console.

Then you can simply click download button in order to download.

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SwethaKandikonda-MT |
