نکته:
آخرین آپدیت رو دریافت میکنید حتی اگر این محتوا بروز نباشد.
نمونه ویدیویی برای نمایش وجود ندارد.
توضیحات دوره:
در این دوره ، شما می آموزید که چگونه با استفاده از محیط آشنا و قدرتمند Visual Studio ، قدرت کامل اکوسیستم .NET را به توسعه عملکرد Azure برساند. همه را بزرگ کنید بررسی اجمالی دوره 1 متر و 12 ثانیه شروع کار در Visual Studio 15 متر 12 ثانیه ایجاد عملکرد محلی و انتشار لاجورد 32 متر 27 ثانیه پیکربندی توابع از پیش تلفیقی برای کار با Azure Storage 40 متر 17s کار با سایر راه اندازها و خدمات Azure دهه 35 نوشتن و اجرای تست های واحد عملکرد Azure در Visual Studio 17 متر 5 ثانیه علائم تجاری و نام تجاری اشخاص ثالث ذکر شده در این دوره متعلق به صاحبان مربوطه می باشند و Pluralsight وابسته یا تأیید شده توسط این احزاب نیست.
سرفصل ها و درس ها
بررسی اجمالی دوره
Course Overview
-
بررسی اجمالی دوره
Course Overview
شروع کار در Visual Studio
Getting Started in Visual Studio
-
مقدمه
Introduction
-
چرا توابع لاجوردی؟
Why Azure Functions?
-
مزایای توابع از پیش تلفیقی
Benefits of Precompiled Functions
-
بررسی اجمالی مفاهیم اصلی
Core Concepts Overview
-
مروری بر ایجاد توابع از پیش تلفیقی در Visual Studio
An Overview of Creating Precompiled Functions in Visual Studio
-
مقدمه ای بر ویژگی های کد عملکرد لاجوردی
An Introduction to Azure Function Code Attributes
-
تنظیم محیط توسعه
Setting up the Development Environment
-
ایجاد یک پروژه توابع لاجوردی در Visual Studio
Creating an Azure Functions Project in Visual Studio
-
خلاصه
Summary
ایجاد عملکرد محلی و انتشار لاجورد
Creating a Function Locally and Publishing to Azure
-
مقدمه
Introduction
-
مروری بر توسعه عملکرد در Visual Studio
An Overview of Function Development in Visual Studio
-
پیکربندی راه اندازهای HTTP با ویژگی ها
Configuring HTTP Triggers with Attributes
-
نمای کلی سناریو
Demo Scenario Overview
-
افزودن یک عملکرد مبتنی بر HTTP در Visual Studio
Adding an HTTP-triggered Function in Visual Studio
-
اشکال زدایی عملکرد Azure به صورت محلی از Visual Studio
Debugging an Azure Function Locally from Visual Studio
-
اصلاح کد عملکرد
Modifying Function Code
-
انتشار Azure Functions به Azure از Visual Studio
Publishing Azure Functions to Azure from Visual Studio
-
آزمایش عملکرد HTTP با کلید عملکرد
Testing an HTTP Function with a Function Key
-
اشکال زدایی از عملکرد Azure منتشر شده از Visual Studio
Debugging a Published Azure Function from Visual Studio
-
خلاصه
Summary
پیکربندی توابع از پیش تلفیقی برای کار با Azure Storage
Configuring Precompiled Functions to Work with Azure Storage
-
مقدمه
Introduction
-
مروری بر ذخیره سازی لاجوردی
An Overview of Azure Storage
-
معرفی شبیه ساز ذخیره سازی Azure
Introducing the Azure Storage Emulator
-
پیکربندی Azure Blob Storage Triggers و Bindings
Configuring Azure Blob Storage Triggers and Bindings
-
پیکربندی راه اندازها و پیوندهای ذخیره سازی Azure Queue
Configuring Azure Queue Storage Triggers and Bindings
-
پیکربندی اتصالهای ذخیره سازی جدول Azure
Configuring Azure Table Storage Bindings
-
افزودن اتصال اتصال خروجی Azure Queue Storage
Adding an Azure Queue Storage Output Binding
-
آزمایش با استفاده از یک حساب ذخیره سازی Azure در Cloud
Testing Using an Azure Storage Account in the Cloud
-
ایجاد عملکرد ترفند ذخیره سازی Azure Queue Storage
Creating an Azure Queue Storage Triggered Function
-
ایجاد Azure Blob Storage Triggered Storage
Creating Azure Blob Storage Triggered Functions
-
انتشار توابع جدید و به روز شده در یک برنامه عملکرد موجود
Publishing New and Updated Functions to an Existing Function App
-
خلاصه
Summary
کار با سایر راه اندازها و خدمات Azure
Working with Other Triggers and Azure Services
-
مقدمه
Introduction
-
ایجاد یک اتوبوس جدید خدمات لاجوردی در پورتال لاجوردی
Creating a New Azure Service Bus in the Azure Portal
-
افزودن عملکرد جدید توسط پیام های اتوبوس سرویس
Adding a New Function Triggered by Service Bus Messages
-
تست راه اندازهای اتوبوس سرویس Azure
Testing Azure Service Bus Triggers
-
انتشار سرویس اتوبوس سرویس به Azure
Publishing the Service Bus Trigger to Azure
-
ایجاد یک مرکز رویداد Azure در پورتال Azure
Creating an Azure Event Hub in the Azure Portal
-
افزودن عملکرد جدید از یک مرکز رویداد
Adding a New Function Triggered from an Event Hub
-
تست راه اندازهای مرکز Azure Event
Testing Azure Event Hub Triggers
-
انتشار رویداد Hub Trigger to Azure
Publishing the Event Hub Trigger to Azure
-
ویژگی های مرکز رویداد اضافی و اتوبوس سرویس
Additional Event Hub and Service Bus Attributes
-
درک اصطلاحات CRON
Understanding CRON Expressions
-
ایجاد یک تابع لاجوردی که در یک برنامه اجرا می شود
Creating an Azure Function That Executes on a Schedule
-
خلاصه
Summary
نوشتن و اجرای تست های واحد عملکرد Azure در Visual Studio
Writing and Running Azure Function Unit Tests in Visual Studio
-
مقدمه
Introduction
-
استفاده مجدد از منطق کسب و کار در برنامه های عملکرد لاجوردی
Reusing Business Logic in Azure Function Apps
-
افزودن یک پروژه کتابخانه کلاس جدید برای منطق کسب و کار
Adding a New Class Library Project to Hold Business Logic
-
انتقال کلاس LoanApplication
Moving the LoanApplication Class
-
عملکرد عیب یابی منطق کسب و کار به یک کتابخانه کلاس مشترک
Refactoring Function Business Logic to a Shared Class Library
-
ایجاد یک پروژه تست واحد
Creating a Unit Test Project
-
افزودن آزمایشات واحد منطق کسب و کار
Adding Business Logic Unit Tests
-
انتشار راه حل نهایی لاجوردی
Publishing the Final Solution to Azure
-
خلاصه ، منابع و یادگیری بیشتر
Summary, Resources, and Further Learning
نمایش نظرات