DEV Community

Andrew Elans
Andrew Elans

Posted on

Power Pages SPA with Azure Cosmos DB

Make Azure Cosmos DB to work with Power Pages.

You can securely query Azure Cosmos DB with MSAL token obtained in a browser. Token will be verified and access either granted or not.

Azure Cosmos DB allows to set up granular control with RBAC to databases or documents. It could be a fast and convenient Dataverse alternative when it comes to getting or sending large arrays of data.

Details here github.com/AndrewElans/PowerPagesSPA-CosmosDB

Top comments (0)