@@ -6,7 +6,7 @@ author: eric-urban
6
6
manager : nitinme
7
7
ms.service : azure-ai-speech
8
8
ms.topic : how-to
9
- ms.date : 1/22 /2024
9
+ ms.date : 3/21 /2024
10
10
ms.author : eur
11
11
---
12
12
@@ -74,7 +74,7 @@ textToSpeech:
74
74
optimizeForTurboMode : true
75
75
image :
76
76
registry : mcr.microsoft.com
77
- repository : azure-cognitive-services/speechservices/text-to-speech
77
+ repository : azure-cognitive-services/speechservices/neural- text-to-speech
78
78
tag : latest
79
79
pullSecrets :
80
80
- mcr # Or an existing secret
@@ -118,28 +118,28 @@ RESOURCES:
118
118
NAME READY STATUS RESTARTS AGE
119
119
speech-to-text-7664f5f465-87w2d 0/1 Pending 0 0s
120
120
speech-to-text-7664f5f465-klbr8 0/1 ContainerCreating 0 0s
121
- text-to-speech-56f8fb685b-4jtzh 0/1 ContainerCreating 0 0s
122
- text-to-speech-56f8fb685b-frwxf 0/1 Pending 0 0s
121
+ neural- text-to-speech-56f8fb685b-4jtzh 0/1 ContainerCreating 0 0s
122
+ neural- text-to-speech-56f8fb685b-frwxf 0/1 Pending 0 0s
123
123
124
124
==> v1/Service
125
125
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
126
126
speech-to-text LoadBalancer 10.0.252.106 <pending> 80:31811/TCP 1s
127
- text-to-speech LoadBalancer 10.0.125.187 <pending> 80:31247/TCP 0s
127
+ neural- text-to-speech LoadBalancer 10.0.125.187 <pending> 80:31247/TCP 0s
128
128
129
129
==> v1beta1/PodDisruptionBudget
130
130
NAME MIN AVAILABLE MAX UNAVAILABLE ALLOWED DISRUPTIONS AGE
131
131
speech-to-text-poddisruptionbudget N/A 20% 0 1s
132
- text-to-speech-poddisruptionbudget N/A 20% 0 1s
132
+ neural- text-to-speech-poddisruptionbudget N/A 20% 0 1s
133
133
134
134
==> v1beta2/Deployment
135
135
NAME READY UP-TO-DATE AVAILABLE AGE
136
136
speech-to-text 0/2 2 0 0s
137
- text-to-speech 0/2 2 0 0s
137
+ neural- text-to-speech 0/2 2 0 0s
138
138
139
139
==> v2beta2/HorizontalPodAutoscaler
140
140
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
141
141
speech-to-text-autoscaler Deployment/speech-to-text <unknown>/50% 2 10 0 0s
142
- text-to-speech-autoscaler Deployment/text-to-speech <unknown>/50% 2 10 0 0s
142
+ neural- text-to-speech-autoscaler Deployment/neural- text-to-speech <unknown>/50% 2 10 0 0s
143
143
144
144
145
145
NOTES:
@@ -159,30 +159,30 @@ You should expect to see something similar to the following output:
159
159
NAME READY STATUS RESTARTS AGE
160
160
pod/speech-to-text-7664f5f465-87w2d 1/1 Running 0 34m
161
161
pod/speech-to-text-7664f5f465-klbr8 1/1 Running 0 34m
162
- pod/text-to-speech-56f8fb685b-4jtzh 1/1 Running 0 34m
163
- pod/text-to-speech-56f8fb685b-frwxf 1/1 Running 0 34m
162
+ pod/neural- text-to-speech-56f8fb685b-4jtzh 1/1 Running 0 34m
163
+ pod/neural- text-to-speech-56f8fb685b-frwxf 1/1 Running 0 34m
164
164
165
165
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
166
166
service/kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 3h
167
167
service/speech-to-text LoadBalancer 10.0.252.106 52.162.123.151 80:31811/TCP 34m
168
- service/text-to-speech LoadBalancer 10.0.125.187 65.52.233.162 80:31247/TCP 34m
168
+ service/neural- text-to-speech LoadBalancer 10.0.125.187 65.52.233.162 80:31247/TCP 34m
169
169
170
170
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
171
171
deployment.apps/speech-to-text 2 2 2 2 34m
172
- deployment.apps/text-to-speech 2 2 2 2 34m
172
+ deployment.apps/neural- text-to-speech 2 2 2 2 34m
173
173
174
174
NAME DESIRED CURRENT READY AGE
175
175
replicaset.apps/speech-to-text-7664f5f465 2 2 2 34m
176
- replicaset.apps/text-to-speech-56f8fb685b 2 2 2 34m
176
+ replicaset.apps/neural- text-to-speech-56f8fb685b 2 2 2 34m
177
177
178
178
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
179
179
horizontalpodautoscaler.autoscaling/speech-to-text-autoscaler Deployment/speech-to-text 1%/50% 2 10 2 34m
180
- horizontalpodautoscaler.autoscaling/text-to-speech-autoscaler Deployment/text-to-speech 0%/50% 2 10 2 34m
180
+ horizontalpodautoscaler.autoscaling/neural- text-to-speech-autoscaler Deployment/neural- text-to-speech 0%/50% 2 10 2 34m
181
181
` ` `
182
182
183
183
# ## Verify Helm deployment with Helm tests
184
184
185
- The installed Helm charts define *Helm tests*, which serve as a convenience for verification. These tests validate service readiness. To verify both ** speech to text** and ** text to speech** services , we execute the [Helm test][helm-test] command.
185
+ The installed Helm charts define *Helm tests*, which serve as a convenience for verification. These tests validate service readiness. To verify both speech to text and text to speech features , we execute the [Helm test][helm-test] command.
186
186
187
187
` ` ` console
188
188
helm test onprem-speech
0 commit comments