I'm trying to find a way to download Azure function files through azure-sdk-for-go.
Basically something similar to theirs portal.
Will appreciate any help.
Asked
Active
Viewed 103 times
1

Alon Rolnik
- 803
- 1
- 7
- 12
-
It's not in the SDK. – ahmelsayed Dec 27 '18 at 20:53
1 Answers
0
The way to do it is to use Azure Kudu API. Each Azure function App have a publish profile which can be fetched from the SDK or the site itself. From the publish profile we get a (key, secret) pair to use in the Kudu zip api

Alon Rolnik
- 803
- 1
- 7
- 12