Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.89 KB

File metadata and controls

51 lines (31 loc) · 1.89 KB

Note: This module is EXPERIMENTAL and future releases may break the API.

Services & Plans

Service: azure-postgresqldb

Plan Name Description
basic50 Basic Tier, 50 DTUs
basic100 Basic Tier, 100 DTUs

Behaviors

Provision

Provisions an Azure Search service.

Provisioning Parameters
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.
Bind

Returns a copy of one shared set of credentials.

Binding Parameters

This binding operation does not support any parameters.

Credentials

Binding returns the following connection details and credentials:

Field Name Type Description
serviceName string The name of the Azure Search service.
apiKey string A key for authenticating to the Azure Search service.
Unbind

Drops the applicable role (user) from the PostgreSQL server.

Deprovision

Deletes the PostgreSQL server.