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

Strange issue when creating a Service Bus namespace

Strange issue when creating a Service Bus namespace

Recently, I wanted to create a Service Bus namespace via Bicep.  The simplified resource looked like this: resource serviceBus ‘Microsoft.ServiceBus/namespaces@2021-06-01-preview’ = { name: ‘test-sb’ location: resourceGroup().location sku: {  ...

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...