Skip to content

Commit 3a5bc93

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into erlimits
2 parents cf65c3e + 6157cff commit 3a5bc93

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

articles/app-service/configure-ssl-certificate-in-code.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ az webapp config appsettings set --name <app-name> --resource-group <resource-gr
4343

4444
To make all your certificates accessible, set the value to `*`.
4545

46+
> [!NOTE]
47+
> If your are using `*` for the App Setting, you will need to restart your web app after adding a new certificate to your web app to ensure that new certificate becomes accessible to your app.
48+
4649
## Load certificate in Windows apps
4750

4851
The `WEBSITE_LOAD_CERTIFICATES` app setting makes the specified certificates accessible to your Windows hosted app in the Windows certificate store, in [Current User\My](/windows-hardware/drivers/install/local-machine-and-current-user-certificate-stores).
@@ -181,4 +184,4 @@ To see how to load a TLS/SSL certificate from a file in Node.js, PHP, Python, Ja
181184
* [Enforce HTTPS](configure-ssl-bindings.md#enforce-https)
182185
* [Enforce TLS 1.1/1.2](configure-ssl-bindings.md#enforce-tls-versions)
183186
* [FAQ : App Service Certificates](./faq-configuration-and-management.yml)
184-
* [Environment variables and app settings reference](reference-app-settings.md)
187+
* [Environment variables and app settings reference](reference-app-settings.md)

articles/azure-video-indexer/release-notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,13 @@ The new set of logs, described below, enables you to better monitor your indexin
8181

8282
Azure Video Indexer now supports Diagnostics settings for indexing events. You can now export logs monitoring upload, and re-indexing of media files through diagnostics settings to Azure Log Analytics, Storage, Event Hubs, or a third-party solution.
8383

84-
### Expanded supported languages in LID and MLID through the API
84+
### Expanded supported languages in LID and MLID through Azure Video Indexer API
8585

86-
We expanded the languages supported in LID (language identification) and MLID (multi language Identification) using the Azure Video Indexer API.
86+
Expanded the languages supported in LID (language identification) and MLID (multi language Identification) using the Azure Video Indexer API.
87+
88+
The following languages are now supported through the API: Arabic (United Arab Emirates), Arabic Modern Standard, Arabic Egypt, Arabic (Iraq), Arabic (Jordan), Arabic (Kuwait), Arabic (Oman), Arabic (Qatar), Arabic (Saudi Arabia), Arabic Syrian Arab Republic, Czech, Danish, German, English Australia, English United Kingdom, English United States, Spanish, Spanish (Mexico), Finnish, French (Canada), French, Hebrew, Hindi, Italian, Japanese, Korean, Norwegian, Dutch, Polish, Portuguese, Portuguese (Portugal), Russian, Swedish, Thai, Turkish, Ukrainian, Vietnamese, Chinese (Simplified), Chinese (Cantonese, Traditional).
89+
90+
To specify the list of languages to be identified by LID or MLID when auto-detecting, call [upload a video](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Upload-Video) API and set the `customLanguages` parameter to include up to 10 languages from the supported languages above. Please note that the languages specified in the `customLanguages` are compared at a language level thus should include only one locale per language.
8791

8892
For more information, see [supported languages](language-support.md).
8993

articles/storage/files/storage-how-to-use-files-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to mount an Azure file share over SMB on Linux and review
44
author: khdownie
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 10/21/2022
7+
ms.date: 11/03/2022
88
ms.author: kendownie
99
ms.subservice: files
1010
---
@@ -16,7 +16,7 @@ The recommended way to mount an Azure file share on Linux is using SMB 3.1.1. By
1616

1717
| Distribution | SMB 3.1.1 | SMB 3.0 |
1818
|-|-----------|---------|
19-
| Linux kernel version | <ul><li>Basic 3.1.1 support: 4.17</li><li>Default mount: 5.0</li><li>AES-128-GCM encryption: 5.3</li></ul> | <ul><li>Basic 3.0 support: 3.12</li><li>AES-128-CCM encryption: 4.11</li></ul> |
19+
| Linux kernel version | <ul><li>Basic 3.1.1 support: 4.17</li><li>Default mount: 5.0</li><li>AES-128-GCM encryption: 5.3</li><li>AES-256-GCM encryption: 5.10</li></ul> | <ul><li>Basic 3.0 support: 3.12</li><li>AES-128-CCM encryption: 4.11</li></ul> |
2020
| [Ubuntu](https://wiki.ubuntu.com/Releases) | AES-128-GCM encryption: 18.04.5 LTS+ | AES-128-CCM encryption: 16.04.4 LTS+ |
2121
| [Red Hat Enterprise Linux (RHEL)](https://access.redhat.com/articles/3078) | <ul><li>Basic: 8.0+</li><li>Default mount: 8.2+</li><li>AES-128-GCM encryption: 8.2+</li></ul> | 7.5+ |
2222
| [Debian](https://www.debian.org/releases/) | Basic: 10+ | AES-128-CCM encryption: 10+ |

0 commit comments

Comments
 (0)