Skip to content

Commit 0900372

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents d1b369e + 91237bd commit 0900372

File tree

192 files changed

+1076
-1047
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+1076
-1047
lines changed

articles/ai-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-container-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Learn how to deploy the Azure AI services [Anomaly Detector](../anomaly-detector
2424

2525
[!INCLUDE [Create an Anomaly Detector container on Azure Container Instances](../../containers/includes/create-container-instances-resource-from-azure-cli.md)]
2626

27-
[!INCLUDE [API documentation](../../../../includes/cognitive-services-containers-api-documentation.md)]
27+
[!INCLUDE [API documentation](../../includes/cognitive-services-containers-api-documentation.md)]
2828

2929
## Next steps
3030

articles/ai-services/Anomaly-Detector/How-to/deploy-anomaly-detection-on-iot-edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ There are several ways to validate that the module is running. Locate the *Exter
8484
| `http://<your-edge-device-ipaddress>:5000/status` | Also requested with GET, this verifies if the api-key used to start the container is valid without causing an endpoint query. This request can be used for Kubernetes [liveness and readiness probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/). |
8585
| `http://<your-edge-device-ipaddress>:5000/swagger` | The container provides a full set of documentation for the endpoints and a **Try it out** feature. With this feature, you can enter your settings into a web-based HTML form and make the query without having to write any code. After the query returns, an example CURL command is provided to demonstrate the HTTP headers and body format that's required. |
8686

87-
![Container's home page](../../../../includes/media/cognitive-services-containers-api-documentation/container-webpage.png)
87+
![Container's home page](../../media/container-webpage.png)
8888

8989
## Next steps
9090

articles/ai-services/Anomaly-Detector/anomaly-detector-container-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This setting can be found in the following place:
4545

4646
## ApplicationInsights setting
4747

48-
[!INCLUDE [Container shared configuration ApplicationInsights settings](../../../includes/cognitive-services-containers-configuration-shared-settings-application-insights.md)]
48+
[!INCLUDE [Container shared configuration ApplicationInsights settings](../includes/cognitive-services-containers-configuration-shared-settings-application-insights.md)]
4949

5050
## Billing configuration setting
5151

@@ -61,19 +61,19 @@ This setting can be found in the following place:
6161

6262
## Eula setting
6363

64-
[!INCLUDE [Container shared configuration eula settings](../../../includes/cognitive-services-containers-configuration-shared-settings-eula.md)]
64+
[!INCLUDE [Container shared configuration eula settings](../includes/cognitive-services-containers-configuration-shared-settings-eula.md)]
6565

6666
## Fluentd settings
6767

68-
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
68+
[!INCLUDE [Container shared configuration fluentd settings](../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
6969

7070
## Http proxy credentials settings
7171

72-
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-http-proxy.md)]
72+
[!INCLUDE [Container shared configuration fluentd settings](../includes/cognitive-services-containers-configuration-shared-settings-http-proxy.md)]
7373

7474
## Logging settings
7575

76-
[!INCLUDE [Container shared configuration logging settings](../../../includes/cognitive-services-containers-configuration-shared-settings-logging.md)]
76+
[!INCLUDE [Container shared configuration logging settings](../includes/cognitive-services-containers-configuration-shared-settings-logging.md)]
7777

7878

7979
## Mount settings
@@ -103,7 +103,7 @@ Replace value in brackets, `{}`, with your own values:
103103
| **{API_KEY}** | The endpoint key of the `Anomaly Detector` resource on the Azure `Anomaly Detector` Keys page. | `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` |
104104
| **{ENDPOINT_URI}** | The billing endpoint value is available on the Azure `Anomaly Detector` Overview page.| See [gather required parameters](anomaly-detector-container-howto.md#gather-required-parameters) for explicit examples. |
105105

106-
[!INCLUDE [subdomains-note](../../../includes/cognitive-services-custom-subdomains-note.md)]
106+
[!INCLUDE [subdomains-note](../includes/cognitive-services-custom-subdomains-note.md)]
107107

108108
> [!IMPORTANT]
109109
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](anomaly-detector-container-howto.md#billing).

articles/ai-services/Anomaly-Detector/anomaly-detector-container-howto.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You must meet the following prerequisites before using Anomaly Detector containe
4646

4747
## The host computer
4848

49-
[!INCLUDE [Host Computer requirements](../../../includes/cognitive-services-containers-host-computer.md)]
49+
[!INCLUDE [Host Computer requirements](../includes/cognitive-services-containers-host-computer.md)]
5050

5151
<!--* [Azure IoT Edge](../../iot-edge/index.yml). For instructions of deploying Anomaly Detector module in IoT Edge, see [How to deploy Anomaly Detector module in IoT Edge](how-to-deploy-anomaly-detector-module-in-iot-edge.md).-->
5252

@@ -81,7 +81,7 @@ Use the [`docker pull`](https://docs.docker.com/engine/reference/commandline/pul
8181
<!--
8282
For a full description of available tags, such as `latest` used in the preceding command, see [anomaly-detector](https://go.microsoft.com/fwlink/?linkid=2083827&clcid=0x409) on Docker Hub.
8383
-->
84-
[!INCLUDE [Tip for using docker list](../../../includes/cognitive-services-containers-docker-list-tip.md)]
84+
[!INCLUDE [Tip for using docker list](../includes/cognitive-services-containers-docker-list-tip.md)]
8585

8686
### Docker pull for the Anomaly Detector container
8787

@@ -157,11 +157,11 @@ Use the host, http://localhost:5000, for container APIs.
157157

158158
<!-- ## Validate container is running -->
159159

160-
[!INCLUDE [Container API documentation](../../../includes/cognitive-services-containers-api-documentation.md)]
160+
[!INCLUDE [Container API documentation](../includes/cognitive-services-containers-api-documentation.md)]
161161

162162
## Stop the container
163163

164-
[!INCLUDE [How to stop the container](../../../includes/cognitive-services-containers-stop.md)]
164+
[!INCLUDE [How to stop the container](../includes/cognitive-services-containers-stop.md)]
165165

166166
## Troubleshooting
167167

@@ -176,7 +176,7 @@ If you run the container with an output [mount](anomaly-detector-container-confi
176176

177177
The Anomaly Detector containers send billing information to Azure, using an _Anomaly Detector_ resource on your Azure account.
178178

179-
[!INCLUDE [Container's Billing Settings](../../../includes/cognitive-services-containers-how-to-billing-info.md)]
179+
[!INCLUDE [Container's Billing Settings](../includes/cognitive-services-containers-how-to-billing-info.md)]
180180

181181
For more information about these options, see [Configure containers](anomaly-detector-container-configuration.md).
182182

articles/ai-services/Anomaly-Detector/tutorials/batch-anomaly-detection-powerbi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this tutorial, you'll learn how to:
3131
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAnomalyDetector" title="Create an Anomaly Detector resource" target="_blank">create an Anomaly Detector resource </a> in the Azure portal to get your key and endpoint.
3232
* You will need the key and endpoint from the resource you create to connect your application to the Anomaly Detector API. You'll do this later in the quickstart.
3333

34-
[!INCLUDE [cognitive-services-anomaly-detector-data-requirements](../../../../includes/cognitive-services-anomaly-detector-data-requirements.md)]
34+
[!INCLUDE [cognitive-services-anomaly-detector-data-requirements](../../includes/cognitive-services-anomaly-detector-data-requirements.md)]
3535

3636
## Load and format the time series data
3737

articles/ai-services/LUIS/luis-container-configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Do not use the starter key or the authoring key.
5050

5151
## ApplicationInsights setting
5252

53-
[!INCLUDE [Container shared configuration ApplicationInsights settings](../../../includes/cognitive-services-containers-configuration-shared-settings-application-insights.md)]
53+
[!INCLUDE [Container shared configuration ApplicationInsights settings](../includes/cognitive-services-containers-configuration-shared-settings-application-insights.md)]
5454

5555
## Billing setting
5656

@@ -67,19 +67,19 @@ This setting can be found in the following places:
6767

6868
## Eula setting
6969

70-
[!INCLUDE [Container shared configuration eula settings](../../../includes/cognitive-services-containers-configuration-shared-settings-eula.md)]
70+
[!INCLUDE [Container shared configuration eula settings](../includes/cognitive-services-containers-configuration-shared-settings-eula.md)]
7171

7272
## Fluentd settings
7373

74-
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
74+
[!INCLUDE [Container shared configuration fluentd settings](../includes/cognitive-services-containers-configuration-shared-settings-fluentd.md)]
7575

7676
## HTTP proxy credentials settings
7777

78-
[!INCLUDE [Container shared configuration fluentd settings](../../../includes/cognitive-services-containers-configuration-shared-settings-http-proxy.md)]
78+
[!INCLUDE [Container shared configuration fluentd settings](../includes/cognitive-services-containers-configuration-shared-settings-http-proxy.md)]
7979

8080
## Logging settings
8181

82-
[!INCLUDE [Container shared configuration logging settings](../../../includes/cognitive-services-containers-configuration-shared-settings-logging.md)]
82+
[!INCLUDE [Container shared configuration logging settings](../includes/cognitive-services-containers-configuration-shared-settings-logging.md)]
8383

8484
## Mount settings
8585

@@ -111,7 +111,7 @@ Replace {_argument_name_} with your own values:
111111
| **{API_KEY}** | The endpoint key of the `LUIS` resource on the Azure `LUIS` Keys page. | `xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx` |
112112
| **{ENDPOINT_URI}** | The billing endpoint value is available on the Azure `LUIS` Overview page.| See [gather required parameters](luis-container-howto.md#gather-required-parameters) for explicit examples. |
113113

114-
[!INCLUDE [subdomains-note](../../../includes/cognitive-services-custom-subdomains-note.md)]
114+
[!INCLUDE [subdomains-note](../includes/cognitive-services-custom-subdomains-note.md)]
115115

116116
> [!IMPORTANT]
117117
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](luis-container-howto.md#billing).

articles/ai-services/LUIS/luis-container-howto.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Authoring APIs for packaged apps:
6666

6767
### The host computer
6868

69-
[!INCLUDE [Host Computer requirements](../../../includes/cognitive-services-containers-host-computer.md)]
69+
[!INCLUDE [Host Computer requirements](../includes/cognitive-services-containers-host-computer.md)]
7070

7171
### Container requirements and recommendations
7272

@@ -95,7 +95,7 @@ docker pull mcr.microsoft.com/azure-cognitive-services/language/luis:latest
9595

9696
For a full description of available tags, such as `latest` used in the preceding command, see [LUIS](https://go.microsoft.com/fwlink/?linkid=2043204) on Docker Hub.
9797

98-
[!INCLUDE [Tip for using docker list](../../../includes/cognitive-services-containers-docker-list-tip.md)]
98+
[!INCLUDE [Tip for using docker list](../includes/cognitive-services-containers-docker-list-tip.md)]
9999

100100
## How to use the container
101101

@@ -252,7 +252,7 @@ More [examples](luis-container-configuration.md#example-docker-run-commands) of
252252
> The `Eula`, `Billing`, and `ApiKey` options must be specified to run the container; otherwise, the container won't start. For more information, see [Billing](#billing).
253253
> The ApiKey value is the **Key** from the **Azure Resources** page in the LUIS portal and is also available on the Azure `Azure AI services` resource keys page.
254254
255-
[!INCLUDE [Running multiple containers on the same host](../../../includes/cognitive-services-containers-run-multiple-same-host.md)]
255+
[!INCLUDE [Running multiple containers on the same host](../includes/cognitive-services-containers-run-multiple-same-host.md)]
256256

257257
## Endpoint APIs supported by the container
258258

@@ -350,7 +350,7 @@ After the log is uploaded, [review the endpoint](./how-to/improve-application.md
350350

351351
<!-- ## Validate container is running -->
352352

353-
[!INCLUDE [Container API documentation](../../../includes/cognitive-services-containers-api-documentation.md)]
353+
[!INCLUDE [Container API documentation](../includes/cognitive-services-containers-api-documentation.md)]
354354

355355
## Run the container disconnected from the internet
356356

@@ -372,7 +372,7 @@ If you run the container with an output [mount](luis-container-configuration.md#
372372

373373
The LUIS container sends billing information to Azure, using an _Azure AI services_ resource on your Azure account.
374374

375-
[!INCLUDE [Container's Billing Settings](../../../includes/cognitive-services-containers-how-to-billing-info.md)]
375+
[!INCLUDE [Container's Billing Settings](../includes/cognitive-services-containers-how-to-billing-info.md)]
376376

377377
For more information about these options, see [Configure containers](luis-container-configuration.md).
378378

articles/ai-services/LUIS/luis-get-started-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ To create a Prediction resource from the LUIS portal
257257

258258
## Clean up resources
259259

260-
[!INCLUDE [LUIS How to clean up resources](../../../includes/cognitive-services-luis-tutorial-how-to-clean-up-resources.md)]
260+
[!INCLUDE [LUIS How to clean up resources](../includes/cognitive-services-luis-tutorial-how-to-clean-up-resources.md)]
261261

262262
## Next steps
263263

articles/ai-services/LUIS/luis-how-to-batch-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Import an app that takes a pizza order such as `1 pepperoni pizza on thin crust`
6060
1. Select **Train** in the top-right corner of the navigation to train the app.
6161

6262

63-
[!INCLUDE [Entity roles in batch testing - currently not supported](../../../includes/cognitive-services-luis-roles-not-supported-in-batch-testing.md)]
63+
[!INCLUDE [Entity roles in batch testing - currently not supported](../includes/cognitive-services-luis-roles-not-supported-in-batch-testing.md)]
6464

6565
### Batch test file
6666

articles/ai-services/autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This feature is disabled by default for every new resource. Follow these instruc
2626

2727
Go to your resource's page in the Azure portal, and select the **Overview** tab on the left pane. Under the **Essentials** section, find the **Autoscale** line and select the link to view the **Autoscale Settings** pane and enable the feature.
2828

29-
:::image type="content" source="media/cognitive-services-autoscale/portal-autoscale.png" alt-text="Screenshot of the Azure portal with the autoscale pane on right." lightbox="media/cognitive-services-autoscale/portal-autoscale.png":::
29+
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/cognitive-services-autoscale/portal-autoscale.png" alt-text="Screenshot of the Azure portal with the autoscale pane on right." lightbox="~/reusable-content/ce-skilling/azure/media/cognitive-services-autoscale/portal-autoscale.png":::
3030

3131
#### [Azure CLI](#tab/cli)
3232

0 commit comments

Comments
 (0)