
Understand how public cloud provides on-demand compute and storage from multi-location data centers, enables pay-as-you-go pricing, and shifts capex to opex, with providers such as AWS, Azure, and Google Cloud.
Explore how Azure DevOps unifies project management, code repos, pipelines, tests, and artifacts to automate CI/CD and deployment on Azure, with scalable pricing.
Navigate the Azure portal to organize resources with resource groups and subscriptions, then provision virtual machines, app services, storage, databases, and cognitive services across regions and availability zones for resilience.
Implement a ci/cd pipeline for a Spring Boot app on Azure DevOps, with code quality checks via SonarCloud and deployment to database and app service on a single commit.
Create a continuous integration pipeline in Azure DevOps and add SonarQube analysis from marketplace. Configure a cloud service connection and token to enable code quality checks and test coverage.
Link CI and CD pipelines in Azure DevOps, auto-trigger builds on commit, enforce production approvals, and deploy a Spring Boot app to app service with a hello endpoint.
Enable Azure App Insights monitoring for a web app by creating an App Insights resource in the same group, selecting Europe, and connecting it to App Service to view logs.
Explore continuous integration and deployment pipelines that automate delivery from dev to production using Jenkins and Azure DevOps, with feature and master workflows, approvals, and environment-specific Spring Boot profiles.
Deploy production-ready code by automating CI/CD pipelines in Azure DevOps, building artifacts from development and master branches, creating databases like MySchool, and approving production deployments with monitoring via application insights.
Diagnose app startup by inspecting logs, enable database security, whitelist the app service IP, and configure Azure DevOps CI/CD pipelines with active profile environment variables for prod, test, and development.
Delete old deployment artifacts and resources after completing deployment to avoid charges, by selecting items and deleting them, including remaining databases.
In this course, you will learn the process followed by big companies to automatically build and deploy their frontend React Js and backend SpringBoot application on Azure cloud using AzureDevOps. You will be learning all these by creating these pipelines yourself.
You will also learn how does the software gets developed on one environment, tested on another, accepted on another, and deployed on Production for actual customer use, how does the application code quality and pull request process works.
The best part is you do not need to know anything about React or SpringBoot, everything will be covered from scratch in a step-by-step approach.
Following are the topics you will learn in this course
1. What is On-Premise Infrastructure
2. What is Public cloud
3. Why do we need public cloud
4. Different types of cloud service providers in the market
5. Different cloud models like IaaS, PaaS, SaaS
6. Analogy with real-world example
7. Different types of Azure cloud services
8. How to create a free Azure portal account
9. Various services on Azure portal
10. Azure cloud concepts like Subscription, Resource group, Virtual machines, App service, Storage account, Databases, and much more.
11. Setting up Azure DevOps organization, projects
12. Overview of different components of AzureDevOps dashboard
13. Creating an azure App Service and using it
14. Creating Azure MySQL and using it
15. Monitoring and Log debugging using Application Insight
16. Continuous Integration pipeline with AzureDevOps
17. Continuous Deployment pipeline with AzureDevOps
18. Different Git commands
19. Testing the application end to end
20. How to request access to use pipelines using free account
21. DTAP way of build and deployment
22. Pull request process and code deployment to production
23. Code quality checks using SonarQube
24. Configure custom to domain to Azure App Service
25. You will get the source code for React and SpringBoot applications.
26. You will learn to see the code quality using SonarQube and fix the issues
27. You will learn to delete all the Azure resources to avoid cost
28. You will learn to use Azure cost calculator to calculate the estimated cost for your infrastructure
29. You do not have to have any prior knowledge of any of these topics
30. And much more...