Search

Home > CRM Audio > Hide your dirty laundry on the server-side
Podcast: CRM Audio
Episode:

Hide your dirty laundry on the server-side

Category: Technology
Duration: 00:27:49
Publish Date: 2026-01-22 22:59:00
Description:

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 plenty of scenarios where client-side Web API is better, like interaction with external services requiring callbacks, for example.

As Nick succulently summed it up:

It doesn't make anything possible we couldn't do before. It just makes doing a lot of things we did do before a lot easier.

References Get in touch
Total Play: 0