К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Build Serverless Applications · LearnSpace
Назад в каталог
courseraПрограммирование

Build Serverless Applications

Курс от Microsoft
Средний≈ 17.5 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

In this course, you will learn how Azure Functions enable the creation of event-driven, compute-on-demand systems that can be triggered by various external events. You will earn how to leverage functions to execute server-side logic and build serverless architectures. This course will help you prepare for the Microsoft Certified: Azure Developer Associate certification. This course is part of a Specialization intended for developers who want to demonstrate their expertise in all phases of cloud development from requirements, definition, and design; to development, deployment, and maintenance; to performance tuning and monitoring. It is ideal for anyone interested in preparing for the AZ-204: Developing Solutions for Microsoft Azure exam. This is the first course in a program of 8 courses to help prepare you to take the exam. Each course teaches you the concepts and skills that are measured by the exam. By the end of this Professional Certificate program, you will be ready to take and sign-up for the Exam AZ-204: Developing Solutions for Microsoft Azure.

Навыки, которые вы освоите

Serverless ComputingMicrosoft AzureApplication Programming Interface (API)Microsoft Power PlatformWeb ApplicationsBusiness Process AutomationCloud APIGitHubEvent-Driven ProgrammingMicrosoft Development ToolsMicrosoft Power Automate/FlowBusiness Logic

Программа курса

7 модулей · 131 учебных материалов

01Automate Business Processes with Microsoft Azure26 материалов

Introduction to the program

Introduction to the courseВидеоExam AZ-204: Azure Developer on Microsoft Azure certification​ВидеоCourse syllabusЧтениеHow to be successful in this courseЧтение

Choose the best Azure service to automate your business processes

Учитесь у экспертов

Microsoft

Преподаватель курса

Build Serverless Applications
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 17.5 ч

7 модулей

Язык: Английский

Субтитры: Арабский, Французский, Узбекский, Украинский, Китайский (Китай), Греческий, Итальянский, Бразильский португальский, Вьетнамский, Нидерландский, Корейский, Немецкий, Пушту, Русский, Тайский, Индонезийский, Шведский, Турецкий, Испанский, Дари, Хинди, Японский, Казахский, Польский

Часть программы вашего университета
Lesson introductionВидео
Identify the technology optionsВидео
Code-first technologiesВидео
Analyze the decision criteriaВидео
Choose the best design-first technology to automate your business processВидео
When to choose Azure Functions to run your business logicВидео
Knowledge checkЗадание
Lesson summaryВидео
Clean upЧтение
Additional readingЧтение
Azure Automation Architecture Decisions: Choosing the Right Service for Your ScenarioDIALOGUE

Create serverless logic with Azure Functions

Lesson introductionВидеоDecide if serverless computing is rightВидеоExercise - Create a function app in the Azure portalЧтениеExercise quizЗаданиеTriggers and bindingsЧтениеCreate a function in the Azure portalВидеоExercise - Add logic to the function appЧтениеExercise quizЗаданиеKnowledge checkЗаданиеTest prepЗаданиеLesson summaryВидео
02Execute an Azure Function with triggers14 материалов

Use triggers to determine how an Azure Function is executed

Lesson introductionВидеоDetermine the best trigger for your Azure functionВидеоRun an Azure Function on a scheduleВидеоExercise - Create a timer triggerЧтениеExercise quizЗаданиеExecute an Azure function with an HTTP requestЧтениеExercise - Create an HTTP triggerЧтениеExercise quizЗаданиеExecute an Azure function when a blob is createdЧтениеExercise - Create a Blob triggerЧтениеExercise quizЗаданиеKnowledge checkЗаданиеTest prepЗаданиеLesson summaryВидео
03Chain Azure Functions together using input and output bindings13 материалов

Integrate function code with data and services

