Pat, so many thanks for this helpful and useful tutorial, you made it clear and easy to understand. Do you have any other tutorial on durable Functions? Thanks again for your work, well done
Great video. Very detailed. I have set up mine exactly as yours, using .Net 5 isolated function. My startup class never gets hit, therefore no dependency injection.
Could you please provide the local.settings.json? When i run the code,it emits the following error : missing value for azurewebjobsstorage in local.setings.json. No solution from stackoverflow helped.
Thank you Pat for your nice video. i have a question if I can. how can I compress and write the compressed file in another container instead of resizing an image. it is hard?
Nice video, thank you. would consider doing a video using an HTTP function to receive an XML file and convert it to a JSON file stored in azure cosmosdb
I you put the name of the ConnectionString in the Project-Creation-Wizard (Field "Connection String setting name") and not the ConnectionString itself you can save the copy paste...
Good explanation, really helpfull. thanks
This is genuinely one of the best technical videos I've seen. A ridiculous amount of information, perfectly paced in a short time.
The best explanation I've found about this topic! Thank you very much!
Exactly what I was looking for.
Perfect pace.
Great Tutorial.
Thank you.
Very good explanation! Well done) I wish your channel will reach over 100k subscribers soon)
Very well explained
Nice video, thanks. I didn’t know you could do Dependency Injection in functions! 👍🏻
Loved it when u used DI in Azure Functions i didnt know that it was possible
Perfect tutorial, all in less than 15 mins. Thx.
HI, your awesome, first time making an blob trigger from Visual studio, and It works, ty to you, I'll be back very often..
Very good , clear and precise information! Thanks!
Brilliant!!! I've just subscribed to your channel.
Excellent video! loved it!
Pat, so many thanks for this helpful and useful tutorial, you made it clear and easy to understand. Do you have any other tutorial on durable Functions? Thanks again for your work, well done
nice clean walkthrough. great job.
really really really help me. thank you very much
Great video. Very detailed. I have set up mine exactly as yours, using .Net 5 isolated function. My startup class never gets hit, therefore no dependency injection.
Thomas, there is a link to the source code in the description.
Great video, man! Спасибо за твой труд :)
Really good - thank you!!
Is there a way to have it use the blob trigger path from the settings?
Awesome👍 could you please come with a video for creating the same blob trigger Azure Functions for decrypting PGP files?
You saved me, thankyoi!!
Could you please provide the local.settings.json? When i run the code,it emits the following error : missing value for azurewebjobsstorage in local.setings.json. No solution from stackoverflow helped.
Very helpful content.
can help dependency injection with blob files
Does exists any solution to use the BlobTrigger with Manage Identity authentication mate ?
Nice video, thank you.
Thank you so much.
Thank you Pat for your nice video. i have a question if I can. how can I compress and write the compressed file in another container instead of resizing an image. it is hard?
You can compress your files into a single zip and upload it to a new container.
www.geeksforgeeks.org/working-zip-files-python/
@@TechWithPat thank you :D
is this Isolated Mode or In Process ?
Nice video, thank you. would consider doing a video using an HTTP function to receive an XML file and convert it to a JSON file stored in azure cosmosdb
I keep that in mind
thanks
I you put the name of the ConnectionString in the Project-Creation-Wizard (Field "Connection String setting name") and not the ConnectionString itself you can save the copy paste...