Azure Messaging Topic Authorization Rule

This page shows how to write Terraform and Azure Resource Manager for Messaging Topic Authorization Rule and write them securely.

azurerm_servicebus_topic_authorization_rule (Terraform)

The Topic Authorization Rule in Messaging can be configured in Terraform with the resource name azurerm_servicebus_topic_authorization_rule. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages a ServiceBus Topic authorization Rule within a ServiceBus Topic.

Microsoft.ServiceBus/namespaces/topics/authorizationRules (Azure Resource Manager)

The namespaces/topics/authorizationRules in Microsoft.ServiceBus can be configured in Azure Resource Manager with the resource name Microsoft.ServiceBus/namespaces/topics/authorizationRules. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

  • apiVersion required - string
  • name required - string

    The authorization rule name.

  • properties required
      • rights required - array

        The rights associated with the rule.

  • type required - string

Frequently asked questions

What is Azure Messaging Topic Authorization Rule?

Azure Messaging Topic Authorization Rule is a resource for Messaging of Microsoft Azure. Settings can be wrote in Terraform.