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
Execute the following `docker run` command. Replace the placeholders below with your own values:
24
+
To run the container in your own environment after downloading the container image, execute the following `docker run` command. Replace the placeholders below with your own values:
31
25
32
26
| Placeholder | Value | Format or example |
33
27
|-------------|-------|---|
34
28
|**{API_KEY}**| The key for your Text Analytics resource. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`|
35
29
|**{ENDPOINT_URI}**| The endpoint for accessing the Text Analytics API. You can find it on your resource's **Key and endpoint** page, on the Azure portal. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
36
-
|**{IMAGE_ID}**| The image ID for your container. |`d216a68f0a09`|
37
-
|**{INPUT_DIR}**| The input directory for the container. | Windows: `C:\healthcareMount` <br> Linux/MacOS: `/home/username/input`|
0 commit comments