Thanks for this video. It is very helpful to see the documentation examples implemented in a demo!
@pytalista Жыл бұрын
Thanks 🙏🏻
@MercyMonkey Жыл бұрын
Thank you so much, thats restored my focus
@pytalista Жыл бұрын
Thanks. 🙏🏻. Why ?
@MercyMonkey Жыл бұрын
@@pytalista because I was studying durable functions with Miscrosoft's Learn, which uses directly in Azure and only with javascript. and even following the step by step there is an error that I was unable to fix. With your video I was able to test durable functions. I got bum out because of it, but now I'm going to keep going
@pytalista Жыл бұрын
@@MercyMonkey Awesome !
@estebanortega3895 Жыл бұрын
Amazing! I needed this.
@pytalista Жыл бұрын
Glad it was helpful!
@arunkrishna10366 ай бұрын
Thank you so much!!! It worked for me.
@pytalista6 ай бұрын
Thanks 🙏🏻
@RamaChetan Жыл бұрын
Good one, Thank you
@pytalista Жыл бұрын
Thanks 🙏🏻
@chonglee36993 ай бұрын
Can we use Timer Trigger with durable functions ?
@pytalista2 ай бұрын
Technically yes.
@Christiaan1st Жыл бұрын
I don't have as many Azure Durable Function templates available as you have. Do you have any idea where I might find them?
@pytalista Жыл бұрын
I got my from the vs code but then you can play with the initial template pattern and then extend to your use case.
@Omar-zq4wx6 ай бұрын
Hi, in the palette i do not see the option for durable function, but just for trigger function. Any advice?
@pytalista6 ай бұрын
follow this then it will make sense learn.microsoft.com/en-us/azure/azure-functions/durable/quickstart-python-vscode?tabs=linux%2Cazure-cli-set-indexing-flag&pivots=python-mode-decorators
@carlosr2046 ай бұрын
I ran into the same issue, I just did it via the command line. Use 'func templates list' to get the list of templates you want to use.
@pytalista6 ай бұрын
@carlosr204 good one thanks 🙏🏻
@youknowitItsTecH Жыл бұрын
python azure durable function takes pause from its work and after taking 10 minutes pause again resume its work why this issue? could please suggest me what is the issue?
@pytalista Жыл бұрын
Interesting. Never had to run a function that long. I would try to post this on Microsoft forum. People are quick to respond there. learn.microsoft.com/en-us/answers/questions/
@tadastadux8 ай бұрын
thank you, do you have a repo?
@pytalista8 ай бұрын
No I don’t. I will upload in the repo an example and let you know
@pytalista8 ай бұрын
Here is a code example. Not exact the same but similar. github.com/pedrojunqueira/PytalistaYT/tree/master/Python/durable-function
@tadastadux8 ай бұрын
@@pytalista thank you
@Paul-m8x Жыл бұрын
How do I bring up the runtime in python to unit test my code? I really dont want to write shell scripts to run func. Especially because then I cannot mock any external resources.
@pytalista Жыл бұрын
This article is good. medium.com/mesh-ai-technology-and-engineering/writing-and-testing-azure-functions-in-the-v2-python-programming-model-c391bd779ff6
@pytalista Жыл бұрын
I will see if I can do a video about it
@ayhamattyat12311 ай бұрын
Hi Man Good content but I believe that you could do better with the explanation. Try handling your viewers as beginners or put a level on the video title. Honestly I'm a beginner and i felt lost while watching.
@pytalista11 ай бұрын
Thanks for the tips!
@pytalista11 ай бұрын
Watch my azure function basic then watch this one that has more advanced concepts. kzbin.info/www/bejne/fnTUlmdvq8qlpZI