Skip to content

Commit 5ae64a5

Browse files
authored
Merge pull request #96444 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 4564465 + f1049d4 commit 5ae64a5

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

articles/active-directory-b2c/active-directory-b2c-ui-customization-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ In the Modify your sign-up or sign-in custom policy section, you configured the
202202
203203
## Next steps
204204
205-
For more information about UI elements that can be customized, see [reference guide for UI customization for built-in policies](active-directory-b2c-reference-ui-customization.md).
205+
For more information about UI elements that can be customized, see [reference guide for UI customization for user flows](active-directory-b2c-reference-ui-customization.md).

articles/active-directory/devices/hybrid-azuread-join-federated-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You learn how to:
5454
5555
## Prerequisites
5656

57-
This tutorial assumes that you'e familiar with these articles:
57+
This tutorial assumes that you're familiar with these articles:
5858

5959
- [What is a device identity?](overview.md)
6060
- [How to plan your hybrid Azure AD join implementation](hybrid-azuread-join-plan.md)
39.8 KB
Loading

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Configuration parameters are provided as JSON:
6060
{
6161
"recordingsUrl": "<URL to the Azure blob to transcribe>",
6262
"models": [{"Id":"<optional acoustic model ID>"},{"Id":"<optional language model ID>"}],
63-
"locale": "<locale to us, for example en-US>",
63+
"locale": "<locale to use, for example en-US>",
6464
"name": "<user defined name of the transcription batch>",
6565
"description": "<optional description of the transcription>",
6666
"properties": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can mount the same Azure file share to multiple mount points if desired.
113113
--resource-group $resourceGroupName \
114114
--name $storageAccountName \
115115
--query "primaryEndpoints.file" | tr -d '"')
116-
smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShare
116+
smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShareName
117117
118118
storageAccountKey=$(az storage account keys list \
119119
--resource-group $resourceGroupName \

0 commit comments

Comments
 (0)