> 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)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emobiq.com/emobiq-client/008-services/001-services-reference/azure-cognitive-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
