Skip to content

Commit f640f5c

Browse files
Merge pull request #308091 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-10 18:02 UTC
2 parents 75bbe46 + 93675e6 commit f640f5c

File tree

122 files changed

+1203
-645
lines changed

Some content is hidden

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

122 files changed

+1203
-645
lines changed

articles/app-service/tutorial-ai-agent-web-app-langgraph-foundry-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cephalin
66
ms.author: cephalin
77
ms.devlang: javascript
88
ms.topic: tutorial
9-
ms.date: 06/25/2025
9+
ms.date: 11/10/2025
1010
ms.custom:
1111
- devx-track-javascript
1212
ms.collection: ce-skilling-ai-copilot

articles/app-service/tutorial-ai-agent-web-app-langgraph-foundry-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cephalin
66
ms.author: cephalin
77
ms.devlang: python
88
ms.topic: tutorial
9-
ms.date: 08/20/2025
9+
ms.date: 11/10/2025
1010
ms.custom:
1111
- devx-track-python
1212
ms.collection: ce-skilling-ai-copilot

articles/app-service/tutorial-ai-agent-web-app-semantic-kernel-foundry-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cephalin
66
ms.author: cephalin
77
ms.devlang: csharp
88
ms.topic: tutorial
9-
ms.date: 06/25/2025
9+
ms.date: 11/10/2025
1010
ms.custom:
1111
- devx-track-dotnet
1212
ms.collection: ce-skilling-ai-copilot

articles/app-service/tutorial-ai-agent-web-app-semantic-kernel-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cephalin
66
ms.author: cephalin
77
ms.devlang: csharp
88
ms.topic: tutorial
9-
ms.date: 07/16/2025
9+
ms.date: 11/10/2025
1010
ms.custom:
1111
- devx-track-java
1212
ms.collection: ce-skilling-ai-copilot

articles/app-service/tutorial-ai-model-context-protocol-server-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Web app as MCP server in GitHub Copilot Chat agent mode (.NET)
33
description: Empower GitHub Copilot Chat with your existing .NET web apps by integrating their capabilities as Model Context Protocol servers, enabling Copilot Chat to perform real-world tasks.
44
author: cephalin
55
ms.author: cephalin
6-
ms.date: 06/17/2025
6+
ms.date: 11/10/2025
77
ms.topic: tutorial
88
ms.custom:
99
- devx-track-dotnet

articles/app-service/tutorial-ai-model-context-protocol-server-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Web app as MCP server in GitHub Copilot Chat agent mode (Java)
33
description: Empower GitHub Copilot Chat with your existing Java web apps by integrating their capabilities as Model Context Protocol servers, enabling Copilot Chat to perform real-world tasks.
44
author: cephalin
55
ms.author: cephalin
6-
ms.date: 07/16/2025
6+
ms.date: 11/10/2025
77
ms.topic: tutorial
88
ms.custom:
99
- devx-track-java

articles/app-service/tutorial-ai-model-context-protocol-server-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Web app as MCP server in GitHub Copilot Chat agent mode (Node.js)
33
description: Empower GitHub Copilot Chat with your existing Node.js web apps by integrating their capabilities as Model Context Protocol servers, enabling Copilot Chat to perform real-world tasks.
44
author: cephalin
55
ms.author: cephalin
6-
ms.date: 07/22/2025
6+
ms.date: 11/10/2025
77
ms.topic: tutorial
88
ms.custom:
99
- devx-track-javascript

articles/app-service/tutorial-ai-model-context-protocol-server-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Web app as MCP server in GitHub Copilot Chat agent mode (Python)
33
description: Empower GitHub Copilot Chat with your existing Python web apps by integrating their capabilities as Model Context Protocol servers, enabling Copilot Chat to perform real-world tasks.
44
author: cephalin
55
ms.author: cephalin
6-
ms.date: 07/22/2025
6+
ms.date: 11/10/2025
77
ms.topic: tutorial
88
ms.custom:
99
- devx-track-python

articles/app-testing/load-testing/how-to-diagnose-failing-load-test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ Use the following steps to help diagnose a test not finishing:
100100
1. [Download and analyze the test logs](#download-apache-jmeter-or-locust-worker-logs-for-your-load-test) to identify issues in the JMeter test script.
101101
1. [Download the test results](./how-to-export-test-results.md) to identify issues with individual requests.
102102

103+
You can also view AI-based error insights for your test run after a test run completes. The insights generated contain the cause of error and more actionable recommendations. Refer to [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839)
104+
105+
> [!NOTE]
106+
> By agreeing to use AI-based error insights, you agree that the log files for your test run will be used by AI to generate recommendations.
107+
103108
### Load test completed
104109

105110
A load test might run the test script until the end (test status equals *Done*), but might not pass all the [test fail criteria](./how-to-define-test-criteria.md). If at least one of the test criteria didn't pass, the *test result* of the test run is set to *Failed*.

articles/azure-app-configuration/quickstart-feature-flag-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This library does **not** have a dependency on any Azure libraries. They seamles
2828

2929
## Add a feature flag
3030

31-
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag). At this stage the Enable feature flag check bock should be unchecked.
31+
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./manage-feature-flags.md#create-a-feature-flag). At this stage the Enable feature flag check box should be unchecked.
3232

3333
> [!div class="mx-imgBorder"]
3434
> ![Screenshot of enable feature flag named Beta.](media/add-beta-feature-flag.png)

0 commit comments

Comments
 (0)