> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/azure-cognitive-connector.md).

# Azure Cognitive Connector

The Azure Cognitive Connector enables integration with Microsoft's Azure Cognitive Services, allowing you to harness advanced AI capabilities in your applications.

## Name

* **Description**: The name of the Azure Cognitive connector instance.
* **Type**: Text (string)
* **Example**: "AzureCognitiveConnectorInstance"

## Url

* **Description**: The URL of the Azure Cognitive Services endpoint.
* **Type**: Text (string)
* **Example**: "<https://cognitiveservices.azure.com>"

## Apiversion

* **Description**: The version of the Azure Cognitive Services API being utilized.
* **Type**: Text (string)
* **Example**: "v1.0"

## Key

* **Description**: An authentication key or token required to access Azure Cognitive Services.
* **Type**: Text (string)
* **Example**: "YOUR\_AZURE\_API\_KEY"

## Timeout

* **Description**: The maximum time allowed for the connector to wait for a response from Azure Cognitive Services before timing out.
* **Type**: Integer (milliseconds)
* **Example**: 15000 (15 seconds)
