One of the saddest parts of Continuous Deployment is that it can't be scripted and we have to go through Microsoft anything is possible, it's just conveniently hidden behind 35 clicks and 17 modals. To get started log into your Azure Devops portal.
Once you have to portal open click on the rocket ship and go to releases
Next the we'll be prompted to start with the first stage of our continuous deployment, but before we get started, well select our artifact from our Continuous Integration pipeline, in this case the zip file in the drop folder.
First close the stage panel, we'll get back to that later.
With the stage panel closed, click the "add artifact" area of the Artifacts section.
With the Continuous deployment trigger flyout panel collapsed, we're going to change the name of our Pipeline, just to make it extra clear at what it does. at the top center, click on "New release pipeline" and give it a new name' I'm calling it "Hero Image deployment pipeline" Once you've changed your Pipeline name, save your progress.
Once you click save, you'll be asked to which folder you would want to save to, for now just leave it as the root and hit the "OK" button.
That's it for now we can take a break, next we'll configure our actual pipeline.