PodParley PodParley

Hide your dirty laundry on the server-side

Episode 1 of the CRM Audio podcast, hosted by George Doubinski, titled "Hide your dirty laundry on the server-side" was published on January 22, 2026 and runs 27 minutes.

January 22, 2026 ·27m · CRM Audio

0:00 / 0:00

15 years too late but it's finally here: server-side logic in Power Pages.

What does it change in practice?

Unlike Azure Functions, it's just another Power Pages asset that can be added to Power Platform ALM. Perfect for anything that is logic-lite/secret-heavy. Think payments and integrations that need secrets. Server-side logic avoids awkward workarounds using plugins, Power Automate, etc. just to keep keys safe. Re-use your Javascript skills though it's not lift-n-shift from the client-side exercise. Just couple new objects to learn: HTTP client for external calls and a Dataverse object for CRUD operations. There are...
URL copied to clipboard!