Topic: PL-400 topic 7 question 6

DRAG DROP -
An organization uses plug-ins to retrieve specific information from legacy data stores each time a new order is submitted.
You review the Microsoft Dataverse 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.
Select and Place:

Re: PL-400 topic 7 question 6

Correct I think

Re: PL-400 topic 7 question 6

was in exam 28/04/2024

Re: PL-400 topic 7 question 6

Create an Azure Function app
Refactor the plugin-in logic in the app
Publish the app
Register a webhook for the app in the Plugin-in Registration tool
Register a step in the webhook

Re: PL-400 topic 7 question 6

Was in my exam (28/07/2022)

Re: PL-400 topic 7 question 6

My answer is:
1)    Create an Azure Function app
2)    Register a webhook for the app in the Plugin-in Registration tool
3)    Register a step in the webhook
4)    Refactor the plugin-in logic in the app
5)    Publish the app

Re: PL-400 topic 7 question 6

publish the app should be 2nd, to be able to have it while registering plugin

Re: PL-400 topic 7 question 6

@MarioM and @YFSun Please don't create confusions both are same

Re: PL-400 topic 7 question 6

you need to refactor the plug-in logic in the azure function app meaning you need to improve the code/logic. so it should be step#2 then you publish it.

so the correct order is:
Create an Azure Function app
Refactor the plugin-in logic in the app
Publish the app
Register a webhook for the app in the Plugin-in Registration tool
Register a step in the webhook