Update documentation for PR#7532, supporting multiple regions for endpoint (#2611)
This commit is contained in:
parent
1b466621d8
commit
2bbc81c18a
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue