Тёмный

Intro to Azure DevOps - Build and Deploy Python Web Application 

Russ Maxwell
Подписаться 786
Просмотров 38 тыс.
50% 1

This is my first Azure DevOps video where I show you what the flow looks like using these steps:
1. Cloning a repository from GitHub using git
2. Building Azure Web App and Azure DevOps Repository
3. Making a code change in VS Code
4. Pushing that local repo into Azure DevOps Respository
5. Building and running Azure DevOps pipeline to build and deploy to Azure
If you want to follow along, feel free to use my sample github repository here:
github.com/RussMaxwell/Python...
=================================================================
Important Announcement! 2/17/2024
I'm starting to post content again and starting with a hands-on lab series.
Check out the first video here:
• Python Azure Function ...
Hand on Lab 3 - Deploy Azure Function via Azure DevOps CI/CD Pipeline is released!
• Python Azure function ...
Important Update 6/19/24 - Hands on Lab4 is now available!
Maturing the CI/CD Pipeline
• Python Azure function ...

Наука

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@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!
@vigneshram9374
@vigneshram9374 3 года назад
Can't thank you enough. Was struggling to get a good video with this content.
@WithRajSharma
@WithRajSharma Месяц назад
Thank you @Russ Maxwell.
@condorkunka
@condorkunka Месяц назад
So beautiful, thank you for this tutorial @Russ Maxwell.
@_anastasia_wagner
@_anastasia_wagner 3 года назад
Thanks for the video, that's exactly what I was looking for
@vmdcortes
@vmdcortes Год назад
Thank you so much. This was really helpful!
@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 4 месяца назад
did u created free trial account
@jasonquesada2248
@jasonquesada2248 3 года назад
Great video and demo Russ!!!
@russmaxwell1794
@russmaxwell1794 3 года назад
Thanks Jason! Hope all is well.
@camaleon780
@camaleon780 2 года назад
Great video. Following you now for sure... Thanks !!!
@sc-nc6bb
@sc-nc6bb 3 года назад
todo bien detallado, me gusto el video de inicio a fin
@hardikvegad3508
@hardikvegad3508 Год назад
Damm!!! Russ....thanks mate 🙌🙌🙌🙌
@cloudmahenderdaily4573
@cloudmahenderdaily4573 10 месяцев назад
Awesome video..simple and good
@mighty08
@mighty08 5 дней назад
I like the keyboard sound :P
@deepak4090
@deepak4090 Год назад
very nice explanation
@przemekm1990
@przemekm1990 Год назад
Great video :) thx for it.
@prabhashswain1878
@prabhashswain1878 3 года назад
Tq So much for this beautiful video.
@russmaxwell1794
@russmaxwell1794 3 года назад
Most welcome 😊
@AshishKumar-us2nd
@AshishKumar-us2nd Год назад
Awesome!
@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?
@user-pp6tv9jh6g
@user-pp6tv9jh6g 3 года назад
thank you!
@denolaa_
@denolaa_ 2 года назад
How would get around the error "fatal: Authentication failed for" ? By the way, thanks for the tutorial so far. Its been really helpful for one of my Masters modules
@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
@thamerminds283
@thamerminds283 3 года назад
Thank you so much ! can you please keep on and release some videos about deploying a python projetc using Azure Devops ( Pipelines , Realeases,...), Azure functions and Azure web app. Than kyou again ;)
@russmaxwell1794
@russmaxwell1794 3 года назад
Yes, soon
@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.
@sacchidanandkasale8057
@sacchidanandkasale8057 4 месяца назад
Very Nice explained
@RahulKumar-jl7mr
@RahulKumar-jl7mr 3 года назад
Thanks. Can I get a video on how to deploy a pipeline to put multiple python scripts to my virtual machine?
@tranloc151
@tranloc151 Год назад
great
@deepexplore6247
@deepexplore6247 2 месяца назад
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
@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
@russmaxwell1794
@russmaxwell1794 2 года назад
I believe you'll need a pay as you go subscription or can sign up for the MSDN subscription.
@soumi7356
@soumi7356 3 года назад
I created a pipeline for my project. However, the build fails with a message : This agent request is not running because you have reached the maximum number of requests that can run for parallelism type 'Microsoft-Hosted Public'.
@soumi7356
@soumi7356 3 года назад
Got resolved. Changed my project to private.
@christophgonzalez2277
@christophgonzalez2277 2 года назад
Please help! I am able to successfully deploy my code, but every night at 7pm west coast time it crashes. Is this a setting I am doing wrong? I would appreciate any help.
@russmaxwell1794
@russmaxwell1794 2 года назад
haven't been on in a while. Your scenario is interesting. I would be looking at enabling diagnostic logging for the Azure Web App to see if any errors are thrown around that period.
@russellkemmit73
@russellkemmit73 3 года назад
This was great. Are you also worried with the scheduled depreciation of devops? Apparently it will become depreciated by Microsoft so that people will move to GitHub actions. With that being said, would love to see this same thing, but with actions!
@russmaxwell1794
@russmaxwell1794 3 года назад
coming up next month!
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
I am getting this error: he resource you are looking for has been removed had its name changed or is temporarily unavailable.
@russmaxwell1794
@russmaxwell1794 3 года назад
What specific action are you taking when you get the error?
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
@@russmaxwell1794 I created a simple django app in vs code and created a web app on azure, then I deployed my django app from vs code to web app. After deployment completes successfully, I try to browse my site then it shows this error
@deepanshuaggarwal7042
@deepanshuaggarwal7042 3 года назад
@@russmaxwell1794 I dont get this error if I create azure web app with the help of vs code azure extension
@soumyadipsengupta14
@soumyadipsengupta14 2 года назад
I am getting "500 internal Server Error!!" Please help
@russmaxwell1794
@russmaxwell1794 2 месяца назад
New DevOps Video dropped as part of my hands on lab series. Title: Deploy Azure Function via Azure DevOps CI/CD Pipeline ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-51ow1mJj2Wg.html
@pchardsoft
@pchardsoft 3 года назад
Hello. The Python to Linux Web App option in Azure no longer exists. I'm going crazy trying to make something like this work and I can't do it, I have invested many hours. Is there any other way to do it? Thanks.
@Smoked93POL
@Smoked93POL 3 года назад
same shit here
@russmaxwell1794
@russmaxwell1794 3 года назад
Let me look into it. They may have removed the option or you may need to do it in PowerShell.
@russmaxwell1794
@russmaxwell1794 3 года назад
I just checked my Azure Portal/create web app and see both Runtime stack: Python 3.7 and OS: Linux as an option. Maybe check again?
@russmaxwell1794
@russmaxwell1794 3 года назад
@@Smoked93POL check now.. I see it
@Smoked93POL
@Smoked93POL 3 года назад
@@russmaxwell1794 I will check it now
@brahm.aggarwal
@brahm.aggarwal Год назад
thanks for the video. Can anybody see our code? Is it public or private ?
@fanyang2181
@fanyang2181 2 года назад
got an error: No such remote 'origin'
@rengaprakashsoundararajann5865
@rengaprakashsoundararajann5865 3 года назад
In your repo yml file missing please upload
@russmaxwell1794
@russmaxwell1794 3 года назад
The yml file is not required.. Your yml file will get created when you create your pipeline in Azure DevOps..
@rengaprakashsoundararajann5865
@rengaprakashsoundararajann5865 3 года назад
I need your git repo link
@russmaxwell1794
@russmaxwell1794 3 года назад
github.com/RussMaxwell/PythonWebApp
@russmaxwell1794
@russmaxwell1794 Месяц назад
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! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-bh4d_IOxges.html
@russmaxwell1794
@russmaxwell1794 5 месяцев назад
Got a new Python AZ Function hands on lab published. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7tEx8C6iW2I.html
@mani_a_g
@mani_a_g 4 месяца назад
How to have free app and then try, atleast provide how to create resource and setup entire things,
@manishjayswal1232
@manishjayswal1232 9 месяцев назад
very confusing for begineer. you directly jump from here to there and don't explain those stuffs. not so helpful
@russmaxwell1794
@russmaxwell1794 9 месяцев назад
I'm glad you enjoyed it!
Далее
🤡Украли У ВСЕХ🤪
00:37
Просмотров 254 тыс.
Symmetrical face⁉️🤔 #beauty
00:15
Просмотров 2,6 млн
What's going on with Windows Laptops?
10:30
Просмотров 2,6 млн
Azure App Service in 15 MINUTES | Web App Tutorial
16:23
How to design a Deployment Pipeline (GitOps)
11:01
Просмотров 31 тыс.
What is GitOps, How GitOps works and Why it's so useful
11:33
Deploying Python app to AKS using Azure DevOps
1:48:27