You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Computer-vision/deploy-computer-vision-on-premises.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: computer-vision
10
10
ms.topic: conceptual
11
-
ms.date: 11/04/2019
11
+
ms.date: 03/16/2020
12
12
ms.author: dapine
13
13
---
14
14
@@ -20,11 +20,11 @@ One option to manage your Computer Vision containers on-premises is to use Kuber
20
20
21
21
The following prerequisites before using Computer Vision containers on-premises:
22
22
23
-
|Required|Purpose|
24
-
|--|--|
23
+
|Required|Purpose|
24
+
|----------|---------|
25
25
| Azure Account | If you don't have an Azure subscription, create a [free account][free-azure-account] before you begin. |
26
26
| 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. |
27
-
| Helm CLI |As part of the [Helm CLI][helm-install] install, you'll also need to initialize Helm, which will install [Tiller][tiller-install]. |
27
+
| Helm CLI |Install the [Helm CLI][helm-install], which is used to to install a helm chart (container package definition). |
28
28
| Computer Vision resource |In order to use the container, you must have:<br><br>An Azure **Computer Vision** resource and the associated API key the endpoint URI. Both values are available on the Overview and Keys pages for the resource and are required to start the container.<br><br>**{API_KEY}**: One of the two available resource keys on the **Keys** page<br><br>**{ENDPOINT_URI}**: The endpoint as provided on the **Overview** page|
To install the *helm chart*, we'll need to execute the [`helm install`][helm-install-cmd] command. Ensure to execute the install command from the directory above the `read` folder.
175
175
176
176
```console
177
-
helm install read --name read
177
+
helm install read ./read
178
178
```
179
179
180
180
Here is an example output you might expect to see from a successful install execution:
@@ -241,7 +241,6 @@ For more details on installing applications with Helm in Azure Kubernetes Servic
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-container-howto-on-premises.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: conceptual
11
-
ms.date: 03/09/2020
11
+
ms.date: 03/16/2020
12
12
ms.author: dapine
13
13
---
14
14
@@ -20,12 +20,12 @@ One option to manage your Speech containers on-premises is to use Kubernetes and
20
20
21
21
The following prerequisites before using Speech containers on-premises:
22
22
23
-
|Required|Purpose|
24
-
|--|--|
23
+
|Required|Purpose|
24
+
|----------|---------|
25
25
| Azure Account | If you don't have an Azure subscription, create a [free account][free-azure-account] before you begin. |
26
26
| Container Registry access | In order for Kubernetes to pull the docker images into the cluster, it will need access to the container registry. |
27
27
| 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). |
29
29
|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`|
0 commit comments