ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 29 - PL-400 discussion

Report
Export

DRAG DROP

An organization uses plug-in to retrieve specific information from legacy data stores each time a new order is submitted.

You review the Common Data Service analytics page. The average plug-in execution time is increasing.

You need to replace the plug-in with another component, reusing as much of the current plug-in code as possible.

Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 29
Correct answer: Question 29

Explanation:

Step 1: Create an Azure Function app

Azure Functions provide an excellent way to deliver a solution using WebHooks.

Step 2: Refactor the plug-in logic in the app.

Step 3: Publish the app

You can publish your function app to Azure directly from Visual Studio.

Step 4: Register a webhook for the app in the Plug-in Registration tool

Use the Plug-in Registration tool to register a WebHook.

Step 5: Register a step in the webhook.

Registering a step for a WebHook is like registering a step for a plug-in.

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

asked 05/10/2024
Francisco Sanchez Valdes
44 questions
User
0 comments
Sorted by

Leave a comment first