Skip to content

Commit

Permalink
Premium service bus
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Sep 22, 2023
1 parent 0cd0fd5 commit e4753bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/service-bus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ resource "azurerm_servicebus_namespace" "sb" {
location = azurerm_resource_group.sb[each.value].location
tags = var.tags

sku = "Standard"
capacity = 0
sku = "Premium"
capacity = 1

public_network_access_enabled = true
minimum_tls_version = "1.2"
Expand Down

0 comments on commit e4753bc

Please sign in to comment.