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.
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?
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.
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!
Very good explanation! Well done) I wish your channel will reach over 100k subscribers soon)
Loved it when u used DI in Azure Functions i didnt know that it was possible
Exactly what I was looking for.
Perfect pace.
Great Tutorial.
Thank you.
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 well explained
Brilliant!!! I've just subscribed to your channel.
Nice video, thanks. I didn’t know you could do Dependency Injection in functions! 👍🏻
nice clean walkthrough. great job.
Very good , clear and precise information! Thanks!
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
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.
Really good - thank you!!
Awesome👍 could you please come with a video for creating the same blob trigger Azure Functions for decrypting PGP files?
Is there a way to have it use the blob trigger path from the settings?
Very helpful content.
Great video, man! Спасибо за твой труд :)
You saved me, thankyoi!!
Nice video, thank you.
can help dependency injection with blob files
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
Thank you so much.
is this Isolated Mode or In Process ?
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.
Does exists any solution to use the BlobTrigger with Manage Identity authentication mate ?
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...