Skip to content

Commit 618396d

Browse files
Merge pull request #269771 from eric-urban/patch-1
Update speech-container-howto-on-premises.md
2 parents 8206245 + 1ef1a93 commit 618396d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/ai-services/speech-service/speech-container-howto-on-premises.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 1/22/2024
9+
ms.date: 3/21/2024
1010
ms.author: eur
1111
---
1212

@@ -74,7 +74,7 @@ textToSpeech:
7474
optimizeForTurboMode: true
7575
image:
7676
registry: mcr.microsoft.com
77-
repository: azure-cognitive-services/speechservices/text-to-speech
77+
repository: azure-cognitive-services/speechservices/neural-text-to-speech
7878
tag: latest
7979
pullSecrets:
8080
- mcr # Or an existing secret
@@ -118,28 +118,28 @@ RESOURCES:
118118
NAME READY STATUS RESTARTS AGE
119119
speech-to-text-7664f5f465-87w2d 0/1 Pending 0 0s
120120
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
123123
124124
==> v1/Service
125125
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
126126
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
128128
129129
==> v1beta1/PodDisruptionBudget
130130
NAME MIN AVAILABLE MAX UNAVAILABLE ALLOWED DISRUPTIONS AGE
131131
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
133133
134134
==> v1beta2/Deployment
135135
NAME READY UP-TO-DATE AVAILABLE AGE
136136
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
138138
139139
==> v2beta2/HorizontalPodAutoscaler
140140
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
141141
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
143143
144144
145145
NOTES:
@@ -159,30 +159,30 @@ You should expect to see something similar to the following output:
159159
NAME READY STATUS RESTARTS AGE
160160
pod/speech-to-text-7664f5f465-87w2d 1/1 Running 0 34m
161161
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
164164
165165
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
166166
service/kubernetes ClusterIP 10.0.0.1 <none> 443/TCP 3h
167167
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
169169
170170
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
171171
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
173173
174174
NAME DESIRED CURRENT READY AGE
175175
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
177177
178178
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
179179
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
181181
```
182182

183183
### Verify Helm deployment with Helm tests
184184

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.
186186

187187
```console
188188
helm test onprem-speech

0 commit comments

Comments
 (0)