Skip to content

Commit d3c448f

Browse files
committed
Merge branch 'main' into release-fabric-mirroring-pupr
2 parents 5abcc9e + 01c2f7d commit d3c448f

File tree

614 files changed

+4004
-1899
lines changed

Some content is hidden

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

614 files changed

+4004
-1899
lines changed

.openpublishing.redirection.azure-kubernetes-service.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,11 @@
461461
"source_path_from_root": "/articles/aks/command-invoke.md",
462462
"redirect_url": "/azure/aks/access-private-cluster",
463463
"redirect_document_id": false
464+
},
465+
{
466+
"source_path_from_root": "/articles/aks/operator-best-practices-run-at-scale.md",
467+
"redirect_url": "/azure/aks/best-practices-performance-scale-large.md",
468+
"redirect_document_id": false
464469
}
465470
]
466471
}

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"redirect_url": "/previous-versions/azure/internet-analyzer/troubleshoot",
4141
"redirect_document_id": false
4242
},
43+
{
44+
"source_path": "articles/internet-analyzer/index.yml",
45+
"redirect_url": "/previous-versions/azure/internet-analyzer/internet-analyzer-overview",
46+
"redirect_document_id": false
47+
},
4348
{
4449
"source_path": "articles/batch/batch-pool-no-public-ip-address.md",
4550
"redirect_url": "/previous-versions/azure/batch/articles/batch/batch-pool-no-public-ip-address",

articles/active-directory-b2c/configure-a-sample-node-web-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ titleSuffix: Azure AD B2C
66
author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
9-
10-
ms.custom: devx-track-js, linux-related-content
9+
ms.custom: devx-track-js
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As a developer, I want to configure authentication in a Node.js web application using Azure Active Directory B2C, so that I can enable users to sign in, sign out, update profile, and reset password using Azure AD B2C user flows.
18-
1915
---
2016

2117
# Configure authentication in a sample Node.js web application by using Azure Active Directory B2C

articles/active-directory-b2c/enable-authentication-python-web-app.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ titleSuffix: Azure AD B2C
66
author: kengaderdus
77
manager: CelesteDG
88
ms.service: active-directory
9-
10-
ms.custom: devx-track-python, linux-related-content
9+
ms.custom: devx-track-python
1110
ms.topic: how-to
1211
ms.date: 01/11/2024
1312
ms.author: kengaderdus
1413
ms.subservice: B2C
15-
16-
1714
#Customer intent: As a Python web application developer, I want to enable Azure Active Directory B2C authentication in my application, so that users can sign in, sign out, update their profile, and reset their password using Azure AD B2C user flows.
18-
1915
---
2016

2117
# Enable authentication in your own Python web application using Azure Active Directory B2C

articles/active-directory-b2c/partner-strata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.subservice: B2C
1818
# Tutorial to configure Azure Active Directory B2C with Strata
1919

2020
> [!CAUTION]
21-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
21+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
2222
2323
In this tutorial, learn how to integrate Azure Active Directory B2C (Azure AD B2C) with Strata [Maverics Identity Orchestrator](https://www.strata.io/), which helps protect on-premises applications. It connects to identity systems, migrates users and credentials, synchronizes policies and configurations, and abstracts authentication and session management. Use Strata to transition from legacy, to Azure AD B2C, without rewriting applications.
2424

articles/advisor/advisor-reference-cost-recommendations.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,7 @@ Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
488488

489489
### Unused/Empty App Service plans
490490

491-
Your App Service plan has no apps running for at least three days. Consider deleting the resource to save costs or add new apps under it.
492-
493-
> [!NOTE]
494-
> It might take up to 48 hours for this recommendation to refresh after you take an action.
491+
Your App Service plan does not have any running applications associated with it. Consider deleting the resource to reduce expenses, or add new applications under it to utilize its capabilities.
495492

496493
Learn more about [App Service plans](../app-service/overview-hosting-plans.md).
497494

articles/ai-services/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Azure AI services documentation
23
href: index.yml
34
- name: Overview
@@ -101,6 +102,10 @@
101102
href: cognitive-services-limited-access.md
102103
- name: Reference
103104
items:
105+
- name: Azure AI services client libraries (SDKs)
106+
href: reference/sdk-package-resources.md
107+
- name: Azure AI services REST APIs
108+
href: reference/rest-api-resources.md
104109
- name: REST API
105110
href: /rest/api/cognitiveservices/accountmanagement/accounts
106111
- name: .NET
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Azure AI SDK for C++
3+
titleSuffix: Azure AI Studio
4+
description: Provides an overview with links to available Azure AI client libraries and packages for C++.
5+
author: eric-urban
6+
manager: nitinme
7+
ms.service: azure-ai-studio
8+
ms.topic: reference
9+
ms.date: 03/06/2024
10+
ms.author: lajanuar
11+
---
12+
13+
## Supported services
14+
15+
| Service | Description | Reference documentation |
16+
| --- | --- | --- |
17+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | [Speech SDK for C++](/cpp/cognitive-services/speech/) |
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Azure AI SDK for C#
3+
titleSuffix: Azure AI Studio
4+
description: Provides an overview with links to available Azure AI client libraries and packages for C#.
5+
author: eric-urban
6+
manager: nitinme
7+
ms.service: azure-ai-studio
8+
ms.topic: reference
9+
ms.date: 03/05/2024
10+
ms.author: lajanuar
11+
---
12+
13+
## Supported services
14+
15+
| Service | Description | Reference documentation |
16+
| --- | --- | --- |
17+
| ![Azure AI Search icon](../../../media/service-icons/search.svg) [Azure AI Search](../../../../search/index.yml) | Bring AI-powered cloud search to your mobile and web apps. | &bullet;&NonBreakingSpace;[Azure AI Search SDK for .NET](/dotnet/api/overview/azure/search.documents-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Azure AI Search NuGet package](https://www.nuget.org/packages/Azure.Search.Documents/11.6.0-beta.2) |
18+
| ![Azure OpenAI Service icon](../../../media/service-icons/azure.svg) [Azure OpenAI](../../../openai/index.yml) | Perform a wide variety of natural language tasks. | &bullet;&NonBreakingSpace;[Azure OpenAI SDK for .NET](/dotnet/api/azure.ai.openai?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Azure OpenAI NuGet package](https://www.nuget.org/packages/Azure.AI.OpenAI/1.0.0-beta.13) |
19+
| ![Bot service icon](../../../media/service-icons/bot-services.svg) [Bot Service](/composer/) | Create bots and connect them across channels. | &bullet;&NonBreakingSpace;[Bot service SDK for .NET](https://github.com/Microsoft/botbuilder-dotnet?tab=readme-ov-file) <br><br>&bullet;&NonBreakingSpace;[Bot Builder (NuGet package)](https://github.com/Microsoft/botbuilder-dotnet/#packages) |
20+
| ![Content Safety icon](../../../media/service-icons/content-safety.svg) [Content Safety](../../../content-safety/index.yml) | Detect harmful content in applications and services.| &bullet;&NonBreakingSpace;[Content Safety SDK for .NET](/dotnet/api/overview/azure/ai.contentsafety-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Content Safety NuGet package](https://www.nuget.org/packages/Azure.AI.ContentSafety/1.0.0) |
21+
| ![Custom Vision icon](../../../media/service-icons/custom-vision.svg) [Custom Vision](../../../custom-vision-service/index.yml) | Customize image recognition for your applications and models. | &bullet;&NonBreakingSpace;[Custom Vision SDK for .NET](/dotnet/api/overview/azure/custom-vision?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Custom Vision NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction)<br><br>&bullet;&NonBreakingSpace;[Custom Vision NuGet package (training)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training)|
22+
| ![Document Intelligence icon](../../../media/service-icons/document-intelligence.svg) [Document Intelligence](../../../document-intelligence/index.yml) | Turn documents into intelligent data-driven solutions. | &bullet;&NonBreakingSpace;[Document Intelligence SDK for .NET](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Document Intelligence NuGet package](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0-beta.1) |
23+
| ![Face icon](../../../media/service-icons/face.svg) [Face](../../../computer-vision/overview-identity.md) | Detect, recognize, and identify human faces in images. | &bullet;&NonBreakingSpace;[Face SDK for .NET](/dotnet/api/overview/azure/cognitiveservices/face-readme?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Face NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.7.0-preview.3) |
24+
| ![Immersive Reader icon](../../../media/service-icons/immersive-reader.svg) [Immersive Reader](../../../immersive-reader/index.yml) | Help users with text readability and comprehension. | &bullet;&NonBreakingSpace;[Immersive Reader C# quickstart](../../../immersive-reader/quickstarts/client-libraries.md?pivots=programming-language-csharp) |
25+
| ![Language icon](../../../media/service-icons/language.svg) [Language](../../../language-service/index.yml) | Build applications with natural language understanding capabilities. | &bullet;&NonBreakingSpace;[Language SDK for .NET (text analysis)](/dotnet/api/overview/azure/ai.textanalytics-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Language NuGet package (text analysis)](https://www.nuget.org/packages/Azure.AI.TextAnalytics)<br><br>&bullet;&NonBreakingSpace;[Language SDK for .NET (Question Answering)](/dotnet/api/overview/azure/ai.language.questionanswering-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Language NuGet package (question answering)](https://www.nuget.org/packages/Azure.AI.Language.QuestionAnswering) |
26+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | &bullet;&NonBreakingSpace;[Speech SDK for .NET](/dotnet/api/microsoft.cognitiveservices.speech?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Speech NuGet package (Speech CLI)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.CLI)|
27+
| ![Translator icon](../../../media/service-icons/translator.svg) [Translator](../../../translator/index.yml) | Use AI-powered translation technology to translate more than 100 in-use, at-risk, and endangered languages and dialects. | &bullet;&NonBreakingSpace;[Translator SDK for .NET (text)](/dotnet/api/overview/azure/ai.translation.text-readme?view=azure-dotnet-preview&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Translator NuGet package (text)](https://www.nuget.org/packages/Azure.AI.Translation.Text/1.0.0-beta.1)<br><br>&bullet;&NonBreakingSpace;[Translator SDK for .NET (batch)](/dotnet/api/overview/azure/AI.Translation.Document-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Translator NuGet package (batch)](https://www.nuget.org/packages/Azure.AI.Translation.Document) |
28+
| ![Video Indexer icon](../../../media/service-icons/video-indexer.svg) [Video Indexer](/azure/azure-video-indexer) | Extract actionable insights from your videos. | [Video Indexer C# code samples](https://github.com/Azure-Samples/azure-video-indexer-samples/tree/master/API-Samples/C%2)|
29+
| ![Vision icon](../../../media/service-icons/vision.svg) [Vision](../../../computer-vision/index.yml) | Analyze content in digital images and rich media assets.| &bullet;&NonBreakingSpace;[Vision SDK for .NET](/dotnet/api/overview/azure/AI.Vision.ImageAnalysis-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Vision NuGet package](https://www.nuget.org/packages/Azure.AI.Vision.ImageAnalysis) |
30+
31+
## Deprecated services
32+
33+
| Service | Description | Reference documentation |
34+
| --- | --- | --- |
35+
| ![Anomaly Detector icon](../../../media/service-icons/anomaly-detector.svg) [Anomaly Detector](../../../Anomaly-Detector/index.yml) <br>(deprecated 2023) | Monitor and detect anomalies in time series data. | &bullet;&NonBreakingSpace;[Anomaly Detector SDK for .NET](/dotnet/api/azure.ai.anomalydetector?view=azure-dotnet-preview&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Anomaly Detector NuGet package](https://www.nuget.org/packages/Azure.AI.AnomalyDetector) |
36+
| ![Content Moderator icon](../../../media/service-icons/content-moderator.svg) [Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. | &bullet;&NonBreakingSpace;[Content Moderator SDK for .NET](/dotnet/api/overview/azure/content-moderator?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Content Moderator NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.ContentModerator) |
37+
| ![Language Understanding icon](../../../media/service-icons/luis.svg) [Language understanding (LUIS)](../../../luis/index.yml) <br>(deprecated 2023) | Use natural language understanding in your applications. | &bullet;&NonBreakingSpace;[LUIS SDK for .NET (authoring)](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/LUIS)<br><br>&bullet;&NonBreakingSpace;[LUIS NuGet package (authoring)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring/)<br><br>&bullet;&NonBreakingSpace;[LUIS SDK for .NET (prediction)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Language.LUIS.Runtime)<br><br>&bullet;&NonBreakingSpace; [LUIS NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/) |
38+
| ![Metrics Advisor icon](../../../media/service-icons/metrics-advisor.svg) [Metrics Advisor](../../../metrics-advisor/index.yml) <br>(deprecated 2023) | Detect harmful content in applications and services.| &bullet;&NonBreakingSpace;[Metrics Advisor SDK for .NET](/dotnet/api/overview/azure/ai.metricsadvisor-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Metrics Advisor NuGet package](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor) |
39+
| ![Personalizer icon](../../../media/service-icons/personalizer.svg) [Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. | &bullet;&NonBreakingSpace;[Personalizer SDK for .NET](/dotnet/api/overview/azure/personalizer?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Personalizer NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/1.0.0) |
40+
| ![QnA Maker icon](../../../media/service-icons/luis.svg) [QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. | &bullet;&NonBreakingSpace;[QnA maker SDK for .NET](/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker?view=azure-dotnet-legacy&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[QnA maker NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker/) |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Azure AI SDK for Go
3+
titleSuffix: Azure AI Studio
4+
description: Provides an overview with links to available Azure AI client libraries and packages for Go.
5+
author: eric-urban
6+
manager: nitinme
7+
ms.service: azure-ai-studio
8+
ms.topic: reference
9+
ms.date: 03/06/2024
10+
ms.author: lajanuar
11+
---
12+
13+
## Supported services
14+
15+
| Service | Description | Reference documentation |
16+
| --- | --- | --- |
17+
| ![Azure OpenAI Service icon](../../../media/service-icons/azure.svg) [Azure OpenAI](../../../openai/index.yml) | Perform a wide variety of natural language tasks. | &bullet;&NonBreakingSpace;[Azure OpenAI SDK for GO](https://github.com/Azure/azure-sdk-for-go/tree/sdk/ai/azopenai/v0.4.1/sdk/ai/azopenai/) <br><br>&bullet;&NonBreakingSpace;[Azure OpenAI GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai)|
18+
| ![Custom Vision icon](../../../media/service-icons/custom-vision.svg) [Custom Vision](../../../custom-vision-service/index.yml) | Customize image recognition for your applications and models. |&bullet;&NonBreakingSpace;[Custom Vision GO module (prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction) <br><br>&bullet;&NonBreakingSpace;[GO module (training)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training)|
19+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | &bullet;&NonBreakingSpace;[Speech GO module](https://pkg.go.dev/github.com/Microsoft/cognitive-services-speech-sdk-go)|
20+
21+
## Deprecated services
22+
23+
| Service | Description | Reference documentation |
24+
| --- | --- | --- |
25+
| ![Content Moderator icon](../../../media/service-icons/content-moderator.svg) [Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. | &bullet;&NonBreakingSpace;[Content Moderator SDK for GO](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator) |
26+
| ![Language Understanding icon](../../../media/service-icons/luis.svg) [Language understanding (LUIS)](../../../luis/index.yml)<br>(deprecated 2023) | Use natural language understanding in your applications. | &bullet;&NonBreakingSpace;[LUIS GO module (authoring and prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis) |
27+
| ![Personalizer icon](../../../media/service-icons/personalizer.svg) [Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. | &bullet;&NonBreakingSpace;[Personalizer GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk) |
28+
| ![QnA Maker icon](../../../media/service-icons/luis.svg) [QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. | &bullet;&NonBreakingSpace;[QnA maker GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker) |

0 commit comments

Comments
 (0)