Skip to main content
Jorge Bernhardt Jorge Bernhardt

Azure Service Bus

2024

Terraform - Deploying Azure Service Bus Topics
·1268 words·6 mins· 100 views · 5 likes
Terraform IaC Azure Service Bus Microsoft Azure
In our previous post, we looked at how to use Terraform to set up namespaces in Azure Service Bus. Now, we’re moving on to the next step: creating topics in Azure Service Bus.
Terraform - Azure Service Bus Queue Deployment
·1420 words·7 mins· 100 views · 5 likes
Terraform IaC Azure Service Bus Microsoft Azure
In the previous post, we started a series on using Terraform to deploy Azure Service Bus resources. We covered how to deploy namespaces in Azure Service Bus. Now, in this second post, we will look at Azure Service Bus queues, a fundamental component for efficient message handling.

2023

Terraform - Provisioning Azure Service Bus Namespaces
·1661 words·8 mins· 100 views · 5 likes
Terraform IaC Azure Service Bus Microsoft Azure
Azure Service Bus is a messaging service on the cloud that enables communication between applications and services. It’s a key component in many cloud architectures, especially when dealing with large-scale applications or services that require reliable, secure message passing and processing.