Lesson introductionВидеоExplore input and output binding typesВидеоExercise - Explore input and output binding typesЧтениеExercise quizЗаданиеRead data with input bindingsВидеоExercise - Read data with input bindingsЧтениеExercise quizЗаданиеWrite data with output bindingsВидеоExercise - Write data with output bindingsЧтениеExercise quizЗаданиеKnowledge checkЗаданиеTest prepЗаданиеLesson summaryВидео
04Modernize workflow with Azure Functions32 материалов

Create a long-running serverless workflow with Durable Functions

Lesson introductionВидеоWhat is Durable Functions?ВидеоDesign a workflow based on Durable FunctionsВидеоExercise - Create a workflow using Durable FunctionsЧтениеExercise quizЗаданиеControl long-running tasks using timersВидеоControl long-running tasks using timersЧтениеExercise - Add a durable timer to manage a long-running taskЧтениеExercise quizЗаданиеKnowledge checkЗаданиеLesson summaryВидеоTest Code examplesЧтение

Develop, test, and publish Azure Functions by using Azure Functions Core Tools

Lesson introductionВидеоCreate and run Azure Functions locally by using the Core ToolsВидеоExercise - Create a function locally by using the Core ToolsЧтениеExercise quizЗаданиеPublish a function to Azure by using the Core ToolsВидеоExercise - Publish a function to Azure by using the Core ToolsЧтение

Develop, test, and deploy an Azure Function with Visual Studio

Lesson introductionВидеоCreate and run Azure Functions locally by ​ using the Core Tools​ВидеоExercise - Create and test a simple Azure Function locally with Visual StudioЧтениеExercise quizЗаданиеPublish a simple Azure FunctionВидеоExercise - Publish a simple Azure FunctionЧтение
05Monitor GitHub events by using a webhook with Azure Functions17 материалов

Create a function triggered by a webhook

Lesson introductionВидеоCreate a function that is triggered by a webhookВидеоExercise - Create an Azure function triggered by a webhookЧтениеExercise quizЗаданиеSet up a webhook for a GitHub repositoryВидеоExercise - Set up a webhook for a GitHub repositoryЧтениеExercise quizЗаданиеTrigger an Azure Function with a GitHub eventВидеоExercise - Trigger an Azure Function with a GitHub eventЧтениеExercise quizЗаданиеSecure Webhook payloads with a secretВидеоExercise - Secure webhook payloads with a secretЧтениеExercise quizЗаданиеKnowledge checkЗаданиеTest prepЗаданиеLesson summaryВидеоAdditional readingЧтение
06Enable Automatic Updates and Build APIs23 материалов

Create a function triggered by a webhook

Lesson introductionВидеоAnalyze the limitations of a polling-based web appВидеоExercise - Analyze the limitations of a polling-based web appЧтениеExercise quizЗаданиеEnable automatic updates in a web application using SignalR ServiceВидеоExercise – Enable automatic updates in a web application using SignalR ServiceЧтениеExercise quizЗаданиеUse a storage account to host a static websiteВидеоExercise - Use a storage account to host a static websiteЧтениеExercise quizЗаданиеKnowledge checkЗаданиеLesson summaryВидео

Expose multiple Azure Function apps as a consistent API by using Azure API Management

Lesson introductionВидеоCreate a new API in API Management from a function appВидеоExercise - Create a new API in API Management from a function appЧтениеExercise quizЗаданиеThe benefits of using Azure API Management to compose your APIВидеоExercise - Add another Azure Functions app to an existing APIЧтение
07Practice Exam for Build Serverless Applications6 материалов

Practice Exam on Create Serverless Applications

Course 1 recapВидеоAbout the practice examЧтениеCourse practice examЗаданиеCourse summaryЧтение

Course wrap up

CongratulationsВидеоNext stepsЧтение
Exercise quizЗадание
Knowledge checkЗадание
Lesson summaryВидео
Exercise - Unit test an Azure FunctionЧтение
Exercise quizЗадание
Knowledge checkЗадание
Test prepЗадание
Lesson summaryВидео
Exercise quizЗадание
Knowledge checkЗадание
Test prepЗадание
Lesson summaryВидео
Additional ReadingЧтение