As an official, it needs to be triggered "when a tenant invoice is issued".
This is a trigger that works when the billing for Microsoft 365, Office 365, and Azure subscriptions is finalized.
It is not an invoice for any other cloud service, you need a trigger specifically for cloud services provided by Microsoft.
The subsequent dynamic values will allow for integration with other cloud accounting systems if the invoice amount and statement lines are available.
This process happens every month and should be the first thing we start automating, but since the trigger does not exist, we do it manually every month.
--
公式として「テナント請求書が発行されたら」トリガーを実装してほしいです。
これは Microsoft 365、Office 365、Azure の各サブスクリプションの請求が確定したときに動作するトリガーです。
他のクラウドサービスの請求書ではありません、マイクロソフトが提供するクラウドサービス専用のトリガーが必要です。
後続の動的な値で、請求金額や明細行を利用できれば他のクラウド会計システムとの連携が可能になります。
この処理は毎月発生し、一番最初に自動化に着手すべきですが、トリガーが存在しないために毎月手作業で行っています。