Skip to content

Commit e6211c0

Browse files
author
acrlewis
committed
more update readme
1 parent beb5d7f commit e6211c0

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

readme.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ In this demo, you'll see how easy it is to set up Azure Pipelines and
3030
Azure Boards with your GitHub projects and how you can start seeing
3131
benefits immediately.
3232

33+
# Demo Scenario
34+
35+
In this demo, we'll be illustrating the integration and automation benefits of Azure DevOps. We will take on the role of helping a
36+
fictitious airline---Contoso Air---that has developed their flagship web site using Node.js. To improve their operations, they want to implement
37+
pipelines for continuous integration and continuous delivery so that they can quickly update their public services and take advantage of the
38+
full benefits of DevOps and the cloud.
39+
40+
The site will be hosted in Azure, and they want to automate the entire process so that they can spin up all the infrastructure needed to deploy
41+
and host the application without any manual intervention. Once this process is in place, it will free up their technology teams to focus
42+
more on generating business value.
43+
3344
# Key Takeaways
3445

3546
The key takeaways of the demo are:
@@ -88,26 +99,13 @@ Once the repo is forked, clone the GitHub repo locally and open it in Visual Stu
8899
- [ ] Choose **Open Repository** when prompted
89100

90101
**Azure Subscription**
91-
92-
>[!note] We will be publishing a node-based web app that has a Cosmos DB (Mongo DB) backend. You will need an Azure subscription. If you do not want to deploy to your subscription, you can use the Azure Pass provided for this technical workshop. See the **resources** tab for your Azure pass code. You will need to go to [https://www.microsoftazurepass.com](https://www.microsoftazurepass.com/) and redeem that code against any MSA. Then you would use the MSA to log into the Azure Portal.
93-
94102
- [ ] Open a new tab and navigate to [https://dev.azure.com](https://dev.azure.com) to create a new Azure DevOps org/account. Select **Start for free**. Enter the same credentials you entered to login to Azure
95103

96104
**OR**
97105

98106
- [ ] You can use the [Azure DevOps Demo Generator](https://azuredevopsdemogenerator-staging.azurewebsites.net/?name=ContosoAir-V1) to spin up a new project
99107

100-
============
101-
# Demo Scenario
102-
103-
In this demo, we'll be illustrating the integration and automation benefits of Azure DevOps. We will take on the role of helping a
104-
fictitious airline---Contoso Air---that has developed their flagship web site using Node.js. To improve their operations, they want to implement
105-
pipelines for continuous integration and continuous delivery so that they can quickly update their public services and take advantage of the
106-
full benefits of DevOps and the cloud.
107-
108-
The site will be hosted in Azure, and they want to automate the entire process so that they can spin up all the infrastructure needed to deploy
109-
and host the application without any manual intervention. Once this process is in place, it will free up their technology teams to focus
110-
more on generating business value.
108+
# Exercises
111109

112110
## Exercise 1: Setting up automated CI/CD pipelines with Azure Pipelines
113111

0 commit comments

Comments
 (0)