Skip to content

Commit fdd79ec

Browse files
authored
Merge pull request #108728 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents c36ffc7 + cbe8e4f commit fdd79ec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

articles/storage/files/storage-troubleshoot-linux-file-connection-problems.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@ You can work around this problem by specifying a hard mount. A hard mount forces
282282

283283
If you can't upgrade to the latest kernel versions, you can work around this problem by keeping a file in the Azure file share that you write to every 30 seconds or less. This must be a write operation, such as rewriting the created or modified date on the file. Otherwise, you might get cached results, and your operation might not trigger the reconnection.
284284

285+
## "CIFS VFS: error -22 on ioctl to get interface list" when you mount an Azure file share by using SMB 3.0
286+
287+
### Cause
288+
This error is logged because Azure Files [does not currently support SMB multichannel](https://docs.microsoft.com/rest/api/storageservices/features-not-supported-by-the-azure-file-service).
289+
290+
### Solution
291+
This error can be ignored.
292+
285293
## Need help? Contact support.
286294

287295
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.

includes/cognitive-services-speech-service-endpoints-text-to-speech.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Use this table to determine availability of standard and neural voices by region
1313
| Region | Endpoint | Standard Voices | Neural Voices |
1414
|--------|----------|-----------------|---------------|
1515
| Australia East | `https://australiaeast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
16+
| Brazil South | `https://brazilsouth.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
1617
| Canada Central | `https://canadacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
1718
| Central US | `https://centralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
1819
| East Asia | `https://eastasia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
@@ -21,6 +22,7 @@ Use this table to determine availability of standard and neural voices by region
2122
| France Central | `https://francecentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2223
| India Central | `https://centralindia.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | Yes |
2324
| Japan East | `https://japaneast.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
25+
| Japan West | `https://japanwest.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2426
| Korea Central | `https://koreacentral.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2527
| North Central US | `https://northcentralus.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
2628
| North Europe | `https://northeurope.tts.speech.microsoft.com/cognitiveservices/v1` | Yes | No |
@@ -38,6 +40,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
3840
| Region | Endpoint |
3941
|--------|----------|
4042
| Australia East | `https://australiaeast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
43+
| Brazil South | `https://brazilsouth.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4144
| Canada Central | `https://canadacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4245
| Central US | `https://centralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4346
| East Asia | `https://eastasia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
@@ -46,6 +49,7 @@ If you've created a custom voice font, use the endpoint that you've created. You
4649
| France Central | `https://francecentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4750
| India Central | `https://centralindia.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4851
| Japan East | `https://japaneast.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
52+
| Japan West | `https://japanwest.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
4953
| Korea Central | `https://koreacentral.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
5054
| North Central US | `https://northcentralus.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |
5155
| North Europe | `https://northeurope.voice.speech.microsoft.com/cognitiveservices/v1?deploymentId={deploymentId}` |

0 commit comments

Comments
 (0)