Ensuring Code Changes do not Break Microservice REST APIs, as Part of Pull Request Validation

Typically Integrated microservice APIs are tested quite late in the Application lifecycle, where the application code which has already been merged into the main branch, is then deployed to an environment, after which the API tests are executed. Detect… Continue reading Ensuring Code Changes do not Break Microservice REST APIs, as Part of Pull Request Validation

SharePoint Online: How to change the placeholder text in the search box

Placeholder text is the text that appears in the search box before user starts typing into it. The placeholder text may help your users about what to expect from search if you’ve configured a custom results page or changed behavior of search in other w… Continue reading SharePoint Online: How to change the placeholder text in the search box

Ensuring code changes do not break Microservice REST API, during Pull Request validation

Typically Integrated microservice APIs are tested quite late in the Application lifecycle, where the application code which has already been merged into the main branch, is then deployed to an environment, after which the API tests are executed. Detect… Continue reading Ensuring code changes do not break Microservice REST API, during Pull Request validation

Paging using continuation token to return large list of items in Azure Logic App

You have a large number of items and the logic app action is only returning a subset of it, and you need to process the complete list. In this case, continuation token is what you need to accomplish that.
 
What is continuation token?
A string tok… Continue reading Paging using continuation token to return large list of items in Azure Logic App