
Explore the components of on-premise data centers—from hardware and software to security and databases—and explain why replication across sites and cloud with AI enables scalable, cost-efficient infrastructure.
Explain infrastructure as a service, platform as a service, and software as a service, and compare their management levels from on-premise to cloud providers using practical analogies.
Explore Azure cloud services across compute, databases, storage, analytics, IoT, and cognitive services, with networking, security, and management tools. Grasp virtual networks, dns, load balancer, and key certifications mentioned.
Explore how Azure DevOps brings boards, repos, pipelines, and artifacts together to automate project management, CI/CD, testing, and artifact storage for streamlined Azure deployments.
Learn how to create an Azure portal account, start free with a $200 credit, and complete onboarding from sign up to portal access.
Explore the Azure portal interface, create and manage resource groups and subscriptions, and provision virtual machines, app services, storage, databases, and cognitive services for scalable cloud apps.
Deploy a mean stack app on Azure using Cosmos DB API for MongoDB, create the database, and implement dev, test, acceptance, and production environments with Node.js and Angular CI/CD pipelines.
Connect a mean stack app to a database from local code by updating the Mongoose connection string, running the API and Angular app, and validating data with the data explorer.
Configure a continuous integration and deployment pipeline in Azure DevOps for the mean stack app, wiring npm install, tests, and artifact publishing to a drop folder for deployment.
Connect your local angular app to a node.js API and MongoDB on Azure, demonstrating deploying a mean stack with ci/cd on app service and Azure Cosmos DB.
Learn how Application Insights captures logs from your app service to monitor requests, traces, and exceptions. Use the Application Map and logs pane to troubleshoot issues.
Edit the CI pipeline, enable the test task for production, run build and planned tests, upload artifacts to drop, and deploy the built application to a work environment.
Create and configure an Azure storage account and blob container to host the Angular app's static files, enable anonymous access, and implement a ci/cd pipeline to deploy artifacts.
Set up a new release pipeline with continuous deployment to Azure Blob storage, select the develop branch, and deploy the MEAN stack Angular app to a blob container.
Monitor a CI/CD release pipeline after trigger, inspect deployment logs, and troubleshoot artifact uploads to blob storage when deployments stall or fail.
Learn how to deploy a mean stack app on Azure with CI/CD pipeline, manage version instability, build and push artifacts, and troubleshoot deployment issues in a continuous deployment workflow.
Test end-to-end on Azure by triggering the CI/CD pipeline, deploying the mean stack app to Azure blob storage and app service, and validating frontend changes with the API and MongoDB.
Demonstrates a Mean stack CI/CD workflow on Azure, building and deploying frontend and backend to app service with MongoDB. Pull requests manage promotions from dev to production.
Delete all artifacts and services created during deployment to avoid charges, and confirm the database and resources are fully removed.
This is a practical hands-on based fullsatck application deployment course. It covers all the concepts that one needs to start creating Continous Integration and Continous Deployment pipelines end to end using Azure cloud and Azure DevOps. The course is structured in such a way that you will learn everything by implementing the concepts through a project-based approach.
Following are the topics that are covered 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 NoSQL CosmosDB and using it
15. Creating Storage account and Container and using it
16. Monitoring and Log debugging using Application Insight
17. Continuous Integration pipeline with AzureDevOps
18. Continuous Deployment pipeline with AzureDevOps
19. Different Git commands
20. Testing the application end to end
21. How to request access to use pipelines using free account
22. How to delete all services to avoid getting extra cost
23. Code walkthrough for the MEAN stack application
24. Source code for the MEAN stack application
25. And much more...