Skip to content

Commit aee8ed2

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into newNetwork
2 parents 11cb30e + 685b057 commit aee8ed2

File tree

41 files changed

+1619
-99
lines changed

Some content is hidden

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

41 files changed

+1619
-99
lines changed

articles/app-service/app-service-configure-premium-v4-tier.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Premium V4 tier
33
description: Learn how to better performance for your web, mobile, and API app in Azure App Service by scaling to the new Premium V4 pricing tier.
44
keywords: app service, azure app service, scale, scalable, app service plan, app service cost
55
ms.topic: article
6-
ms.date: 05/12/2025
6+
ms.date: 06/09/2025
77
ms.author: msangapu
88
author: msangapu-msft
99
ms.custom:
@@ -96,9 +96,18 @@ Premium V4 is available in the following regions:
9696

9797
### Azure Public
9898

99+
- Australia East
100+
- Canada Central
101+
- North Europe
99102
- East US
100-
- West Central US
103+
- East US 2
104+
- France Central
101105
- North Europe
106+
- Southeast Asia
107+
- Sweden Central
108+
- West Central US
109+
- West Europe
110+
- West US 3
102111

103112
## Scale up from an unsupported resource group and region combination
104113

articles/app-service/overview-ai-integration.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cephalin
55
ms.author: cephalin
66
ms.service: azure-app-service
77
ms.topic: overview
8-
ms.date: 05/17/2025
8+
ms.date: 06/06/2025
99
ms.custom:
1010
- build-2025
1111
---
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
This article guides you to language-specific tutorials and resources to help you build intelligent applications with App Service.
1616

17-
Azure App Service makes it easy to integrate AI capabilities into your web applications across multiple programming languages and frameworks. Whether you want to use powerful Azure OpenAI models, deploy local small language models (SLMs) directly with your apps, or implement advanced patterns like retrieval augmented generation (RAG), App Service provides the flexible, secure platform you need for AI-powered applications.
17+
Azure App Service makes it easy to integrate AI capabilities into your web applications across multiple programming languages and frameworks. Whether you want to use powerful Azure OpenAI models, deploy local small language models (SLMs) directly with your apps, host Model Context Protocol (MCP) servers or implement advanced patterns like retrieval augmented generation (RAG), App Service provides the flexible, secure platform you need for AI-powered applications.
1818

1919
App Service offers several advantages for developing and deploying AI-powered applications:
2020

@@ -62,6 +62,16 @@ Implement AI capabilities in your Python web applications:
6262
- [Run a chatbot with a local SLM (FastAPI)](tutorial-ai-slm-fastapi.md) - Deploy a FastAPI application with a local SLM sidecar.
6363
- [Azure AI Foundry tutorial: Deploy an enterprise chat web app](/azure/ai-foundry/tutorials/deploy-chat-web-app?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json) - Deploy fully integrated AI web app straight from your deployment in Azure AI Foundry.
6464

