Skip to content

Commit 66dcd6b

Browse files
authored
Merge pull request #110138 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 3f8aad3 + 6575ef0 commit 66dcd6b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

articles/cognitive-services/cognitive-services-support-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The Cognitive Services release notes are updated as new releases are made availa
8282
- [Speech Services](speech-service/releasenotes.md)
8383
- [Speech Services SDK](speech-service/devices-sdk-release-notes.md)
8484
- [Text Analytics](text-analytics/whats-new.md)
85+
- [Video Indexer](../media-services/video-indexer/release-notes.md)
8586

8687
### Azure blog
8788

articles/governance/policy/concepts/definition-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ This policy rule example uses **value** to check if the result of multiple neste
447447
"policyRule": {
448448
"if": {
449449
"value": "[less(length(field('tags')), 3)]",
450-
"equals": true
450+
"equals": "true"
451451
},
452452
"then": {
453453
"effect": "deny"

articles/private-link/create-private-endpoint-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ In this section you'll need to replace the following parameters in the steps wit
3838
| **\<resource-group-name>** | myResourceGroup |
3939
| **\<virtual-network-name>** | myVirtualNetwork |
4040
| **\<region-name>** | West Central US |
41-
| **\<IPv4-address-space>** | 10.1.0.0\16 |
41+
| **\<IPv4-address-space>** | 10.1.0.0/16 |
4242
| **\<subnet-name>** | mySubnet |
43-
| **\<subnet-address-range>** | 10.1.0.0\24 |
43+
| **\<subnet-address-range>** | 10.1.0.0/24 |
4444

4545
[!INCLUDE [virtual-networks-create-new](../../includes/virtual-networks-create-new.md)]
4646

articles/virtual-desktop/windows-10-multisession-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Windows 10 Enterprise multi-session can't run in on-premises production environm
3434

3535
You can start a virtual machine (VM) in Azure with Windows 10 Windows 10 Enterprise multi-session and customize it by installing LOB applications, sysprep/generalize, and then create an image using the Azure portal.
3636

37-
To get started, create a VM in Azure with Windows 10 Windows 10 Enterprise multi-session. Instead of starting the VM in Azure, you can download the VHD directly. After that, you'll be able to use the VHD you downloaded to create a new Generation 1 VM on a Windows 10 PC with Hyper-V enabled.
37+
To get started, create a VM in Azure with Windows 10 Enterprise multi-session. Instead of starting the VM in Azure, you can download the VHD directly. After that, you'll be able to use the VHD you downloaded to create a new Generation 1 VM on a Windows 10 PC with Hyper-V enabled.
3838

3939
Customize the image to your needs by installing LOB applications and sysprep the image. When you're done customizing, upload the image to Azure with the VHD inside. After that, get Windows Virtual Desktop from the Azure Marketplace and use it to deploy a new host pool with the customized image.
4040

0 commit comments

Comments
 (0)