Azure Serverless – Hands on Learning!
Azure Serverless – Hands on Learning!, available at $124.99, has an average rating of 4.37, with 76 lectures, based on 1087 reviews, and has 7335 subscribers.
You will learn about Develop and deploy a serverless end-to-end web application on Azure from scratch Design and implement serverless architecture to solve real world use cases Learn about Azure's core serverless services offering Master Azure Functions, API Management Service, CosmosDB, Azure Blob Storage and Azure ADB2C from the ground up for serverless deployment Store and retrieve data with Cosmos DB Run code on-demand in the cloud with Azure Functions Build, secure and publish your REST APIs without managing any servers using Azure API Management Service Add user authentication and authorization to serverless applications using Azure ADB2C Host SPA (React JS) without managing any servers Learn serverless best practices This course is ideal for individuals who are Anyone who wants to learn about highly scalable and cost-efficient serverless applications or Developers who want to learn hands on about Azure's serverless services or Solutions architect who want to understand how serverless apps are architected, built and deployed using the best practices on Azure or Every developer or architect who have worked on other cloud platforms, but want to explore Azure's offerings in serverless It is particularly useful for Anyone who wants to learn about highly scalable and cost-efficient serverless applications or Developers who want to learn hands on about Azure's serverless services or Solutions architect who want to understand how serverless apps are architected, built and deployed using the best practices on Azure or Every developer or architect who have worked on other cloud platforms, but want to explore Azure's offerings in serverless.
Enroll now: Azure Serverless – Hands on Learning!
Summary
Title: Azure Serverless – Hands on Learning!
Price: $124.99
Average Rating: 4.37
Number of Lectures: 76
Number of Published Lectures: 76
Number of Curriculum Items: 76
Number of Published Curriculum Objects: 76
Original Price: $29.99
Quality Status: approved
Status: Live
What You Will Learn
- Develop and deploy a serverless end-to-end web application on Azure from scratch
- Design and implement serverless architecture to solve real world use cases
- Learn about Azure's core serverless services offering
- Master Azure Functions, API Management Service, CosmosDB, Azure Blob Storage and Azure ADB2C from the ground up for serverless deployment
- Store and retrieve data with Cosmos DB
- Run code on-demand in the cloud with Azure Functions
- Build, secure and publish your REST APIs without managing any servers using Azure API Management Service
- Add user authentication and authorization to serverless applications using Azure ADB2C
- Host SPA (React JS) without managing any servers
- Learn serverless best practices
Who Should Attend
- Anyone who wants to learn about highly scalable and cost-efficient serverless applications
- Developers who want to learn hands on about Azure's serverless services
- Solutions architect who want to understand how serverless apps are architected, built and deployed using the best practices on Azure
- Every developer or architect who have worked on other cloud platforms, but want to explore Azure's offerings in serverless
Target Audiences
- Anyone who wants to learn about highly scalable and cost-efficient serverless applications
- Developers who want to learn hands on about Azure's serverless services
- Solutions architect who want to understand how serverless apps are architected, built and deployed using the best practices on Azure
- Every developer or architect who have worked on other cloud platforms, but want to explore Azure's offerings in serverless
Serverless computing is the future of Cloud Computing and Serverless is the tool that you need to grow your career!!!
Learn Azure serverless services with this hands-on, project-based course and truly internalize some highly valuable skills in the world of technology. We will build a serverless web application from start to deployment on the web using Azure services – and with no standalone services or server instances at all! Azure will add more server power when your application needs it, and will take care of scaling back down when you don’t. And you only pay for what you use.
Building a serverless app using Azure services is a great introduction to the core services Azure offers. As you build the application, you’ll learn and use the following Azure services:
-
Azure Functions – Run code on demand that scales automatically.
-
API Management– Create and publish secure APIs
-
Cosmos DB – For storing and retrieving data at scale.
-
Azure ADB2C – For managing users, account creation, and logins securely.
-
Azure Blob Storage– Host Single Page Applications (React JS) by enabling static website hosting.
Section Outline:
-
Section 1 – Getting Started: We will get understanding of the course objectives, basics of cloud, Azure & Serverless and how the course is structured
-
Section 2 – Azure Serverless Services and Sample Use Cases:We will look at various serverless services offered by azure and a few real world serverless architecture use cases
-
Section 3 – Course Project Overview: We will understand the course project architecture, look at the final course project demo and download the project code
-
Section 4 – Storing Data in Cosmos DB: We will introduce Cosmos DB which is Azure’s multi-model database offering and create database for our course project
-
Section 5 – Compute with Azure Functions: We will learn and create event driven serverless functions in Azure.
-
Section 6 – Creating API using API Management: We will create and publish secure API for the course project. This is the base for you to start implementing a complicated API!
-
Section 7 – Hosting Serverless UI on Azure Blob Storage: We will use Azure Blob storage container to host our static website in serverless manner and understand security policies to enable it.
-
Section 8 – Securing Serverless Applications: We will implement user authentication (sign up/sign in) for our course project using Azure ADB2C service.
-
Section 9 – Wrap Up: We will look at pointers to continue your learning adventures of Azure and other cloud technologies.
This Course Also Comes With:
-
Lifetime Access to All Future Updates
-
Links to interesting articles, and lots of good code to base your next template onto
-
A 30 Day “No Questions Asked” Money Back Guarantee!
Although this course isn’t targeting any specific Azure certification exam, you’ll leave it with a great foundation of Azure knowledge that will begin to prepare you for them.
Serverless is the way of future and you can get started today and become an expert. Let’s have some fun and build some awesome stuff in cloud together!
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Course Introduction
Lecture 2: Welcome!
Lecture 3: What is Cloud?
Lecture 4: What is Azure?
Lecture 5: What is Serveless?
Lecture 6: Create an Azure Account
Lecture 7: Course Structure
Lecture 8: How to get most out of this course?
Chapter 2: Azure Serverless Services and Use Cases
Lecture 1: Module Overview
Lecture 2: Azure Serverless Services Overview
Lecture 3: Useful Resources
Lecture 4: Serverless Use Case: ETL
Lecture 5: Serverless Use Case: Image Analysis
Lecture 6: Module Summary
Chapter 3: Course Project Overview
Lecture 1: Module Overview
Lecture 2: Course Project Architecture
Lecture 3: Course Project Demo
Lecture 4: Course Project Files
Lecture 5: Module Summary
Chapter 4: Storing Data in Cosmos DB
Lecture 1: Module Overview
Lecture 2: SQL and NOSQL Databases
Lecture 3: What is Cosmos DB?
Lecture 4: Cosmos DB Useful Resources
Lecture 5: Cosmos DB Data Model and APIs
Lecture 6: Documentation of APIs
Lecture 7: Database, Containers and Items
Lecture 8: Create Database for our Course Project
Lecture 9: Partitioning
Lecture 10: Cosmos DB Cost Calculation
Lecture 11: Module Summary
Chapter 5: Compute with Azure Functions
Lecture 1: Module Overview
Lecture 2: What are Azure Functions?
Lecture 3: Azure Functions Use Cases
Lecture 4: Triggers and Bindings
Lecture 5: Azure Functions Useful Resources
Lecture 6: Create Your First Azure Function
Lecture 7: Course Project Azure Functions
Lecture 8: GetAllData Azure Function
Lecture 9: GetData Azure Function
Lecture 10: SaveData Azure Function
Lecture 11: DeleteData Azure Function
Lecture 12: Azure Functions Pricing
Lecture 13: Module Summary
Chapter 6: Creating API using API Management
Lecture 1: Module Overview
Lecture 2: Why API?
Lecture 3: API Management Service
Lecture 4: Create Your First API
Lecture 5: Understanding the API Flow
Lecture 6: Mock Response API
Lecture 7: Testing the API with Postman
Lecture 8: API Subscription
Lecture 9: API for Course Project
Lecture 10: API Management Pricing
Lecture 11: Module Summary
Chapter 7: Hosting Serverless UI on Azure Blob Storage
Lecture 1: Module Overview
Lecture 2: Create React Project App
Lecture 3: CORS
Lecture 4: CORS Useful Resources
Lecture 5: Enable CORS in API Management
Lecture 6: Azure Blob Storage
Lecture 7: Hosting React App on Azure Blob Storage
Lecture 8: Module Summary
Chapter 8: Securing Serverless Application
Lecture 1: Module Overview
Lecture 2: Azure ADB2C
Lecture 3: Azure ADB2C Useful Resources
Lecture 4: Course Project Authentication Flow
Lecture 5: Authenticating API Requests
Lecture 6: User Identity and Authorization using Azure Functions
Lecture 7: Securing Azure Functions Access
Lecture 8: Cosmos DB Security
Lecture 9: Connecting the React App
Lecture 10: Module Summary
Chapter 9: Wrap Up
Lecture 1: Course Project Summary
Lecture 2: Clean Up
Lecture 3: Thank You!
Lecture 4: What's Next? (And a BONUS!!!)
Instructors
-
Cloud Shikshak
Learn latest cloud technologies and trends
Rating Distribution
- 1 stars: 6 votes
- 2 stars: 17 votes
- 3 stars: 118 votes
- 4 stars: 415 votes
- 5 stars: 531 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024