65+
## Model Context Protocol (MCP) servers
66+
67+
Host [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) in your web applications:
68+
69+
- [Host a .NET MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-dotnet) - Deploy an MCP server with .NET.
70+
- [Host a Node.js MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-node) - Deploy an MCP server with Node.js.
71+
- [Host a Python MCP server on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python) - Deploy an MCP server with Python.
72+
- [Host a Pyton MCP server with key-based authorization on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python-auth) - Deploy an MCP server with Python and key-based authorization.
73+
- [Host a Pyton MCP server with OAuth 2.0 authorization on Azure App Service](https://github.com/Azure-Samples/remote-mcp-webapp-python-auth-oauth) - Deploy an MCP server with Python and [Open Authorization (OAuth) 2.0 authorization with Micrososft Entra ID](/entra/architecture/auth-oauth2).
74+
6575
## More resources
6676

6777
- [Azure OpenAI Service documentation](/azure/ai-services/openai/)

articles/azure-health-insights/radiology-insights/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ items:
8080
href: /java/api/overview/azure/health-insights-radiologyinsights-readme
8181
- name: Python
8282
href: /python/api/overview/azure/healthinsights-radiologyinsights-readme
83-
# still being finalized- name: JavaScript
84-
# href: /javascript/api/overview/azure/health-insights-radiologyinsights-rest-readme
83+
- name: JavaScript
84+
href: /javascript/api/overview/azure/health-insights-radiologyinsights-rest-readme?view=azure-node-latest
8585
- name: Resources
8686
items:
8787
- name: FAQ

articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Kubernetes Service (AKS) backup support matrix
33
description: This article provides a summary of support settings and limitations of Azure Kubernetes Service (AKS) backup.
44
ms.topic: reference
5-
ms.date: 09/09/2024
5+
ms.date: 06/10/2025
66
ms.custom:
77
- references_regions
88
- ignite-2023
@@ -151,6 +151,7 @@ This behavior prevents accidental data loss and ensures consistent backups. Cons
151151

152152
## Next steps
153153

154-
- [About Azure Kubernetes Service cluster backup](azure-kubernetes-service-cluster-backup-concept.md)
155-
- [Back up Azure Kubernetes Service cluster](azure-kubernetes-service-cluster-backup.md)
156-
- [Restore Azure Kubernetes Service cluster](azure-kubernetes-service-cluster-restore.md)
154+
- [About Azure Kubernetes Service cluster backup](azure-kubernetes-service-cluster-backup-concept.md).
155+
- Back up Azure Kubernetes Service cluster using [Azure portal](azure-kubernetes-service-cluster-backup.md), [Azure CLI](azure-kubernetes-service-cluster-backup-using-cli.md), [Azure PowerShell](azure-kubernetes-service-cluster-backup-using-powershell.md), [Azure Resource Manager](quick-kubernetes-backup-arm.md), [Bicep](quick-kubernetes-backup-bicep.md), [Terraform](quick-kubernetes-backup-terraform.md).
156+
- Restore Azure Kubernetes Service cluster using [Azure portal](azure-kubernetes-service-cluster-restore.md), [Azure CLI](azure-kubernetes-service-cluster-restore-using-cli.md), [Azure PowerShell](azure-kubernetes-service-cluster-restore-using-powershell.md).
157+
- [Manage Azure Kubernetes Service backups using Azure Backup](azure-kubernetes-service-cluster-manage-backups.md).

articles/backup/backup-azure-vm-migrate-enhanced-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Move VM backup - standard to enhanced policy in Azure Backup
33
description: Learn how to trigger Azure VM backups migration from standard policy to enhanced policy, and then monitor the configuration backup migration job.
44
ms.topic: reference
5-
ms.date: 05/27/2025
5+
ms.date: 06/10/2025
66
ms.service: azure-backup
77
author: jyothisuri
88
ms.author: jsuri
@@ -18,7 +18,7 @@ This article describes how to migrate Azure Virtual Machine (VM) backups from st
1818
Azure Backup now supports migration to the enhanced policy for Azure VM backups using standard policy. The migration of VM backups to enhanced policy enables you to schedule multiple backups per day (up to every 4 hours), retain snapshots for longer duration, and use multi-disk crash consistency for VM backups. Snapshot-tier recovery points (created using enhanced policy) are zonally resilient. The migration of VM backups to enhanced policy also allows you to migrate your VMs to Trusted Launch and use Premium SSD v2 and Ultra-disks for the VMs without disrupting the existing backups.
1919

2020
>[!Note]
21-
>Standard policy supports backup only for unprotected trusted launch VMs via PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later). To enable trusted launch for existing VMs protected by Standard Policy, migrate to Enhanced Policy first.
21+
>Standard policy supports backup only for unprotected trusted launch VMs via CLI (version 2.73.0 and later), PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later). To enable trusted launch for existing VMs protected by Standard Policy, migrate to Enhanced Policy first.
2222
2323
## Considerations
2424

articles/backup/backup-azure-vms-enhanced-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up Azure VMs with Enhanced policy
33
description: Learn how to configure Enhanced policy to back up VMs.
44
ms.topic: how-to
5-
ms.date: 05/27/2025
5+
ms.date: 06/10/2025
66
ms.reviewer: sharrai
77
ms.service: azure-backup
88
ms.custom: devx-track-azurecli, devx-track-azurepowershell
@@ -19,7 +19,7 @@ Azure Backup now supports Enhanced policy for Azure VM backup that offers:
1919
- Longer retention in snapshot (operational) tier up to 30 days.
2020

