Пікірлер
@pavankumar-ni3my
@pavankumar-ni3my 8 сағат бұрын
Not at all helpful, you didn't explain what is your aim and how did you write that code
@premsankarsiva
@premsankarsiva 6 күн бұрын
Thanks a lot for the video but i need some guidance on how to deploy the same code using zip deployment without VS code
@kumarang9610
@kumarang9610 6 күн бұрын
Brilliant! Your videos deserve to appear first before anyone else. You’re such a dedicated educator, and I truly admire that. Keep posting more video. I really enjoy them!
@zachholder8533
@zachholder8533 24 күн бұрын
Fantastic! Thank you!
@badoiuecristian
@badoiuecristian 28 күн бұрын
I think you are getting an error for DB because you are on a consumption plan and the db is not warm.. i guess you can implement a retry.. it seems quite a regular pattern.
@carlos99junior
@carlos99junior Ай бұрын
Good one, thanks! I'll be testing it in my function soon, only difference is I'll keep the code in GitHub instead of Azure Repos.
@comokefueke
@comokefueke Ай бұрын
Amazing job
@Leandro-xh5fs
@Leandro-xh5fs 2 ай бұрын
i dis the exact same thing, but is not working for me, idk why can someone helpme
@v2train
@v2train 2 ай бұрын
Can you be more specific? Are you getting errors? etc..
@Leandro-xh5fs
@Leandro-xh5fs 2 ай бұрын
@@v2train well mi code is different, i call some funtions from a folder in the project and when i deployed it just doesnt sync the azure function so it doesnt appear in the azure function resourse
@Leandro-xh5fs
@Leandro-xh5fs 2 ай бұрын
But i got to say it worked perfectly on local, but when deployed doesn't sync
@v2train
@v2train 2 ай бұрын
few different approaches to resolve this. If the AZ Functions aren't showing up after a deployment, it's usually caused by some errors in your code. You mentioned you run it locally so perhaps that's not it. Assuming your using python runtime, I would ensure the python your using matches the runtime set on the function app. let us know what you figure out.
@softwareface
@softwareface 2 ай бұрын
Thanks
@michaelesch
@michaelesch 4 ай бұрын
This video has been incredibly helpful! Thank you so much!
@tadastadux
@tadastadux 4 ай бұрын
Great series! You deserver many more views. Thank you. If you have time please create lab for testing functions including durable..
@mighty08
@mighty08 5 ай бұрын
I like the keyboard sound :P
@rabindrajaiswal5329
@rabindrajaiswal5329 6 ай бұрын
Thank you. Very clear demo, excellent tutorial
@yugeshsr5805
@yugeshsr5805 6 ай бұрын
Could you please show us how to deploy durable functions in CI/CD?
@ehink2716
@ehink2716 6 ай бұрын
Great video was trying this but came across an issue, which maybe something with my setup. When I show a warning with that cnxn.cursor line which it says cnxn is not defined was something else suppose to be installed?
@ehink2716
@ehink2716 6 ай бұрын
found the typo on mypart
@v2train
@v2train 6 ай бұрын
Glad it worked out. Let me know if you uncover any new issues!
@condorkunka
@condorkunka 6 ай бұрын
So beautiful, thank you for this tutorial @Russ Maxwell.
@WithRajSharma
@WithRajSharma 6 ай бұрын
Thank you @Russ Maxwell.
@v2train
@v2train 6 ай бұрын
This video series comprised of 4 videos is complete. Please check the description for links.
@VibrantHoper
@VibrantHoper 6 ай бұрын
Thank you. it is very helpful
@v2train
@v2train 6 ай бұрын
6/19/24 - Hands on Lab4 is now available where I dive into Maturing the existing CI/CD Pipeline. This is based off the previous lab! kzbin.info/www/bejne/mJmXlZJ_hN2am9U
@sylerpetralie
@sylerpetralie 6 ай бұрын
It was immensely helpful thanks
@united_club
@united_club 7 ай бұрын
very helpful, great video. more videos please about Azure Function:)
@EasyProj
@EasyProj 7 ай бұрын
Awesome, thanks
@toddpappas7569
@toddpappas7569 7 ай бұрын
Dude, super helpful. Great instructor!
@v2train
@v2train 7 ай бұрын
New DevOps Video dropped as part of my hands on lab series. Title: Deploy Azure Function via Azure DevOps CI/CD Pipeline kzbin.info/www/bejne/a2LSqGSjf89ljck
@deepexplore6247
@deepexplore6247 8 ай бұрын
thats really good, incase i have multiple .py files and one .py is the main one , will this method be still the same or anything different as this procedure not working in that case
@sunrajsharma736
@sunrajsharma736 8 ай бұрын
You just did a much better job than microsoft docs or their tutorials💯!! Can you please make an extension to this video that is catered towards edits required to make it a use this in a production environment ?
@LouisDeconinck
@LouisDeconinck 8 ай бұрын
Great video series, I hope you continue it. How would you go about using input and output bindings instead of using the ODBC driver to connect between the Azure function and SQL database?
@v2train
@v2train 8 ай бұрын
I don't have a quick answer but will take a look when I get freed up. Thank You for your kind words.
@v2train
@v2train 8 ай бұрын
Unfortunately, it looks like input and output bindings are not natively supported in Python yet.
@v2train
@v2train 9 ай бұрын
Hands on Lab2 is now available. Add logging to Azure Function by integrating Application Insights kzbin.info/www/bejne/pYnGlph5p9aamKM
@ehink2716
@ehink2716 6 ай бұрын
Is there another way to get logging without app insights?
@sacchidanandkasale8057
@sacchidanandkasale8057 9 ай бұрын
Very Nice explained
@venkataramanapotluri1758
@venkataramanapotluri1758 10 ай бұрын
Thank you very much for this tutorial. This is really excellent. When I deployed and called the function from ADF it errored out saying no drivers available. Could you please tell me what shall I do
@v2train
@v2train 10 ай бұрын
I haven't tried calling it from ADF? Does it work if you call the AZ Function in the browser?
@mani_a_g
@mani_a_g 10 ай бұрын
How to have free app and then try, atleast provide how to create resource and setup entire things,
@v2train
@v2train 11 ай бұрын
Got a new Python AZ Function hands on lab published. kzbin.info/www/bejne/baWoqWt5a86KaKs
@manishjayswal1232
@manishjayswal1232 Жыл бұрын
very confusing for begineer. you directly jump from here to there and don't explain those stuffs. not so helpful
@v2train
@v2train Жыл бұрын
I'm glad you enjoyed it!
@cloudmahenderdaily4573
@cloudmahenderdaily4573 Жыл бұрын
Awesome video..simple and good
@brahm.aggarwal
@brahm.aggarwal Жыл бұрын
thanks for the video. Can anybody see our code? Is it public or private ?
@AshishKumar-us2nd
@AshishKumar-us2nd Жыл бұрын
Awesome!
@chici54
@chici54 Жыл бұрын
Thank you very much for this tutorial. I did not found any tutorial on several online training platforms which simply describes, on a very high level, how to build a python application and then deploy it to Azure using Azure Devops. I had just problems during the creation of the pipeline. It complained that I do not have any active subscription. In fact I have an active subscription. The solution was to connect Azure Active Directory in Azure Devops on Organization Level.
@mani_a_g
@mani_a_g 10 ай бұрын
did u created free trial account
@ajh-777
@ajh-777 Жыл бұрын
Love the way you go through your work flow, moving git repos and such. I felt much more comfortable with my approach because it felt hacky when I change git remotes. Also never know what kind of Azure service to use. For python apps for example I was going to spin an ubuntu instance and run all my pip installs and such. Thanks a lot!
@tranloc151
@tranloc151 Жыл бұрын
great
@hardikvegad3508
@hardikvegad3508 Жыл бұрын
Hi can you show how we can use a docker file in this and deploy using CI/CD?... bcz for now I am creating a container reg and push my code in that and than update my image and tag in web application.... is their any way to make those thing happen in one go.
@deepak4090
@deepak4090 Жыл бұрын
very nice explanation
@przemekm1990
@przemekm1990 Жыл бұрын
Great video :) thx for it.
@hardikvegad3508
@hardikvegad3508 2 жыл бұрын
Damm!!! Russ....thanks mate 🙌🙌🙌🙌
@vmdcortes
@vmdcortes 2 жыл бұрын
Thank you so much. This was really helpful!
@gibson7654
@gibson7654 2 жыл бұрын
What is a breakpoint?
@v2train
@v2train 2 жыл бұрын
A breakpoint is part of the debugging process. If I want to debug a running instance of my application and break into that running instance on a specific line of code, I can setup a breakpoint. Within VS Code, if you click Run/Start Debugging, that will run an instance of that application. Assuming the program reaches the line where you set a breakpoint, it will break into the running process. You can use the debug console to inspect variables and objects or can walk through the remaining lines of that program. It's great for looking into errors or if the application behaves in a way in which you don't expect. Hope that helps.
@gibson7654
@gibson7654 2 жыл бұрын
@@v2train thank you, sir.
@camaleon780
@camaleon780 2 жыл бұрын
Great video. Following you now for sure... Thanks !!!
@irmdev595
@irmdev595 2 жыл бұрын
Hi Russ, when i deploy my app, it keeps using Python 3.9 when I selected 3.7 in my azure app services configuration
@karlduckett
@karlduckett 2 жыл бұрын
Great video, thanks for sharing. There is a shortage of Flask/Python/Azure content out there :) Quick question: If my build time is 30minutes what should I look at to speed it up?
@gowthamreddyuppunuri4549
@gowthamreddyuppunuri4549 2 жыл бұрын
Hey @Russ Maxwell Do we need a paid subscription other than free trial for this? I am using free trial and In pipelines it is asking for subscription and no other option is there to select
@v2train
@v2train 2 жыл бұрын
I believe you'll need a pay as you go subscription or can sign up for the MSDN subscription.