Azure / Azure/azure-functions-java-library

EventGridOutput missing 'connection' attribute to use Managed Identities

オープン
#220 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
area:java-functions
主要言語
Java
スター
45
フォーク
49
PR マージ指標
30日以内にマージされた PR はありません

説明

According to the [documentation](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv3&pivots=programming-language-java#connections), to leverage managed identities:

> Set the Connection property to the name of a shared prefix for multiple application settings, together defining [identity-based authentication](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-output?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv3&pivots=programming-language-java#identity-based-authentication). This method is supported when using version 3.3.x or higher of the extension.

`Connection` does not exist on `com.microsoft.azure.functions.annotation@EventGridOutput` so therefore cannot be set.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

まず com.microsoft.azure.functions.annotation.EventGridOutput アノテーションを見つけ、利用可能な属性をリンク先の Event Grid 出力ドキュメントと比較します。アノテーションが、マネージド ID 認証に使用できる Connection プロパティを公開していれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
azure, java
領域
cloud
issue の種類
機能追加
難易度
2/5
見積もり時間
1〜3時間
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。