Skip to content

Commit c27f174

Browse files
authored
Merge pull request #12025 from mgottein/magottei/custom_skill_tls_workaround
Add TLS workaround for custom skills
2 parents 499869f + 004627b commit c27f174

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/search/cognitive-search-create-custom-skill-example.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,13 @@ When you are satisfied with the function behavior, you can publish it.
239239

240240
1. In the [Azure portal](https://portal.azure.com), navigate to the Resource Group, and look for the Translate Function you published. Under the **Manage** section, you should see Host Keys. Select the **Copy** icon for the *default* host key.
241241

242+
## Update SSL Settings
243+
244+
All Azure Functions created after June 30th, 2018 have disabled TLS 1.0, which is not currently compatible with custom skills.
245+
246+
1. In the [Azure portal](https://portal.azure.com), navigate to the Resource Group, and look for the Translate Function you published. Under the **Platform features** section, you should see SSL.
247+
248+
1. After selecting SSL, you should change the **Minimum TLS version** to 1.0. TLS 1.2 functions are not yet supported as custom skills.
242249

243250
## Test the function in Azure
244251

0 commit comments

Comments
 (0)