← Microsoft Certified: Power Platform Developer Associate
AZURE · objective · 33% of the exam
Extend the platform — Microsoft Certified: Power Platform Developer Associate
The official AZURE documentation our Extend the platform practice questions are cited to. Review the primary sources, then practise.
Official references for this objective
-
Microsoft — Debug code components - Power Apps | Microsoft Learn
For dataset type components, you can load a CSV file with test data for each data-set element.
-
Microsoft — Azure Service Bus Integration for Dataverse - Power Apps | Microsoft Learn
In either case, register the plug-in to run asynchronously for best system performance.
-
Microsoft — Code components - Power Apps | Microsoft Learn
Each code component must have a resource file to construct its visualization. The index.ts file generated by the tooling is a code resource.
-
Microsoft — Add code components to a column or table in model-driven apps - Power Apps | Microsoft Learn
To make the code component available from any web browser, select the Web option next to the component. Notice that setting the Web option includes
-
Microsoft — Bypass custom Dataverse logic - Power Apps | Microsoft Learn
Pass the GUID values of the registered plug-in step registrations with this parameter.
-
Microsoft — Package a code component - Power Apps | Microsoft Learn
Run the pac pcf push command.
-
Microsoft — Build and certify custom connectors - Power Automate | Microsoft Learn
To support more tailored scenarios, you can build custom connectors with their own triggers and actions.
-
Microsoft — Create and build a code component - Power Apps | Microsoft Learn
pac pcf init --namespace <specify your namespace here> --name <Name of the code component> --template <component type> --run-npm-install The preceding command also runs the npm
-
Microsoft — Don't use parallel execution within plug-ins and workflow activities - Power Apps | Microsoft Learn
results or become corrupted. The affect of this would be a failure in the plug-in or custom workflow activity.
-
Microsoft — Set Timeout when making external calls in a plug-in - Power Apps | Microsoft Learn
you can set the Timeout value explicitly, as shown in this example setting the timeout to 15 seconds.