2121
>[!Note]
22-
>- Standard policy doesn't support protecting newer Azure offerings, such as Ultra SSD and Premium SSD v2. Only PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later) support trusted launch VM backup with Standard policy.
22+
>- Standard policy doesn't support protecting newer Azure offerings, such as Ultra SSD and Premium SSD v2. Only CLI (version 2.73.0 and later), PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later) support trusted launch VM backup with Standard policy.
2323
>- Backups for VMs with data access authentication enabled disks fails.
2424
>- Protection of a VM with an enhanced policy incurs additional snapshot costs. [Learn more](backup-instant-restore-capability.md#cost-impact).
2525
>- Once you enable a VM backup with Enhanced policy, Azure Backup doesn't allow to change the policy type to Standard.

articles/backup/backup-support-matrix-iaas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Support matrix for Azure VM backups
33
description: Get a summary of support settings and limitations for backing up Azure VMs by using the Azure Backup service.
44
ms.topic: reference
5-
ms.date: 06/09/2025
5+
ms.date: 06/10/2025
66
ms.custom:
77
- references_regions
88
- linux-related-content
@@ -185,7 +185,7 @@ Back up Azure VMs with locks | Supported for managed VMs. <br><br> Not supported
185185
Configure standalone Azure VMs in Windows Storage Spaces | Not supported.
186186
[Restore Virtual Machine Scale Sets](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-orchestration-modes#scale-sets-with-flexible-orchestration) | Supported for the flexible orchestration model to back up and restore a single Azure VM.
187187
Restore with managed identities | Supported for managed Azure VMs. <br><br> Not supported for classic and unmanaged Azure VMs. <br><br> Cross-region restore isn't supported with managed identities. <br><br> Currently, this is available in all Azure public and national cloud regions. <br><br> [Learn more](backup-azure-arm-restore-vms.md#restore-vms-with-managed-identities).
188-
<a name="tvm-backup">Back up trusted launch VMs</a> | Supported via [Enhanced policy](backup-azure-vms-enhanced-policy.md) and [Standard policy](backup-instant-restore-capability.md). <br><br> **Feature details**: <br><br> - Backup is supported in all regions where trusted launch VMs are available. <br> - Item-level restore is supported for the [applicable scenarios](#support-for-file-level-restore). <br><br> **Backup support via Enhanced policy**: <br><br> - Azure portal, PowerShell, and REST API clients support trusted launch VM backup with Enhanced policy. <br> - The Azure portal allows you to enable backup through a [Recovery Services vault](backup-azure-arm-vms-prepare.md), the [VM management pane](backup-during-vm-creation.md#run-an-on-demand-backup-after-vm-creation), and the VM creation pane. <br> - Azure Business Continuity Center supports [backup](../business-continuity-center/tutorial-configure-protection-datasource.md), [alerts](../business-continuity-center/tutorial-monitor-alerts-metrics.md), and [monitoring](../business-continuity-center/tutorial-monitor-protection-summary.md) for trusted launch VMs. <br><br> **Backup support via Standard policy**: <br><br> - PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later) only support trusted launch VM backup with Standard policy. <br> - Trusted Launch virtual machines with standard policy use managed disk snapshots for Instant Restore. In this scenario, you incur Snapshot storage cost same as that of Enhanced policy. [Learn more](backup-instant-restore-capability.md#cost-impact). <br><br> Note that migration of an existing Gen2 VM (protected by Azure Backup Standard policy) to Trusted Launch VM requires first [switching to Enhanced policy](backup-azure-vm-migrate-enhanced-policy.md).
188+
<a name="tvm-backup">Back up trusted launch VMs</a> | Supported via [Enhanced policy](backup-azure-vms-enhanced-policy.md) and [Standard policy](backup-instant-restore-capability.md). <br><br> **Feature details**: <br><br> - Backup is supported in all regions where trusted launch VMs are available. <br> - Item-level restore is supported for the [applicable scenarios](#support-for-file-level-restore). <br><br> **Backup support via Enhanced policy**: <br><br> - Azure portal, PowerShell, and REST API clients support trusted launch VM backup with Enhanced policy. <br> - The Azure portal allows you to enable backup through a [Recovery Services vault](backup-azure-arm-vms-prepare.md), the [VM management pane](backup-during-vm-creation.md#run-an-on-demand-backup-after-vm-creation), and the VM creation pane. <br> - Azure Business Continuity Center supports [backup](../business-continuity-center/tutorial-configure-protection-datasource.md), [alerts](../business-continuity-center/tutorial-monitor-alerts-metrics.md), and [monitoring](../business-continuity-center/tutorial-monitor-protection-summary.md) for trusted launch VMs. <br><br> **Backup support via Standard policy**: <br><br> - CLI (version 2.73.0 and later), PowerShell (version Az 14.0.0 and later), and REST API (version 2025-01-01 and later) only support trusted launch VM backup with Standard policy. <br> - Trusted Launch virtual machines with standard policy use managed disk snapshots for Instant Restore. In this scenario, you incur Snapshot storage cost same as that of Enhanced policy. [Learn more](backup-instant-restore-capability.md#cost-impact). <br><br> Note that migration of an existing Gen2 VM (protected by Azure Backup Standard policy) to Trusted Launch VM requires first [switching to Enhanced policy](backup-azure-vm-migrate-enhanced-policy.md).
189189
[Back up confidential VMs](../confidential-computing/confidential-vm-overview.md) | Unsupported. <br><br> Note that the following limited preview support scenarios are discontinued and currently not available: <br><br> - Backup of Confidential VMs with no confidential disk encryption. <br> - Backup of Confidential VMs with confidential OS disk encryption through a platform-managed key (PMK).
190190
Backup of VMs with SSE and CMK encryption using HSM | Supported. <br><br> You must assign the permissions get, wrap, and unwrap key to the Key Vault to User-assigned managed identity.
191191

articles/backup/sap-hana-backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: SAP HANA Backup support matrix
33
description: In this article, learn about the supported scenarios and limitations when you use Azure Backup to back up SAP HANA databases on Azure VMs.
44
ms.topic: reference
5-
ms.date: 06/05/2025
5+
ms.date: 06/10/2025
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: jyothisuri
@@ -22,7 +22,7 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
2222
| -------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
2323
| **Topology** | SAP HANA running in Azure Linux VMs only | HANA Large Instances (HLI) |
2424
| **Regions** | **Americas** – Central US, East US 2, East US, North Central US, South Central US, West US 2, West US 3, West Central US, West US, Canada Central, Canada East, Brazil South <br> **Asia Pacific** – Australia Central, Australia Central 2, Australia East, Australia Southeast, Japan East, Japan West, Korea Central, Korea South, East Asia, Southeast Asia, Central India, South India, West India, China East, China East 2, China East 3, China North, China North 2, China North 3 <br> **Europe** – West Europe, North Europe, France Central, UK South, UK West, Germany North, Germany West Central, Switzerland North, Switzerland West, Central Switzerland North, Norway East, Norway West, Sweden Central, Sweden South <br> **Africa / ME** - South Africa North, South Africa West, UAE North, UAE Central <BR> **Azure Government regions** | France South, Germany Central, Germany Northeast, US Gov IOWA |
25-
| **OS versions** | SLES 12 with SP2, SP3, SP4, and SP5; SLES 15 with SP0, SP1, SP2, SP3, SP4, SP5, and SP6 <br><br> RHEL 7.4, 7.6, 7.7, 7.9, 8.1, 8.2, 8.4, 8.6, 8.8, 9.0, 9.2, and 9.4. | |
25+
| **OS versions** | SLES 12 with SP2, SP3, SP4, and SP5; SLES 15 with SP0, SP1, SP2, SP3, SP4, SP5, and SP6 <br><br> RHEL 7.4, 7.6, 7.7, 7.9, 8.1, 8.2, 8.4, 8.6, 8.8, 8.10, 9.0, 9.2, and 9.4. | |
2626
| **HANA versions** | SDC on HANA 1.x, MDC on HANA 2.x SPS 04, SPS 05 Rev <= 59, SPS 06 (validated for encryption enabled scenarios as well), SPS 07, and SPS 08. | |
2727
| **Encryption** | SSLEnforce, HANA data encryption | |
2828
| **HANA Instances** | - A single SAP HANA instance on a single Azure VM – scale up only. <br><br> - Multiple SAP HANA instances on a single VM. You can protect only one of these multiple instances at a time. | |

articles/cost-management-billing/manage/direct-ea-azure-usage-charges-invoices.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ To view detailed usage for specific accounts, download the usage detail report.
2828

2929
Enterprise Administrators and partner administrators can view historical data usage for terminated enrollments just as they do for active ones using the following information.
3030

31+
> [!NOTE]
32+
> Old Partner can access their usage details for up to 120 days after their participation in the agreement has ended.
33+
3134
As an enterprise administrator:
3235

3336
1. Sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)