Skip to content

Commit 1abc26d

Browse files
committed
Table sanity check
1 parent 5ff4167 commit 1abc26d

File tree

1 file changed

+9
-9
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/how-to

1 file changed

+9
-9
lines changed

articles/ai-services/language-service/conversational-language-understanding/how-to/use-containers.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ docker pull mcr.microsoft.com/azure-cognitive-services/language/clu:latest
8888

8989
After creating the exported model in the section above, users will have to run the container in order to download the deployment package that was created specifically for their exported models.
9090

91-
|Placeholder |Value |Format or example|
92-
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------|
93-
|**{API_KEY}**  |The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal.   |xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx| 
94-
|**{ENDPOINT_URI}**|The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal.  |`https://<your-custom-subdomain>.cognitiveservices.azure.com` |
95-
|**{IMAGE_TAG}**|The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used.  |latest  |
96-
|**{LOCAL_CLU_PORT}** |Port number assigned for the container in local machine. |5000 |
97-
|**{LOCAL_MODEL_DIRECTORY}** |Absolute directory in host machine where exported models will be saved in. |`C:\usr\local\myDeploymentPackage` |
98-
|**{PROJECT_NAME}** |Name of the project that the exported model belongs to |myProject |
99-
|**{EXPORTED_MODEL_NAME}** |Exported model to be downloaded |myExportedModel |
91+
| Placeholder | Value |Format or example |
92+
|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------|
93+
| **{API_KEY}**  | The key for your Language resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal.   | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx | 
94+
| **{ENDPOINT_URI}**| The endpoint for accessing the API. You can find it on your resource's **Key and endpoint** page, on the Azure portal.  | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
95+
| **{IMAGE_TAG}**| The image tag representing the language of the container you want to run. Make sure this matches the `docker pull` command you used.  | latest  |
96+
| **{LOCAL_CLU_PORT}** | Port number assigned for the container in local machine. | 5000 |
97+
| **{LOCAL_MODEL_DIRECTORY}** | Absolute directory in host machine where exported models will be saved in. | `C:\usr\local\myDeploymentPackage` |
98+
| **{PROJECT_NAME}** | Name of the project that the exported model belongs to | myProject |
99+
| **{EXPORTED_MODEL_NAME}** | Exported model to be downloaded | myExportedModel |
100100

101101
```bash
102102
docker run --rm -it -p {LOCAL_CLU_PORT}:80 \

0 commit comments

Comments
 (0)