Not at all helpful, you didn't explain what is your aim and how did you write that code
@premsankarsiva6 күн бұрын
Thanks a lot for the video but i need some guidance on how to deploy the same code using zip deployment without VS code
@kumarang96106 күн бұрын
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!
@zachholder853324 күн бұрын
Fantastic! Thank you!
@badoiuecristian28 күн бұрын
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Ай бұрын
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Ай бұрын
Amazing job
@Leandro-xh5fs2 ай бұрын
i dis the exact same thing, but is not working for me, idk why can someone helpme
@v2train2 ай бұрын
Can you be more specific? Are you getting errors? etc..
@Leandro-xh5fs2 ай бұрын
@@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-xh5fs2 ай бұрын
But i got to say it worked perfectly on local, but when deployed doesn't sync
@v2train2 ай бұрын
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.
@softwareface2 ай бұрын
Thanks
@michaelesch4 ай бұрын
This video has been incredibly helpful! Thank you so much!
@tadastadux4 ай бұрын
Great series! You deserver many more views. Thank you. If you have time please create lab for testing functions including durable..
@mighty085 ай бұрын
I like the keyboard sound :P
@rabindrajaiswal53296 ай бұрын
Thank you. Very clear demo, excellent tutorial
@yugeshsr58056 ай бұрын
Could you please show us how to deploy durable functions in CI/CD?
@ehink27166 ай бұрын
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?
@ehink27166 ай бұрын
found the typo on mypart
@v2train6 ай бұрын
Glad it worked out. Let me know if you uncover any new issues!
@condorkunka6 ай бұрын
So beautiful, thank you for this tutorial @Russ Maxwell.
@WithRajSharma6 ай бұрын
Thank you @Russ Maxwell.
@v2train6 ай бұрын
This video series comprised of 4 videos is complete. Please check the description for links.
@VibrantHoper6 ай бұрын
Thank you. it is very helpful
@v2train6 ай бұрын
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
@sylerpetralie6 ай бұрын
It was immensely helpful thanks
@united_club7 ай бұрын
very helpful, great video. more videos please about Azure Function:)
@EasyProj7 ай бұрын
Awesome, thanks
@toddpappas75697 ай бұрын
Dude, super helpful. Great instructor!
@v2train7 ай бұрын
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
@deepexplore62478 ай бұрын
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
@sunrajsharma7368 ай бұрын
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 ?
@LouisDeconinck8 ай бұрын
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?
@v2train8 ай бұрын
I don't have a quick answer but will take a look when I get freed up. Thank You for your kind words.
@v2train8 ай бұрын
Unfortunately, it looks like input and output bindings are not natively supported in Python yet.
@v2train9 ай бұрын
Hands on Lab2 is now available. Add logging to Azure Function by integrating Application Insights kzbin.info/www/bejne/pYnGlph5p9aamKM
@ehink27166 ай бұрын
Is there another way to get logging without app insights?
@sacchidanandkasale80579 ай бұрын
Very Nice explained
@venkataramanapotluri175810 ай бұрын
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
@v2train10 ай бұрын
I haven't tried calling it from ADF? Does it work if you call the AZ Function in the browser?
@mani_a_g10 ай бұрын
How to have free app and then try, atleast provide how to create resource and setup entire things,
@v2train11 ай бұрын
Got a new Python AZ Function hands on lab published. kzbin.info/www/bejne/baWoqWt5a86KaKs
@manishjayswal1232 Жыл бұрын
very confusing for begineer. you directly jump from here to there and don't explain those stuffs. not so helpful
@v2train Жыл бұрын
I'm glad you enjoyed it!
@cloudmahenderdaily4573 Жыл бұрын
Awesome video..simple and good
@brahm.aggarwal Жыл бұрын
thanks for the video. Can anybody see our code? Is it public or private ?
@AshishKumar-us2nd Жыл бұрын
Awesome!
@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_g10 ай бұрын
did u created free trial account
@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 Жыл бұрын
great
@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 Жыл бұрын
very nice explanation
@przemekm1990 Жыл бұрын
Great video :) thx for it.
@hardikvegad35082 жыл бұрын
Damm!!! Russ....thanks mate 🙌🙌🙌🙌
@vmdcortes2 жыл бұрын
Thank you so much. This was really helpful!
@gibson76542 жыл бұрын
What is a breakpoint?
@v2train2 жыл бұрын
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.
@gibson76542 жыл бұрын
@@v2train thank you, sir.
@camaleon7802 жыл бұрын
Great video. Following you now for sure... Thanks !!!
@irmdev5952 жыл бұрын
Hi Russ, when i deploy my app, it keeps using Python 3.9 when I selected 3.7 in my azure app services configuration
@karlduckett2 жыл бұрын
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?
@gowthamreddyuppunuri45492 жыл бұрын
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
@v2train2 жыл бұрын
I believe you'll need a pay as you go subscription or can sign up for the MSDN subscription.