Intro to Azure DevOps - Build and Deploy Python Web Application

preview_player
Показать описание
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:
=================================================================

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:

Hand on Lab 3 - Deploy Azure Function via Azure DevOps CI/CD Pipeline is released!

Important Update 6/19/24 - Hands on Lab4 is now available!
Maturing the CI/CD Pipeline
Рекомендации по теме
Комментарии
Автор

So beautiful, thank you for this tutorial @Russ Maxwell.

condorkunka
Автор

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!

ajh-
Автор

Can't thank you enough. Was struggling to get a good video with this content.

vigneshram
Автор

Thanks for the video, that's exactly what I was looking for

_anastasia_wagner
Автор

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.

chici
Автор

todo bien detallado, me gusto el video de inicio a fin

sc-ncbb
Автор

Thank you so much. This was really helpful!

vmdcortes
Автор

Great video. Following you now for sure... Thanks !!!

camaleon
Автор

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?

karlduckett
Автор

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 ;)

thamerminds
Автор

Thanks. Can I get a video on how to deploy a pipeline to put multiple python scripts to my virtual machine?

RahulKumar-jlmr
Автор

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

denolaa_
Автор

Hi Russ,

when i deploy my app, it keeps using Python 3.9 when I selected 3.7 in my azure app services configuration

irmdev
Автор

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.

hardikvegad
Автор

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

deepexplore
Автор

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!

russellkemmit
Автор

got an error: No such remote 'origin'

fanyang
Автор

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

gowthamreddyuppunuri
Автор

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'.

soumi
Автор

I am getting "500 internal Server Error!!" Please help

soumyadipsengupta