Skip to content

Commit 2a88708

Browse files
author
Jill Grant
authored
Merge pull request #2197 from eric-urban/eur/acrolinx-bulk
[SCOPED] acrolinx may to might
2 parents 8532431 + c4c4958 commit 2a88708

File tree

132 files changed

+171
-171
lines changed

Some content is hidden

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

132 files changed

+171
-171
lines changed

articles/ai-services/agents/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ What originally took hundreds of lines of code can now be done in just a few wit
6565

6666
### Comparing Azure agents and Azure OpenAI assistants
6767

68-
Both services enable you to build agents using the same API and SDKs, but if you have additional enterprise requirements, you may want to consider using Azure AI Agent Service. Azure AI Agent Service provides all the capabilities of assistants in addition to:
68+
Both services enable you to build agents using the same API and SDKs, but if you have additional enterprise requirements, you might want to consider using Azure AI Agent Service. Azure AI Agent Service provides all the capabilities of assistants in addition to:
6969

7070
**Flexible model selection** - Create agents that use Azure OpenAI models, or others such as Llama 3, Mistral and Cohere. Choose the most suitable model to meet your business needs.
7171

articles/ai-services/anomaly-detector/concepts/best-practices-multivariate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ to determine whether data at `2021-01-02T00:01:00Z` is anomalous. It moves on in
185185

186186
Normally we recommend you to use `severity` as the filter to sift out 'anomalies' that aren't so important to your business. Depending on your scenario and data pattern, those anomalies that are less important often have relatively lower `severity` values or standalone (discontinuous) high `severity` values like random spikes.
187187

188-
In cases where you've found a need of more sophisticated rules than thresholds against `severity` or duration of continuous high `severity` values, you may want to use `score` to build more powerful filters. Understanding how MVAD is using `score` to determine anomalies may help:
188+
In cases where you've found a need of more sophisticated rules than thresholds against `severity` or duration of continuous high `severity` values, you might want to use `score` to build more powerful filters. Understanding how MVAD is using `score` to determine anomalies may help:
189189

190190
We consider whether a data point is anomalous from both global and local perspective. If `score` at a timestamp is higher than a certain threshold, then the timestamp is marked as an anomaly. If `score` is lower than the threshold but is relatively higher in a segment, it's also marked as an anomaly.
191191

articles/ai-services/computer-vision/how-to/background-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Authentication is done by adding the HTTP request header **Ocp-Apim-Subscription
7777

7878
## Select the image to analyze
7979

80-
The code in this guide uses remote images referenced by URL. You may want to try different images on your own to see the full capability of the Image Analysis features.
80+
The code in this guide uses remote images referenced by URL. You might want to try different images on your own to see the full capability of the Image Analysis features.
8181

8282
<!--
8383
#### [C#](#tab/csharp)

articles/ai-services/computer-vision/how-to/specify-recognition-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you'd like to compare the performances of different recognition models on you
126126
1. Train your **PersonGroup**s using the [Train Person Group] API.
127127
1. Test with [Identify From Person Group] on all four **PersonGroup**s and compare the results.
128128

129-
If you normally specify a confidence threshold (a value between zero and one that determines how confident the model must be to identify a face), you may need to use different thresholds for different models. A threshold for one model isn't meant to be shared to another and won't necessarily produce the same results.
129+
If you normally specify a confidence threshold (a value between zero and one that determines how confident the model must be to identify a face), you might need to use different thresholds for different models. A threshold for one model isn't meant to be shared to another and won't necessarily produce the same results.
130130

131131
## Next steps
132132

articles/ai-services/computer-vision/includes/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ setx VISION_KEY <your_key>
3030
setx VISION_ENDPOINT <your_endpoint>
3131
```
3232

33-
After you add the environment variables, you may need to restart any running programs that will read the environment variables, including the console window.
33+
After you add the environment variables, you might need to restart any running programs that will read the environment variables, including the console window.
3434

3535
#### [Linux](#tab/linux)
3636

articles/ai-services/computer-vision/includes/face-environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setx FACE_APIKEY <your_key>
2727
setx FACE_ENDPOINT <your_endpoint>
2828
```
2929

