.NET Web API Clean Architecture - Key Features
Fluent Validation
Nswag With .NET Core
Call an external WCF Sevice
Consume RESTFull API
Integration test cases
Automation test cases
Functional Test cases
Performance and Load Testing
Redis caching
Azure Cosmos DB
JWT Token Authentication
JWT Refresh Token
JWT Authorization
Azure Blob storage
Azure Portal Access
Azure DevOps Access
Unit Testing and Code Coverage
Source Code Analysis
Lab-6.1: How to deploy .NET Core Web API to Azure using DevOps pipeline
Introduction
In this episode we will discuss on how to create How to deploy .NET Core Web API to Azure using DevOps pipeline
Agenda
In this Lab we will accomplish following:
- Discuss Feedback service Deployment View
- Discuss CI & CD creation option from deployment center
- Create Build-Pipeline for API (CI) FeedbackService-CI
- Create Release-Pipeline for API (CD) FeedbackService-CD
- Create stages for Dev, QA & Prod in release
- Discuss naming conventions of CI & CD for Microservices
- Enable or automate CI & CD
- Pre-deployment approvals