タイトル通りのこの記事。 前回のC#編が終りまして、今回はJavaになります。 試している内容としてはC#と同じで、「Azure FunctionsにAPIをデプロイして、ブラウザから叩いてみる」という非常に簡単なものなのですが、幾つか罠があって微妙に時間がかかって ...
前回の記事ではDevOpsでAzure Functionsに対してC#で書いた簡単なAPIのコード(プロジェクト)をデプロイしてみました。 そもそものDevOpsに関する知識不足があったことはともかくとして、C#とAzureの組み合わせであればそれは動くよね、というか、DevOpsのPipelineの ...
Java is one of the most in-demand programming languages in the world and one of the two official programming languages used in Android development (the other being Kotlin). Developers familiar with ...
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 ...
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).
This tutorial is an introduction to socket programming in Java, starting with a simple client-server example demonstrating the basic features of Java I/O. You’ll be introduced to both the original ...