QuestionQ256
Extend the platformAn organization uses plug-ins to retrieve specified information from legacy data stores whenever a new order is submitted.
You review the Microsoft Dataverse analytics page and find that the average plug-in execution time is rising.
You need to replace the plug-in with another component while reusing as much of the existing plug-in code as possible.
Which five actions should you carry out, in sequence?
Drag & Drop
Refactor the plug-in logic in the app.
Create an Azure Function app.
Register a service endpoint for the app in the Plug-in Registration tool.
Create an Azure Logic app.
Register a step in the webhook.
Register a webhook for the app in the Plug-in Registration tool.
Publish the app.
Register a step in the service endpoint.
Community Discussion