ある企業は、サードパーティのクラウドベースのアプリを使用して、リアルタイムのビジネス上の意思決定を行っています。アプリには RESTful API があります。 サードパーティ アプリとやり取りする Microsoft Power Platform ソリューションを設計する必要があります。Microsoft Power Platform ソリューションで行った変更は、クラウド アプリに反映する必要があります。 Microsoft Power Platform ソリューションをクラウド アプリと統合するには、テクノロジを推奨する必要があります。 どの 2 つのテクノロジを推奨する必要がありますか? 各正解は、ソリューションの一部を示しています。 注: それぞれの正しい選択は 1 ポイントの価値があります。
正解:A,C
A: To enable Logic Apps, Power Automate, or Power Apps to communicate with the REST or SOAP API, use a custom connector, which is a wrapper around a REST API (Logic Apps also supports SOAP APIs). C: Custom APIs are a powerful way to connect to any existing API, hosted anywhere, from PowerApps. You do not need a PowerApps Enterprise subscription to register or use a Custom API. Custom APIs are RESTful endpoints that you can connect to and use from PowerApps. All you'll need is a Swagger definition file for your endpoint. Reference: https://docs.microsoft.com/en-us/power-platform/guidance/architecture/real-world-examples/custom-connector-canvas https://powerapps.microsoft.com/hr-hr/blog/register-and-use-custom-apis-in-powerapps/