問題タブ [azure-eventhub-capture]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
130 参照

azure-functions - Azure Functions - イベント ハブの「接続に失敗しました」エラー

API からデータを取得してイベント ハブに送信する、Azure Function でタイム トリガーを使用する Python コードを作成しました。関数を実行すると、次のエラーが発生します。

私の function.json は次のようになります。

接続は、私の local.settings.json と、Azure の構成タブで定義されています。管理、送信、リッスンの各権限を持つ接続文字列 - プライマリ キーを使用しました。

見逃したものはありますか?