|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/all-about-azure-functions-become-an-azure-proessional/
课程评论:没有评论
Coursera 课程总结:Azure Functions 全方位入门 本课程(“All about Azure Functions - Become an Azure Proessional”)旨在全面介绍 Azure Functions,帮助学习者成为 Azure 领域的专业人士。 **课程亮点:** * **开发效率提升:** Azure Functions 能够极大地提高开发效率,并支持 C#、F#、Java、Node.js、Python 和 PHP 等多种主流开发语言。 * **事件驱动架构:** 学习者将掌握如何利用 Azure Functions 响应各种事件,运行脚本或代码片段。 **核心学习内容:** * **Azure Functions 概述:** 深入了解 Azure Functions 的基本概念和功能。 * **Azure Webjobs vs Azure Functions:** 对比 Azure Webjobs 和 Azure Functions,理解它们的异同点和适用场景。 * **创建 Azure Function:** 学习如何实际创建和部署 Azure Function。 * **事件处理函数:** 构建响应不同事件(如 Blob 存储触发器、定时器触发器)的函数。 * **Azure 集成函数:** * **向存储队列添加消息:** 学习如何将消息添加到 Azure 存储队列。 * **连接到 SQL 数据库:** 了解如何将 Azure Functions 连接到 SQL 数据库。 * **实践演练:创建图像缩略图:** 通过一个具体的案例,学习如何利用 Azure Functions 实现图像缩略图的生成。 本课程将使学习者能够熟练运用 Azure Functions 来构建高效、事件驱动的云应用程序。
• Functions can make development even more productive, and you can use your development language of choice, such as C#, F#, Java, Node.js, Python or PHP.• Use Azure Functions to run a script or piece of code in response to a variety of events.In this course, you will learn about-About Azure Functions. Azure Webjobs vs Azure Functions Create an Azure Function Create an event processing function Timer Triggered Function Blog Storage Triggered Function Implement an Azure-connected functions Adding message to Storage QueueConnecting to SQL Database Walkthrough: Creating Image Thumbnail