前回の記事では作成した関数アプリをAzure Functionsに直接デプロイして動作を確認したが、実際の開発ではデプロイする前にローカルで挙動を確認してデバッグを行いたい。そこでMicrosoftでは、ローカルで関数アプリを実行するための「Azure Functions Core Tools ...
前回の記事ではDevOpsでAzure Functionsに対してC#で書いた簡単なAPIのコード(プロジェクト)をデプロイしてみました。 そもそものDevOpsに関する知識不足があったことはともかくとして、C#とAzureの組み合わせであればそれは動くよね、というか、DevOpsのPipelineの ...
Javaを使ってAzure Functions用の関数を作成するには、Microsoftから提供されているMavenベースのツールを利用するのが一番手軽で確実である。統合開発環境としては、Visual Studio CodeやEclipse、IntelliJ IDEAには、それぞれAzure Functionsにも対応したプラグインが提供され ...
タイトル通りのこの記事。 前回のC#編が終りまして、今回はJavaになります。 試している内容としてはC#と同じで、「Azure FunctionsにAPIをデプロイして、ブラウザから叩いてみる」という非常に簡単なものなのですが、幾つか罠があって微妙に時間がかかって ...
A common scenario that Azure Functions can be used for is for the processing of queue based events. For example, a list of batch processing jobs is queued up with instructions for machine learning ...
The most significant addition to the Java language since Sun Microsystems rewrote the collections API for Java 5 is the introduction of Java records. Java records address two significant pain points ...
This template repository contains an Azure Functions reference sample using the Blob trigger with Event Grid source type, written in Java and deployed to Azure using the Azure Developer CLI (azd).
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Vivek Yadav, an engineering manager from ...