Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.21 KB

Walkthrough.md

File metadata and controls

24 lines (18 loc) · 1.21 KB

Azure Pipelines Demo Walkthrough

Tabs to Open

  1. Tab 1: Git repos for .NET Core app https://github.com/calloncampbell/pipelines-dotnet-core/
  2. Tab 2: Azure DevOps portal for demo https://dev.azure.com/maverick/DemoProject
  3. Tab 3: Azure portal https://portal.azure.com/
  4. Tab 4: Azure app deployment (dev) URL https://ignitetourtorontodev.azurewebsites.net
  5. Tab 5: Azure app deployment (staging) URL https://ignitetourtoronto-staging.azurewebsites.net
  6. Tab 6: Azure app deployment (production) URL https://ignitetourtoronto.azurewebsites.net/

Project to Demo

  1. Open Visual Studio 2017 and load the Pipelines .NET Core Sample solution.
  2. Navigate to file layout.chtml found in Views\Shared folder.
  3. Change the navigation bar title to Ignite Tour Toronto.
  4. Save changes, commit and push changes to GitHub.

References