Skip to content

Commit 8d58b36

Browse files
committed
Fix VNET instruction for custom voice
1 parent 60beb4e commit 8d58b36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/ai-services/speech-service/includes/speech-studio-vnet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,6 @@ To use custom speech without relaxing network access restrictions on your produc
4747
* Create another Speech resource for development that can be used on a public network. Prepare your custom model in Speech Studio on the development resource, and then copy the model to your production resource. See the [Models_CopyTo](/rest/api/speechtotext/models/copy-to) REST request with [Speech to text REST API](../rest-speech-to-text.md).
4848
* You have the option to not use Speech Studio for custom speech. Use the [Speech to text REST API](../rest-speech-to-text.md) for all custom speech operations.
4949

50-
To use custom voice without relaxing network access restrictions on your production Speech resource, consider Use the [Custom voice REST API](/rest/api/aiservices/speechapi/operation-groups) for all custom voice operations.
50+
To use custom voice without relaxing network access restrictions on your production Speech resource, consider one of these workarounds:
51+
* Create another Speech resource for development that can be used on a public network. Prepare your custom model in Speech Studio on the development resource, then submit an Azure support ticket to request assistance with copying the model to your production resource.
52+
* You have the option to not use Speech Studio for custom speech. Use the [Custom voice REST API](/rest/api/aiservices/speechapi/operation-groups) directly for all custom voice operations with your production resource.

0 commit comments

Comments
 (0)