Skip to content

Commit ba71c52

Browse files
committed
Merge branch 'main' into release-esan-backup
2 parents 5b40f36 + e2a46db commit ba71c52

File tree

64 files changed

+711
-541
lines changed

Some content is hidden

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

64 files changed

+711
-541
lines changed

articles/application-gateway/for-containers/prometheus-grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Application Gateway for Containers metrics to be sent to
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
7-
ms.topic: article
7+
ms.topic: how-to
88
ms.date: 10/21/2024
99
ms.author: greglin
1010
---

articles/application-gateway/for-containers/siem-integration-with-sentinel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure Application Gateway for Containers for SIEM integration w
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-appgw-for-containers
7-
ms.topic: article
7+
ms.topic: how-to
88
ms.date: 07/11/2024
99
ms.author: greglin
1010
---

articles/application-gateway/resource-health-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article is an overview of the resource health feature for Azur
44
services: application-gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
7-
ms.topic: article
7+
ms.topic: overview
88
ms.date: 7/9/2019
99
ms.author: greglin
1010
---
@@ -56,4 +56,4 @@ The **Degraded** health status indicates your gateway has detected a loss in per
5656

5757
## Next steps
5858

59-
To learn about troubleshooting Application Gateway Web Application Firewall (WAF), see [Troubleshoot Web Application Firewall (WAF) for Azure Application Gateway](../web-application-firewall/ag/web-application-firewall-troubleshoot.md).
59+
To learn about troubleshooting Application Gateway Web Application Firewall (WAF), see [Troubleshoot Web Application Firewall (WAF) for Azure Application Gateway](../web-application-firewall/ag/web-application-firewall-troubleshoot.md).

