Azure trainings!
Infused with experience from the field, brought with lots of passion!

Validate payloads in Azure API Management

Validate payloads in Azure API Management

Both from a security and data quality perspective, it is advised to validate request and response payloads in Azure API Management.  This blog shows how to do this. Validate-content policy The validate-content policy validates the size or content of a request or...

Importing two schemas of the same namespace in BizTalk

This blog was originally published here. It’s a common practice to reuse schemas and types within your BizTalk solution. Lately, I’ve encountered an issue regarding this. Here you can find a simplified example and a solution to the problem. Assume you have two...