第1章:Azure Functionsとは? クラウドの時代において、アプリケーション開発はますます柔軟かつ効率的に行えるようになっています。その中でも注目を集めているのが「サーバーレスアーキテクチャ」です。Azure Functionsは、Microsoftが提供するサーバーレス ...
今回は、さまざまイベントをきっかけにアプリケーションを実行できるAzure Functionsと、WebJobsという2つのサービスを使って、イベント駆動アプリケーションの作り方や双方の違いを2回に分けて見ていきたいと思います。今回はAzure Functionsについて説明し ...
This sample highlights how to use the Azure AI Agent service function calling where function calls are placed on a storage queue by the Agent service to be processed by an Azure Function listening to ...
An Azure Functions QuickStart project that demonstrates how to use both SQL Triggers and SQL Output Bindings with the Azure Developer CLI (azd) for rapid, event-driven integration with Azure SQL ...
One of the features of Azure Functions is the ability to easily create Webhooks. Webhooks allow integration with other systems, including third-party systems. Essentially, the external system can call ...
Last time I looked at the basics of triggers. Let's look at creating an HTTP-triggered function for displaying a greeting based on a target audience. The last time we looked at Azure Functions, I ...