Hey Pytalista, thanks for the video. I ran into some issues with the debugging step, so I think I messed up my installation process somewhere. But I would love to see a really in depth video about this.
Don't know but there is this one mentioned in the description which does a comparison. techcommunity.microsoft.com/t5/azure-compute-blog/azure-functions-v2-python-programming-model/ba-p/3665168
V2 model doesn't work in logic apps. Your actions never show up in the designer. I wouldn't migrate if you use logic apps. Coming from AWS, I can't believe what a clusterfuck Azure is.
I installed third party library and was able to test locally where it worked successfully. When I deployed to Azure, I received the API URL, but when testing this URL, I get '500 internal server error'. I also tried adding the libraries to requirement.txt after using pip freeze. Also tried with v1 and v2 both models, but still facing the same error. Could you please guide me where could I have gone wrong or missed something.
Hard to tell without seeing the error. One possible thing is if you are using any environment variables. Then you need to have on your cloud environment to work.
Hey Pytalista, thanks for the video. I ran into some issues with the debugging step, so I think I messed up my installation process somewhere. But I would love to see a really in depth video about this.
Great you liked. What was the issue? Important to check all requirements. Version of Azure Function Tools.
that looks minimalistic.. I wonder if there is any article that guides us through migrating v1 model to v2.
Don't know but there is this one mentioned in the description which does a comparison. techcommunity.microsoft.com/t5/azure-compute-blog/azure-functions-v2-python-programming-model/ba-p/3665168
V2 model doesn't work in logic apps. Your actions never show up in the designer. I wouldn't migrate if you use logic apps. Coming from AWS, I can't believe what a clusterfuck Azure is.
@leftblank5315 better know MS team know
I installed third party library and was able to test locally where it worked successfully. When I deployed to Azure, I received the API URL, but when testing this URL, I get '500 internal server error'. I also tried adding the libraries to requirement.txt after using pip freeze. Also tried with v1 and v2 both models, but still facing the same error. Could you please guide me where could I have gone wrong or missed something.
Hard to tell without seeing the error. One possible thing is if you are using any environment variables. Then you need to have on your cloud environment to work.
Excellent. Make advanced use cases
That's the plan!