30-
After you add the environment variables, you may need to restart any running programs that will read the environment variables, including the console window.
30+
After you add the environment variables, you might need to restart any running programs that will read the environment variables, including the console window.
3131

3232
#### [Linux](#tab/linux)
3333

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Authentication is done by adding the HTTP request header **Ocp-Apim-Subscription
2828

2929
## Select the image to analyze
3030

31-
The code in this guide uses remote images referenced by URL. You may want to try different images on your own to see the full capability of the Image Analysis features.
31+
The code in this guide uses remote images referenced by URL. You might want to try different images on your own to see the full capability of the Image Analysis features.
3232

3333
### Image URL
3434
When analyzing a remote image, you specify the image's URL by formatting the request body like this: `{"url":"https://learn.microsoft.com/azure/cognitive-services/computer-vision/images/windows-kitchen.jpg"}`. The **Content-Type** should be `application/json`.

articles/ai-services/computer-vision/spatial-analysis-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ Output of this operation depends on configured `events`, for example if there's
10231023

10241024
## Use the output generated by the container
10251025

1026-
You may want to integrate Spatial Analysis detection or events into your application. Here are a few approaches to consider:
1026+
You might want to integrate Spatial Analysis detection or events into your application. Here are a few approaches to consider:
10271027

10281028
* Use the Azure Event Hubs SDK for your chosen programming language to connect to the Azure IoT Hub endpoint and receive the events. For more information, see [Read device-to-cloud messages from the built-in endpoint](/azure/iot-hub/iot-hub-devguide-messages-read-builtin).
10291029
* Set up **Message Routing** on your Azure IoT Hub to send the events to other endpoints or save the events to your data storage. For more information, see [IoT Hub Message Routing](/azure/iot-hub/iot-hub-devguide-messages-d2c).

articles/ai-services/computer-vision/tutorials/build-enrollment-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The sample app is written using JavaScript and the React Native framework. It ca
6969

7070
Now that you've set up the sample app, you can tailor it to your own needs.
7171

72-
For example, you may want to add situation-specific information on your consent page:
72+
For example, you might want to add situation-specific information on your consent page:
7373

7474
> [!div class="mx-imgBorder"]
7575
> ![app consent page](../media/enrollment-app/1-consent-1.jpg)

articles/ai-services/containers/container-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ sections:
8282
| `BillingEndpointBusy` | The billing endpoint is currently busy. Check the `Retry-After` value and wait for this period to end before you make more requests. |
8383
| `ContainerUseUnauthorized` | The provided API key isn't authorized for use with this container. You're likely using a gated container, so make sure your Azure subscription ID is approved by submitting an [online request](https://aka.ms/csgate). |
8484
| `[ERROR] Failed to download: context deadline exceeded` | The model file download request to our servers timed out. Make sure you have a strong internet connection to download all required files within one hour. Model downloads apply to Text Translation and some Speech service containers. |
85-
| `The provided license path was not found. Please ensure a volume is mounted and a directory exists at the location specified by Mounts:License` | **Disconnected containers only.** There is no license file stored locally at the location specified in your docker run command. You may have mounted the license volume incorrectly. Be sure to check your local file system and provide a valid filepath to the desired local storage location for the license file using the -v argument in your docker run command. |
85+
| `The provided license path was not found. Please ensure a volume is mounted and a directory exists at the location specified by Mounts:License` | **Disconnected containers only.** There is no license file stored locally at the location specified in your docker run command. You might have mounted the license volume incorrectly. Be sure to check your local file system and provide a valid filepath to the desired local storage location for the license file using the -v argument in your docker run command. |
8686
| `Unknown` | The server is currently unable to process billing requests. |
8787
8888
- question: How do I get support?

0 commit comments

Comments
 (0)