Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Enterprise Web App with Azure
Rating: 3.1 out of 5(12 ratings)
119 students

Build Enterprise Web App with Azure

the most comprehensive guide for building enterprise web application with Azure
Created byLiangjun Jiang
Last updated 1/2020
English

What you'll learn

  • Implement your authentication and authorization with Azure Active Directory
  • Use Cosmos DB as NoSQL database; use Azure SQL for relational database; and use your favorite MySQL and PostreSQL with Azure.
  • Use Azure Blob Storage for blobs, non-structural data etc in your code. Use event and queue feature of blob storage for reactive programming.
  • Use Service Bus messaging for messaging; use Event Grid for reactive programming and Use Event Hub for big data pipeline.
  • Use Azure DevOps for project management, code repository, private package, CI/CD pipeline and testing.
  • Host your docker images with Azure Container Registry; Publish and scale your app with App Services.
  • Log your app with Azure Application Insights, and monitor your app with Azure Monitor;

Course content

9 sections38 lectures2h 51m total length
  • Why You should Choose this Course2:08

    Welcome to the best resources online learning building enterprise web applications with Azure. My name is Leon Jiang and I am a full stack software engineer with 12 years of experience. I offer the course to share the knowledge I've gained in the last few years with you. The number one goal of this course is to make sure that you can fully leverage what Azure has to offer to build your enterprise web application. We are going to explore every bit of Azure services step by step to make sure that you understand what Azure services are available, and exactly how each service is related to what we're building. I built this course to make sure that you don't have to spend any more time on confusing, out of date or incomplete tutorials you found online again. Azure is arguably No.1 cloud service provider for building enterprise application. In this course, you'll build a solid foundation of Azure and best practices for enterprise app development. Previous experience with full stack software development is required.

    In this course, you will learn:

    1. Get used to use Azure Portal to create services resources.

    2. Register a new app with App Registrations, and turn it into an Enterprise App.

    3. Authenticate with Azure Active Directory and authorize an AD token.

    4. Connect with other Azure Services such as Cosmos DB, Azure SQL, Service Bus, Event Grid, Event Hub and Blob Container.

    5. Deploy and release with Azure Container Registry and Azure App Services.

    6. Continuous integration and delivery with Azure DevOps.

    7. Log and monitor your app with Azure Application Insights.


    The entire course is hosted on udemy.com, with easy-to-follow videos and an entire git repository with all the courses code. Sign up today and be the cutting edge engineer who unleashes the power of Azure to build your enterprise web application.


  • Course Format0:53

    We will use slides, screencasts, sample codes and reading materials to teach this course.

  • What's Enterprise Application0:49

    Give our understanding about what's Enterprise app, and why Azure is a natural choice for enterprise app development.

  • Sign Up an Azure Account1:23

    Walk you through how to set up a free Azure account, and how to take advantage of Azure for free ( or as free as possible).

Requirements

  • Some knowledge with javascript is helpful.

Description

This course is the most comprehensive guide for building enterprise web application with Azure. It is designed for software engineers, IT admins and enterprise application developers.

In the first section, we have learned what the course is about, what’s an enterprise app, how to take advantage of Azure free service offering so we can sign up for an account.

In the second section, we introduced Azure Active Directory and Microsoft Identity platform; We showed how to register an app with Azure Active Directory single sign-on; How to use Enterprise App to set up groups, roles and permissions. How to authorize a user and how to validate a token. There is so much information and features with Azure Active Directory, and it could be very confusing. Even though we only scratch the surface, what you have learned is important enough to get your project going.


In the third section, we explored the datastore options. We can choose Cosmos DB as our NoSQL database option, or use Azure SQL as your relational database. Of course, We can bring our own choice of databases, such as MongoDB, MySQL or PostgreSQL. For MongoDB, Azure has Azure Cosmos DB's API for MongoDB. For MySQL or PostgreSQL, Azure provides fully managed, enterprise-ready community MySQL or PostgreSQL database as a service. Do check the pricing before you make a decision.


In the fourth section, we got to know Azure storages options. We introduced how to work with Azure blob storages for uploading, reading, deleting files. How to secure our file by setting right access controls. How to use event and queue feature in blob storage to monitor new files added or deleted from a blob container, and how we can poll messages from queue so we can do something with the files. And how to use Microsoft Azure Storage Explorer tool to explore our files.


In the fifth section, we introduced the message and event services in Azure: service bus, event hubs and event grid, the similarity, the difference and the best use cases. We also use live codes to demonstrate how to get it started.


In the sixth section, we discussed Azure DevOps for devOps. Azure DevOps has five main services. Azure board is for project management; Azure repos is for our code repositories; Azure Artifacts is for our private package; Azure Pipeline for continuous integration and delivery. Azure Testplans is for testing. All services are under one project, quite convenient in my opinion.


In the seventh section, we went over how to publish our app with Azure App Services. We talked about dockerifying our app, hosting docker images with Azure Container Registries, deploying and scale our app with App Services.


We didn’t forget logging and monitoring. In the eighth section, we integrated Application Insights in our frontend and backend app, which will telemetry logs, exceptions, request & response, crashes to Azure Logs. We can query logs and continuously export them to Azure Blob Container.


Who this course is for:

  • 1. Experienced software engineer who is interested in Azure
  • 2. IT admins who are using Azure
  • 3. Software engineers who have not used Azure before and are interested in this Azure option
  • 4. Enterprise application developers