組織はプラグインを使用して、新しい注文が送信されるたびにレガシー データ ストアから特定の情報を取得します。 Common Data Service 分析ページを確認します。プラグインの平均実行時間は増加しています。 現在のプラグイン コードをできるだけ再利用して、プラグインを別のコンポーネントに置き換える必要があります。 どの 5 つのアクションを順番に実行する必要がありますか? 回答するには、アクションのリストから適切なアクションを回答領域に移動し、正しい順序で並べます。
正解:
1 - Create an Azure Function app 2 - Refactor the plug-in logic in the app. 3 - Publish the app 4 - Register a webhook for the app in the Plug-in Registration tool Reference: https://docs.microsoft.com/en-us/powerapps/developer/data-platform/use-webhooks https://docs.microsoft.com/en-us/powerapps/developer/data-platform/register-web-hook