Note: This module is EXPERIMENTAL and future releases may break the API.
Plan Name | Description |
---|---|
basic |
Basic Tier, Shared Capacity |
standard |
Standard Tier, Shared Capacity, Topics, 12.5M Messaging Operations/Month, Variable Pricing |
premium |
Premium Tier, Dedicated Capacity, Recommended For Production Workloads, Fixed Pricing |
Provisions a new Service Bus namespace. The new namespace will be named using new UUIDs.
Parameter Name | Type | Description | Required | Default Value |
---|---|---|---|---|
location |
string |
The Azure region in which to provision applicable resources. | Required unless an administrator has configured the broker itself with a default location. | The broker's default location, if configured. |
resourceGroup |
string |
The (new or existing) resource group with which to associate new resources. | N | If an administrator has configured the broker itself with a default resource group and nonde is specified, that default will be applied, otherwise, a new resource group will be created with a UUID as its name. |
tags |
map[string]string |
Tags to be applied to new resources, specified as key/value pairs. | N | Tags (even if none are specified) are automatically supplemented with heritage: open-service-broker-azure . |
Returns a copy of one shared set of credentials.
This binding operation does not support any parameters.
Binding returns the following connection details and shared credentials:
Field Name | Type | Description |
---|---|---|
connectionString |
string |
Connection string. |
primaryKey |
string |
Secret key (password). |
Does nothing.
Deletes the Service Bus namespace.