From 2bbc81c18aeea4733ccacc3a7aa3a5f60b1763e3 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Fri, 12 May 2017 18:56:29 +0300 Subject: [PATCH] Update documentation for PR#7532, supporting multiple regions for endpoint (#2611) --- source/_components/microsoft_face.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/microsoft_face.markdown b/source/_components/microsoft_face.markdown index 02f001252cc..8b9f95c28ad 100644 --- a/source/_components/microsoft_face.markdown +++ b/source/_components/microsoft_face.markdown @@ -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 %}