Maximizing Efficiency with Global Variables in Postman API testing

Introduction Postman is a powerful tool for testing APIs, enabling developers to streamline their testing workflows and improve productivity. In my recent implementation, where I have dealt with multiple OAUTH secured API URLs .OAUTH bearer token API is an endpoint provided by OAUTH 2.0-compliant authorization servers that allows clients to obtain access tokens required toContinue reading “Maximizing Efficiency with Global Variables in Postman API testing”

Registering Dynamics 365 Online Web API with Azure Application

In Today’ blog I will try to demonstrate how to register dynamics 365 webapi on azure and consume it with an application user . So those who are working on custom API’s in CRM or haven’t worked on CRM WEB API , lets go through what is WEB API? The Customer Engagement dynamics CRM WebContinue reading “Registering Dynamics 365 Online Web API with Azure Application”

Azure DevOps CI/CD pipeline for unmanaged solution Dynamics CRM.

In this blog I will try to demonstrate how we can implement Continuous Integration (CI) and Continuous Deployment (CD) for Dynamics 365 Customer Engagement CRM (CE) using Azure DevOps. We will see how we can deploy a CRM Solution from one CRM instance to another CRM instance, let us say, we have to deploy aContinue reading “Azure DevOps CI/CD pipeline for unmanaged solution Dynamics CRM.”