Found an interested article having in depth analysis of enabling EffinityCooking in Data Verse Requests: Credit : Mark Carrington https://markcarrington.dev/2021/05/26/improving-bulk-dataverse-performance-with-enableaffinitycookie/
How to disassociate N:N (Many to Many) records using rest api in Dataverse
In continuation of my older post where we discussed how to associate/assign role with a user or a team https://vishalgrade.com/2020/09/10/assign-security-role-to-team-and-user-through-rest-api-in-ms-crm/ Let's see how we can remove N to N (Many to Many) tables association using rest api: For example, let's say i want to remove a role from a user which is N to N... Continue Reading →
How to Authenticate Azure APIM API using azure managed identity
If you are exposing azure APIM api then it must be secure. If the api is meant to be used by another azure service, then securing/authorization it using managed identity is the easiest solution to comply with security standards. In the below example, I have some API operations in an APIM api and want to... Continue Reading →