Azure Text Analytics

October 9, 2018 ยท View on GitHub

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

Services & Plans

Service: azure-text-analytics

Plan NameDescription
freeFree with 5,000 monthly transactions and no overage.
standard-s025,000 monthly transactions and 3.00 per 1,000 overage.
standard-s1100,000 monthly transactions and 2.50 per 1,000 overage.
standard-s2500,000 monthly transactions and 2.00 per 1,000 overage.
standard-s32,500,000 monthly transactions and 1.00 per 1,000 overage.
standard-s410,000,000 monthly transactions and .50 per 1,000 overage.

Behaviors

Provision

Provisions a new text analytics API.

Provisioning Parameters
Parameter NameTypeDescriptionRequiredDefault Value
locationstringThe Azure region in which to provision applicable resources.Y
resourceGroupstringThe (new or existing) resource group with which to associate new resources.Y
tagsmap[string]stringTags to be applied to new resources, specified as key/value pairs.NTags (even if none are specified) are automatically supplemented with heritage: open-service-broker-azure.
Bind

Returns the API address and access key.

Binding Parameters

This binding operation does not support any parameters.

Credentials

Binding returns the following connection details:

Field NameTypeDescription
textAnalyticsEndpointstringThe text analytics API endpoint address.
textAnalyticsKeystringThe text analytics API access key.
textAnalyticsNamestringThe name of the text analytics API.
Unbind

Does nothing.

Deprovision

Deletes the text analytics API.