articles/azure-app-configuration/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@
166166
href: concept-soft-delete.md
167167
- name: Recover or purge deleted stores
168168
href: howto-recover-deleted-stores-in-azure-app-configuration.md
169+
- name: AI configuration
170+
items:
171+
- name: Overview
172+
href: concept-ai-configuration.md
169173
- name: Feature management
170174
items:
171175
- name: Overview
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Azure App Configuration support for AI Configuration
3+
description: Introduction to AI Configuration support using App Configuration
4+
author: MaryanneNjeri
5+
ms.author: mgichohi
6+
ms.service: azure-app-configuration
7+
ms.topic: concept-article
8+
ms.date: 04/18/2025
9+
ms.collection: ce-skilling-ai-copilot
10+
---
11+
12+
# AI configuration
13+
14+
AI application development often requires rapid iteration of prompts and frequent tuning of model parameters to meet evolving goals such as quality, responsiveness, customer satisfaction, and cost efficiency. AI configuration in Azure App Configuration helps streamline this process by decoupling model settings from application code, enabling faster, safer, and more flexible iteration. Here are some key benefits:
15+
16+
* **Rapid configuration iteration**
17+
Externalize AI model settings, such as prompts, temperature, or model versions, into Azure App Configuration. Your applications can dynamically load updated configurations at runtime without requiring restarts, rebuilds, or redeployments.
18+
19+
* **Guided configuration authoring**
20+
Use built-in configuration templates that conform to the specifications of models from various providers. The guided configuration authoring simplifies the adoption of new models, reduces configuration errors, and accelerates development by ensuring your settings are valid and aligned with model requirements.
21+
22+
* **Safe and controlled rollouts**
23+
Use feature flags to gradually release new model settings or models to targeted user segments. Monitor rollout progress with telemetry and control rollbacks or roll-forwards with ease.
24+
25+
* **Data-driven experimentation**
26+
Define custom metrics to evaluate the effectiveness of new AI configurations. Measure impact on performance, cost, or user satisfaction to make informed decisions about future iterations.
27+
28+
## Chat completion configuration
29+
30+
Chat completion is an AI capability that produces human-like dialogue responses while retaining memory of previous interactions to create coherent, contextual conversations. The following models are supported.
31+
32+
| **Provider** | **Model** |
33+
|----------------|-----------------------|
34+
| OpenAI | GPT-3.5-Turbo |
35+
| OpenAI | GPT-4 |
36+
| OpenAI | GPT-4o |
37+
| OpenAI | GPT-4.5 Preview |
38+
| OpenAI | GPT-4.1 |
39+
| OpenAI | GPT-4.1-nano |
40+
| OpenAI | GPT-4.1-mini |
41+
| OpenAI | o1 |
42+
| OpenAI | o1-mini |
43+
| OpenAI | o1-preview |
44+
| OpenAI | o3-mini |
45+
| Anthropic | Claude 3.7 Sonnet |
46+
| Google | Gemini 2.5 Pro |
47+
| DeepSeek | DeepSeek-R1 |
48+
49+
50+
Azure OpenAI Service supports a diverse set of models from OpenAI. For more information, see [Azure OpenAI Service models](/azure/ai-services/openai/concepts/models). To learn more about models from Anthropic, refer to the [Claude models documentation](https://docs.anthropic.com/docs/about-claude/models/overview).
51+
For more details about models provided by Google, see the [Gemini models documentation](https://ai.google.dev/gemini-api/docs/models).

articles/azure-functions/flex-consumption-plan.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,15 @@ This table shows the language stack versions that are currently supported for Fl
105105

106106
| Language stack | Required version |
107107
| --- | :-----: |
108-
| C# (isolated process mode)<sup>1</sup> | .NET 8<sup>2</sup> |
109-
| Java | Java 11, Java 17 |
110-
| Node.js | Node 20 |
108+
| C# (isolated process mode)<sup>1</sup> | .NET 8<sup>2</sup>, .NET 9<sup>3</sup> |
109+
| Java | Java 11, Java 17, Java 21 |
110+
| Node.js | Node.js 20, Node.js 22 |
111111
| PowerShell | PowerShell 7.4 |
112112
| Python | Python 3.10, Python 3.11, Python 3.12 |
113113

114-
<sup>1</sup>[C# in-process mode](./functions-dotnet-class-library.md) isn't supported. You instead need to [migrate your .NET code project to run in the isolated worker model](migrate-dotnet-to-isolated-model.md).
115-
<sup>2</sup>Requires version `1.20.0` or later of [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and version `1.16.2` or later of [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
114+
1. [C# in-process mode](./functions-dotnet-class-library.md) isn't supported. You instead need to [migrate your .NET code project to run in the isolated worker model](migrate-dotnet-to-isolated-model.md).
115+
2. Requires version `1.20.0` or later of [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and version `1.16.2` or later of [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
116+
3. Requires version `2.0.0` or later of both [Microsoft.Azure.Functions.Worker](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker) and [Microsoft.Azure.Functions.Worker.Sdk](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Sdk).
116117

117118
## Regional subscription memory quotas
118119

articles/azure-functions/functions-container-apps-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For a general overview of container hosting options for Azure Functions, see [Li
1919

2020
## Hosting and workload profiles
2121

22-
There are two primary hosting plans for Container Apps, a serverless [Consumption plan](../container-apps/plans.md#consumption) and a [Dedicated plan](../container-apps/plans.md#dedicated), which uses workload profiles to better control your deployment resources. A workload profile determines the amount of compute and memory resources available to container apps deployed in an environment. These profiles are configured to fit the different needs of your applications.
22+
There are two primary plans for Container Apps: a serverless [Consumption plan](../container-apps/plans.md#consumption) and a [Dedicated plan](../container-apps/plans.md#dedicated). Both can be used in Workload profiles environment types, with workload profiles determining the compute and memory resources available to your apps. A workload profile determines the amount of compute and memory resources available to container apps deployed in an environment. These profiles are configured to fit the different needs of your applications.
2323

2424
The Consumption workload profile is the default profile added to every Workload profiles environment type. You can add Dedicated workload profiles to your environment as you create an environment or after it's created. To learn more about workload profiles, see [Workload profiles in Azure Container Apps](../container-apps/workload-profiles-overview.md).
2525

articles/azure-netapp-files/azure-government.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-azurecli, no-azure-ad-ps-ref
88
ms.topic: concept-article
9-
ms.date: 04/17/2025
9+
ms.date: 05/21/2025
1010
ms.author: anfdocs
1111
---
1212

@@ -24,6 +24,7 @@ All [Azure NetApp Files features](whats-new.md) available on Azure public cloud
2424

2525
| Azure NetApp Files features | Azure public cloud availability | Azure Government availability |
2626
|:--- |:--- |:--- |
27+
| Azure NetApp Files customer-managed key with managed Hardware Security Module | Generally available | No |
2728
| Azure NetApp Files file access logs | Public preview | No |
2829

2930
## Portal access

0 commit comments

Comments
 (0)