Community driven content discussing all aspects of software development from DevOps to design patterns. If you want to master functional programming, the best place to start is with the Java Function ...
前回の記事ではDevOpsでAzure Functionsに対してC#で書いた簡単なAPIのコード(プロジェクト)をデプロイしてみました。 そもそものDevOpsに関する知識不足があったことはともかくとして、C#とAzureの組み合わせであればそれは動くよね、というか、DevOpsのPipelineの ...
タイトル通りのこの記事。 前回のC#編が終りまして、今回はJavaになります。 試している内容としてはC#と同じで、「Azure FunctionsにAPIをデプロイして、ブラウザから叩いてみる」という非常に簡単なものなのですが、幾つか罠があって微妙に時間がかかって ...
前回の記事では作成した関数アプリをAzure Functionsに直接デプロイして動作を確認したが、実際の開発ではデプロイする前にローカルで挙動を確認してデバッグを行いたい。そこでMicrosoftでは、ローカルで関数アプリを実行するための「Azure Functions Core Tools ...
Javaを使ってAzure Functions用の関数を作成するには、Microsoftから提供されているMavenベースのツールを利用するのが一番手軽で確実である。統合開発環境としては、Visual Studio CodeやEclipse、IntelliJ IDEAには、それぞれAzure Functionsにも対応したプラグインが提供され ...
At JavaOne, Microsoft announced that Azure Functions, which allows users to run small pieces of code in the cloud, support Java. This update adds to the number of supported languages for Azure ...