Skip to content

Commit 72454c5

Browse files
committed
Merge branch 'main' into release-build-azure-ai-content-safety
2 parents a8282ce + dfb098f commit 72454c5

File tree

260 files changed

+3898
-2205
lines changed

Some content is hidden

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

260 files changed

+3898
-2205
lines changed

articles/active-directory-b2c/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,10 @@
535535
href: partner-nevis.md
536536
- name: Nok Nok
537537
href: partner-nok-nok.md
538-
- name: Transmit Security
538+
- name: Transmit Security for passwordless
539539
href: partner-bindid.md
540+
- name: Transmit Security for risk detection
541+
href: partner-transmit-security.md
540542
- name: Trusona
541543
href: partner-trusona.md
542544
- name: Twilio
173 KB
Loading

articles/active-directory-b2c/partner-transmit-security.md

Lines changed: 448 additions & 0 deletions
Large diffs are not rendered by default.

articles/ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,26 @@
219219
"source_path_from_root": "/articles/ai-services/openai/how-to/prepare-dataset.md",
220220
"redirect_url": "/azure/ai-services/openai/concepts/fine-tuning-considerations",
221221
"redirect_document_id": true
222-
}
222+
},
223+
{
224+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-api.md",
225+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
226+
"redirect_document_id": false
227+
},
228+
{
229+
"source_path_from_root": "/articles/ai-services/content-moderator/try-text-api.md",
230+
"redirect_url": "/azure/ai-services/content-moderator/client-libraries",
231+
"redirect_document_id": false
232+
},
233+
{
234+
"source_path_from_root": "/articles/ai-services/content-moderator/try-image-list-api.md",
235+
"redirect_url": "/azure/ai-services/content-moderator/image-lists-quickstart-dotnet",
236+
"redirect_document_id": false
237+
},
238+
{
239+
"source_path_from_root": "/articles/ai-services/content-moderator/try-terms-list-api.md",
240+
"redirect_url": "/azure/ai-services/content-moderator/term-lists-quickstart-dotnet",
241+
"redirect_document_id": false
242+
},
223243
]
224244
}

articles/ai-services/computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,6 @@ In this article, you learned concepts and workflow for downloading, installing,
344344

345345
* Review [Configure containers](computer-vision-resource-container-config.md) for configuration settings
346346
* Review the [OCR overview](overview-ocr.md) to learn more about recognizing printed and handwritten text
347-
* Refer to the [Read API](https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/5d986960601faab4bf452005) for details about the methods supported by the container.
347+
* Refer to the [Read API](/rest/api/computervision/operation-groups?view=rest-computervision-v3.2-preview) for details about the methods supported by the container.
348348
* Refer to [Frequently asked questions (FAQ)](FAQ.yml) to resolve issues related to Azure AI Vision functionality.
349349
* Use more [Azure AI containers](../cognitive-services-container-support.md)

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ It's important to note the limitations of background removal:
5252

5353
## Use the API
5454

55-
The background removal feature is available through the [Segment](https://centraluseuap.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-02-01-preview/operations/63e6b6d9217d201194bbecbd) API (`imageanalysis:segment`). See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
55+
The background removal feature is available through the [Segment](/rest/api/computervision/image-analysis/segment?view=rest-computervision-2023-02-01-preview&tabs=HTTP) API (`imageanalysis:segment`). See the [Background removal how-to guide](./how-to/background-removal.md) for more information.
5656

5757
## Next steps
5858

articles/ai-services/computer-vision/concept-shelf-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ It returns a JSON response that accounts for each position in the planogram docu
183183
Get started with Product Recognition by trying out the stitching and rectification APIs. Then do basic analysis with the Product Understanding API.
184184
* [Prepare images for Product Recognition](./how-to/shelf-modify-images.md)
185185
* [Analyze a shelf image](./how-to/shelf-analyze.md)
186-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0b)
186+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

articles/ai-services/computer-vision/how-to/shelf-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ In this guide, you learned how to make a basic analysis call using the pretraine
155155
> [Train a custom model for Product Recognition](../how-to/shelf-model-customization.md)
156156

157157
* [Image Analysis overview](../overview-image-analysis.md)
158-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0b)
158+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

articles/ai-services/computer-vision/how-to/shelf-model-customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ In this guide, you learned how to use a custom Product Recognition model to bett
6868
> [Planogram matching](shelf-planogram.md)
6969
7070
* [Image Analysis overview](../overview-image-analysis.md)
71-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0b)
71+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

articles/ai-services/computer-vision/how-to/shelf-planogram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ Paired planogram position ID and corresponding detected object from product unde
300300
## Next steps
301301

302302
* [Image Analysis overview](../overview-image-analysis.md)
303-
* [API reference](https://eastus.dev.cognitive.microsoft.com/docs/services/unified-vision-apis-public-preview-2023-04-01-preview/operations/644aba14fb42681ae06f1b0a)
303+
* [API reference](/rest/api/computervision/operation-groups?view=rest-computervision-2023-04-01-preview)

0 commit comments

Comments
 (0)