0
votes

I am new to Azure and i would like to deploy a folder with my function azure (python file) and create a function in my function app. Do i need a function.json file and what is it for? I am using GitHub actions as CI / CD. Which method can I use? ZIP deploy, Storage Azure deploy, serverless, other? I tested a lot of things with no results.

1
RTM. Your question is asking for a training on Azure Function Deployment. You need to be more specific. - Kashyap
@Kashyap thank you for your answer, I would like to deploy a folder with my python file to an app function. Basically as soon as I make a modification on my code in my github repo, it uploads the modifications to my azure portal - Palmé

1 Answers