Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasmulli/devopstraining-2019-02
Azure DevOps training material
https://github.com/dasmulli/devopstraining-2019-02
Last synced: 21 days ago
JSON representation
Azure DevOps training material
- Host: GitHub
- URL: https://github.com/dasmulli/devopstraining-2019-02
- Owner: dasMulli
- Created: 2019-02-25T22:22:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T00:27:58.000Z (over 5 years ago)
- Last Synced: 2024-10-25T13:08:07.718Z (26 days ago)
- Language: C#
- Size: 13.6 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Azure DevOps training material
This repository contains a few training materials and step-by-step tutorials to set up an Azure DevOps CI/CD pipeline for an ASP.NET Core application.
The following materials are avilable
* [Lab 1](01-Setup-AzureDevOps.md) Set up Azure DevOps and initialize a repository with code
* [Lab 2](02-Setup-CI.md) Set up continuous integration for the repsoitory, add branch policies and use a pull request to add tests.
* [Lab 3](03-Setup-CD.md) Set up continuous deployment to an Azure Web App.Where to go from here?
Upload the file in `Additional_BookNameTokens` to an Azure Storage Account using Blob Storage and consume it from the application.
Then use a load test to find bottlenecks in your application, re-evaluate how caching and cache invalidation should work in your app to work around network failures.