hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

Allow to set authentication type for Service Bus Explorer #28015

Open pawelpabich opened 6 days ago

pawelpabich commented 6 days ago

Is there an existing issue for this?

Community Note

Description

image

New or Affected Resource(s)/Data Source(s)

azurerm_servicebus_namespace

Potential Terraform Configuration

resource "azurerm_servicebus_namespace" "mybus" {
          service_bus_explorer_authentication = "EntraID"
}

References

No response