Skip to content

Commit bf9ecf2

Browse files
committed
Adjusted Speech Helm install too.
1 parent 782e30c commit bf9ecf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cognitive-services/Speech-Service/speech-container-howto-on-premises.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 03/09/2020
11+
ms.date: 03/16/2020
1212
ms.author: dapine
1313
---
1414

@@ -20,12 +20,12 @@ One option to manage your Speech containers on-premises is to use Kubernetes and
2020

2121
The following prerequisites before using Speech containers on-premises:
2222

23-
|Required|Purpose|
24-
|--|--|
23+
| Required | Purpose |
24+
|----------|---------|
2525
| Azure Account | If you don't have an Azure subscription, create a [free account][free-azure-account] before you begin. |
2626
| Container Registry access | In order for Kubernetes to pull the docker images into the cluster, it will need access to the container registry. |
2727
| Kubernetes CLI | The [Kubernetes CLI][kubernetes-cli] is required for managing the shared credentials from the container registry. Kubernetes is also needed before Helm, which is the Kubernetes package manager. |
28-
| Helm CLI | As part of the [Helm CLI][helm-install] install, you'll also need to initialize Helm, which will install [Tiller][tiller-install]. |
28+
| Helm CLI | Install the [Helm CLI][helm-install], which is used to to install a helm chart (container package definition). |
2929
|Speech resource |In order to use these containers, you must have:<br><br>A _Speech_ Azure resource to get the associated billing key and billing endpoint URI. Both values are available on the Azure portal's **Speech** Overview and Keys pages and are required to start the container.<br><br>**{API_KEY}**: resource key<br><br>**{ENDPOINT_URI}**: endpoint URI example is: `https://westus.api.cognitive.microsoft.com/sts/v1.0`|
3030

3131
## The recommended host computer configuration

0 commit comments

Comments
 (0)