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

Enforce Azure AD authentication on Service Bus

Enforce Azure AD authentication on Service Bus

Security is one of my main concerns when building PaaS solutions in Azure.  Since private endpoints have GA’d, I always apply network security on my projects.  Unfortunately, private endpoints for Service Bus are only available in the Premium tier, which is a...
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: {  ...