
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.
Explore on-demand cloud storage and compute power with pay-as-you-go resources, leveraging regional data centers for disaster recovery and scalable costs with AWS, Azure, and Google Cloud.
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.
Explore Azure DevOps fundamentals from organization setup to project boards, backlogs, epics, tasks, repositories, pipelines, releases, test plans, and artifacts for agile delivery.
Enable Azure DevOps pipeline agents in a free account by requesting a free parallelism grant via email to Microsoft, enabling your organization's agent pool for CI/CD.
deploy a mean stack app on azure cloud with the s.a.t. approach and continuous integration and deployment, linking angular frontend to node.js api and mongodb.
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.
Set up Azure Repos Git for a node express API within a mean stack project, create a Task Manager repository, push code, and establish development and CI pipelines.
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.
Create an Azure app service using the Azure portal to host the MEAN stack app, selecting a unique name, Windows host, and location, then deploy the Express application.
Set up a continuous integration and continuous deployment pipeline to automatically build and deploy a node express API to an azure app service, linking build artifacts and configuring startup commands.
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.
Push angular code to azure repos git and set up a continuous integration and deployment pipeline in azure devops to deploy a mean stack app to azure cloud.
Create a CI pipeline for an Angular app, fetch code from GitHub, run npm install, test, build production, and publish artifacts to a drop folder for Azure cloud deployment.
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.
Enable and monitor a continuous integration and continuous deployment pipeline for a mean stack angular app on Azure, triggering builds on commit and pushing artifacts through the cd pipeline.
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...