Update documentation for PR#7532, supporting multiple regions for endpoint (#2611)

This commit is contained in:
Tsvi Mostovicz 2017-05-12 18:56:29 +03:00 committed by Adam Mills
parent 1b466621d8
commit 2bbc81c18a

View File

@ -22,11 +22,13 @@ To enable the Microsoft Face component, add the following lines to your `configu
# Example configuration.yaml entry
microsoft_face:
api_key: YOUR_API_KEY
azure_region: eastus2
```
Configuration variables:
- **api_key** (*Required*): The API key for your Cognitive resource.
- **azure_region** (*Optional*): The region where you instantiated your Microsoft Cognitive services endpoint
- **timeout** (*Optional)*: Set timeout for the API connection. Defaults to 10s.
### {% linkable_title Person and Groups %}