
Create CI/CD pipelines for Java, .NET, NodeJs, Docker, Terraform, Nuget, Xamarin, SQL Server and ARM templates
☑ What is DevOps and CI/CD
☑ Creating CI/CD pipelines for Web, Mobile and Container apps
☑ Including the Database into the pipelines
☑ Configure deployment to Azure Cloud
☑ Run unit, functional and load tests as part of the pipeline
☑ Analyse source code using Sonar
☑ Use Infrastructure as Code (IaC) from CI/CD with ARM templates
☑ Use Configuration as Code (CaC) in Azure DevOps
☑ Create Dev-Test-Prod environments
☑ Secure the pipelines sensitive data
☑ Use Infrastructure as Code (IaC) from CI/CD with Terraform
Are you a developer and you want to learn more about DevOps ?
Are you looking for a practical guide to get you started with Continuous Integration and Continuous Deployment ?
Are you working on Web, Mobile, Container or Database projects and you want to implement CI/CD ?
This course will show you demos for how to create CI/CD pipelines for different type of projects.
You will start with web applications: Java, .NET Core and NodeJs.
Then, you will see mobile apps with Xamarin and deployment into App Center.
Next, you will see how to create CI/CD for Docker applications and deploy to Kubernetes.
After that, you will include the Database in the pipelines. You will be given a demo with SQL Server with deployment into Microsoft Azure Cloud.
And you will use ARM templates to provision resources in Azure.
Those pipelines will run unit tests, functional tests and static source code analysis with Sonar Cloud.
You will also see good practises for securing keys and secrets using Azure Key Vault.
Technologies: Microsoft Azure Cloud, Sonar Cloud, App Center, Azure DevOps.
The list of demos:
- CI/CD pipelines for Java app
- CI/CD pipelines for .NET Core app
- CI/CD pipelines for SQL Server Database
- Deploy ARM templates into Azure (IaC)
- Complete CI/CD pipelines for Web App and SQL Server Database
- CI/CD pipelines for Kubernetes
- CI/CD pipelines for Mobile app
- CI/CD pipelines for Node.js app
- Secure DevOps Kit for Azure
- IaC with Terraform
English
Language
Introduction
What is CI/CD
Prerequisities
What is a Task in Azure DevOps
New YAML experience
CI/CD pipelines for Java app
Introduction CI-CD Java
Tour of the Java application
Creating Java CI pipeline
Running Java CI pipeline
Creating Web App for Java in Azure
Creating Java CD pipeline
Running Java CD pipeline
CI pipeline with YAML
CI/CD pipelines for .NET Core app
Introduction to CI-CD .NET Core
Tour of the .NET Core application
Creating .NET Core CI pipeline
Running .NET Core CI pipeline
Creating Web App for .NET Core in Azure
Creating .NET Core CD pipeline
Running .NET Core CD pipeline
Adding Sonar Cloud to CI pipeline
Adding WhiteSource Bolt to CI pipeline
CI/CD pipelines for SQL Server Database
Introduction CI-CD for Database
1. Create SQL Server database project
Creating Database CI pipeline
Running Database CI pipeline
‘;
}});
Creating Azure SQL Database in Azure
Creating Database CD pipeline
Running Database CD pipeline
Deploying a Database schema change