You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-ai-integrate-azure-ai-agent-python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ FasAPI already contains OpenAPI functionality at the default path `/openapi.json
157
157
-"Create a restaurant. Use your imagination for the details."
158
158
-"I didn't like the food at this restaurant. Please create a 2 star review."
159
159
160
-
:::image type="content"source="media/tutorial-ai-integrate-azure-ai-agent-python/agents-playground.png" alt-text="Screenshot showing the agents playground in the middle of a conversation that takes actions by using the OpenAPI tool.":::
160
+
:::image type="content"source="media/tutorial-ai-integrate-azure-ai-agent-python/agents-playground.png" alt-text="Screenshot showing the agents playground in the middle of a conversation that takes actions by using the OpenAPI tool. The prompt says to create a restaurant.":::
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/whats-new.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
19
19
20
20
## September 2025
21
21
22
+
*[Azure NetApp Files datastore support in Azure VMware Solution Generation 2](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md)
23
+
24
+
[Azure NetApp Files datastore](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md) is now supported in [Azure VMware Solution (AVS) Generation 2](../azure-vmware/native-introduction.md). AVS Generation 2 private clouds are deployed inside an Azure virtual network. This means that ExpressRoute is no longer needed to connect the Azure VMware Solution to Azure NetApp Files datastores. This deployment simplifies networking architecture, enhances data transfer speeds, reduces latency for workloads, and improves performance when accessing other Azure services. This capability is supported in all regions where Azure VMware Solution Generation 2 and Azure NetApp Files are available.
25
+
22
26
*[Azure NetApp Files migration assistant](migrate-volumes.md) is now generally available (GA)
23
27
24
28
Azure NetApp Files [migration assistant](migrate-data.md) enables you to accelerate and simplify migrations of business-critical applications and data to Azure. Migration assistant offers efficient and cost-effective data migration, leveraging ONTAP's built-in replication engine for seamless transition from on-premises storage or Cloud Volumes ONTAP to Azure NetApp Files. It's a storage-efficient data transfer that reduces network transfer costs for both baseline and incremental updates. Migration assistant also offers a low cutover/downtime window, ensuring faster and more efficient final updates, minimizing disruption to operations. Volume migration using migration assistant includes source volume snapshots for primary data protection, and directory and file metadata maintaining security attributes.
description: Learn how to create Azure NetApp Files-based NFS datastores for Azure VMware Solution hosts.
4
4
ms.topic: how-to
5
5
ms.service: azure-vmware
6
-
ms.date: 09/02/2025
6
+
ms.date: 09/04/2025
7
7
ms.custom: "references_regions, engagement-fy23"
8
8
# Customer intent: "As an IT administrator, I want to attach Azure NetApp Files NFS datastores to Azure VMware Solution hosts, so that I can optimize storage performance and manage virtual machine workloads effectively in a cloud environment."
By using NFS datastores backed by Azure NetApp Files, you can expand your storage instead of scaling the clusters. You can also use Azure NetApp Files volumes to replicate data from on-premises or primary VMware vSphere environments for the secondary site.
18
18
19
-
Create your Azure VMware Solution and create Azure NetApp Files NFS volumes in the virtual network connected to it using an ExpressRoute. Ensure there's connectivity from the private cloud to the NFS volumes created. Use those volumes to create NFS datastores and attach the datastores to clusters of your choice in a private cloud. As a native integration, you need no other permissions configured via vSphere.
19
+
You create your Azure VMware Solution and Azure NetApp Files NFS volumes in a virtual network. For Azure VMware Solution Generation 1 private clouds, the ExpressRoute is required for connectivity between the clusters and the Azure NetApp Files volumes. For Azure VMware Solution Generation 2 private clouds, Azure NetApp Files volumes can use the same virtual network or a virtual network that is peered with the virtual network of your private cloud. Ensure there's connectivity from the private cloud to the NFS volumes created. Use those volumes to create NFS datastores and attach the datastores to clusters of your choice in a private cloud. As a native integration, you don't need other permissions configured via vSphere.
20
20
21
-
The following diagram demonstrates a typical architecture of Azure NetApp Files backed NFS datastores attached to an Azure VMware Solution private cloud via ExpressRoute.
21
+
This diagram shows the typical architecture of Azure NetApp Files backed NFS datastores attached to Azure VMware Solution Generation 1.
22
22
23
-
:::image type="content" source="media/attach-netapp-files-to-cloud/architecture-netapp-files-nfs-datastores.png" alt-text="Diagram shows the architecture of Azure NetApp Files backed NFS datastores attached to an Azure VMware Solution private cloud." lightbox="media/attach-netapp-files-to-cloud/architecture-netapp-files-nfs-datastores.png":::
23
+
:::image type="content" source="media/attach-netapp-files-to-cloud/architecture-netapp-files-generation-one.png" alt-text="Diagram shows the architecture of Azure NetApp Files backed NFS datastores attached to an Azure VMware Solution Generation 1 private cloud." lightbox="media/attach-netapp-files-to-cloud/architecture-netapp-files-generation-one.png":::
24
24
25
-
>[!Note]
25
+
This diagram shows the typical architecture of Azure NetApp Files backed NFS datastores attached to Azure VMware Solution Generation 2.
26
+
27
+
:::image type="content" source="media/attach-netapp-files-to-cloud/architecture-netapp-files-generation-two.png" alt-text="Diagram shows the architecture of Azure NetApp Files backed NFS datastores attached to an Azure VMware Solution Generation 2 private cloud." lightbox="media/attach-netapp-files-to-cloud/architecture-netapp-files-generation-two.png":::
28
+
29
+
>[!NOTE]
26
30
> NFS traffic from the ESXi hosts does not traverse any NSX components. Traffic traverses the ESXi VMkernel port directly to the NFS mount via the Azure network.
27
31
28
32
## Prerequisites
29
33
30
-
Before you begin the prerequisites, review the [Performance best practices](#performance-best-practices) section to learn about optimal performance of NFS datastores on Azure NetApp Files volumes.
34
+
Before you begin, review the [Performance best practices](#performance-best-practices) section to learn about optimal performance of NFS datastores on Azure NetApp Files volumes.
31
35
32
36
>[!IMPORTANT]
33
37
>As of September 2025, creating and deleting a datastore in Azure VMware Solution and changing the service level of an Azure NetApp Files datastore requires appropriate permissions. If you're using built-in roles such as Owner and Contributor across the these two services, no changes are necessary. If you're using custom roles, ensure you have the correct permissions configured.
@@ -50,12 +54,13 @@ Before you begin the prerequisites, review the [Performance best practices](#per
50
54
>For information about creating and modifying custom roles, see [create or update Azure custom roles using the Azure portal](../role-based-access-control/custom-roles-portal.md).
51
55
</details>
52
56
53
-
54
-
1.[Deploy Azure VMware Solution](./deploy-azure-vmware-solution.md) private cloud and a dedicated virtual network connected via ExpressRoute gateway. The virtual network gateway should be configured with the Ultra performance or ErGw3Az SKU and have FastPath enabled. For more information, see [Configure networking for your VMware private cloud](tutorial-configure-networking.md) and [Network planning checklist](tutorial-network-checklist.md).
***Gen 1**: [Deploy Azure VMware Solution Gen 1](./deploy-azure-vmware-solution.md) private cloud and a dedicated virtual network connected via ExpressRoute gateway. The virtual network gateway should be configured with the Ultra performance or ErGw3Az SKU and have FastPath enabled. For more information, see [Configure networking for your VMware private cloud](tutorial-configure-networking.md) and [Network planning checklist](tutorial-network-checklist.md).
59
+
***Gen 2**: For [deploying a Azure VMware Solution Gen 2](./native-create-azure-vmware-virtual-network-private-cloud.md) private cloud, use a subnet in the virtual network provisioned as part of the deployment process or use a subnet in a dedicated virtual network for Azure NetApp Files that is peered with the private cloud's virtual network.
55
60
1. Create an [NFSv3 volume for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-create-volumes.md) in the same virtual network created in the previous step.
56
61
1. Verify connectivity from the private cloud to Azure NetApp Files volume by pinging the attached target IP.
57
62
1. Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. Select option **Azure VMware Solution Datastore** listed under the **Protocol** section.
58
-
1. Create a volume with **Standard**[network features](../azure-netapp-files/configure-network-features.md) if available for ExpressRoute FastPath connectivity.
63
+
1. Create a volume with **Standard**[network features](../azure-netapp-files/configure-network-features.md).
59
64
1. Under the **Protocol** section, select **Azure VMware Solution Datastore** to indicate the volume is created to use as a datastore for Azure VMware Solution private cloud.
60
65
1. If you're using [export policies](../azure-netapp-files/azure-netapp-files-configure-export-policy.md) to control access to Azure NetApp Files volumes, enable the Azure VMware private cloud IP range, not individual host IPs. Faulty hosts in a private cloud could get replaced. If the IP isn't enabled, connectivity to datastore is impacted.
61
66
@@ -101,25 +106,29 @@ Azure NetApp Files datastores for Azure VMware Solution are currently supported
101
106
102
107
Azure NetApp Files datastores for Azure VMware Solution are currently supported in the following host types:
103
108
109
+
For Azure VMware Solution Gen1:
104
110
* AV36
105
111
* AV36P
106
112
* AV48
107
113
* AV52
108
114
* AV64
109
115
116
+
For Azure VMware Solution Gen 2:
117
+
* AV64
118
+
110
119
## Performance best practices
111
120
112
121
There are some important best practices to follow for optimal performance of NFS datastores on Azure NetApp Files volumes.
113
122
114
-
- Create Azure NetApp Files volumes using **Standard** network features to enable optimized connectivity from Azure VMware Solution private cloud via ExpressRoute FastPath connectivity.
115
-
- For optimized performance, choose either **UltraPerformance** gateway or **ErGw3Az** gateway, and enable [FastPath](../expressroute/expressroute-howto-linkvnet-arm.md#configure-expressroute-fastpath) from a private cloud to Azure NetApp Files volumes virtual network. View more detailed information on gateway SKUs at [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md).
123
+
- Create Azure NetApp Files volumes using **Standard** network features to enable optimized connectivity from Azure VMware Solution private cloud.
124
+
- For optimized performance with Azure VMware Solution Generation 1, choose either **UltraPerformance** gateway or **ErGw3Az** gateway and enable [FastPath](../expressroute/expressroute-howto-linkvnet-arm.md#configure-expressroute-fastpath) from a private cloud to Azure NetApp Files volumes virtual network. View more detailed information on gateway SKUs at [About ExpressRoute virtual network gateways](../expressroute/expressroute-about-virtual-network-gateways.md).
116
125
- Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. See [Service levels for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-service-levels.md) to understand the throughput allowed per provisioned TiB for each service level.
117
126
118
127
>[!IMPORTANT]
119
128
> If you've changed the Azure NetApp Files volumes performance tier or the volume size after creating the volume and datastore, see [Service level change for Azure NetApp files datastore](#service-level-change-for-azure-netapp-files-datastore) to ensure that volume/datastore metadata is in sync to avoid unexpected behavior in the portal or the API due to metadata mismatch. To do any kind of change to the volume you can use Azure Portal or any other supported solution (CLI\Powershell\API).
120
129
121
-
- Create one or more volumes based on the required throughput and capacity. See [Performance considerations](../azure-netapp-files/azure-netapp-files-performance-considerations.md) for Azure NetApp Files to understand how volume size, service level, and capacity pool QoS type determines volume throughput. For assistance calculating workload capacity and performance requirements, contact your Azure VMware Solution or Azure NetApp Files field expert. The default maximum number of Azure NetApp Files datastores is 8, but it can be increased to a maximum of 256 by submitting a support ticket. To submit a support ticket, see [Create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).
122
-
- Ensure that the Azure VMware Solution private cloud and the Azure NetApp Files volumes are deployed within the same [availability zone](../reliability/availability-zones-overview.md) using the [the availability zone volume placement](../azure-netapp-files/manage-availability-zone-volume-placement.md) in the same subscription. Information regarding your AVS private cloud's availability zone can be viewed from the overview pane within the AVS private cloud.
130
+
- Create one or more volumes based on the required throughput and capacity. See [Performance considerations](../azure-netapp-files/azure-netapp-files-performance-considerations.md) for Azure NetApp Files to understand how volume size, service level, and capacity pool QoS type determines volume throughput. For assistance calculating workload capacity and performance requirements, contact your Azure VMware Solution or Azure NetApp Files field expert. The default maximum number of Azure NetApp Files datastores is 8, but it can be increased to 256 by submitting a support ticket. To submit a support ticket, see [Create an Azure support request](/azure/azure-portal/supportability/how-to-create-azure-support-request).
131
+
- Ensure that the Azure VMware Solution private cloud and the Azure NetApp Files volumes are deployed within the same [availability zone](../reliability/availability-zones-overview.md) using the [availability zone volume placement](../azure-netapp-files/manage-availability-zone-volume-placement.md) in the same subscription. Information regarding your AVS private cloud's availability zone can be viewed from the overview pane within the AVS private cloud.
123
132
124
133
For performance benchmarks that Azure NetApp Files datastores deliver for VMs on Azure VMware Solution, see [Azure NetApp Files datastore performance benchmarks for Azure VMware Solution](../azure-netapp-files/performance-benchmarks-azure-vmware-solution.md).
125
134
@@ -159,7 +168,7 @@ Under **Manage**, select **Storage**.
159
168
160
169
1. Verify the protocol is NFS. You need to verify the virtual network and subnet to ensure connectivity to the Azure VMware Solution private cloud.
161
170
1. Under **Associated cluster**, in the **Client cluster** field, select one or more clusters to associate the volume as a datastore.
162
-
1. Under **Data store**, create a personalized name for your **Datastore name**.
171
+
1. Under **Datastore**, create a personalized name for your **Datastore name**.
163
172
1. When the datastore is created, you should see all of your datastores in the **Storage**.
164
173
2. Notice that the NFS datastores are added in vCenter Server.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/includes/iot-deprecation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,4 @@ ms.author: chachachachami
11
11
> The deprecation of the MedTech service was initiated 3 May 2025.
12
12
> If using a MedTech service is no longer a priority, deprovision your instance, which can be found [here](https://ms.portal.azure.com/#browse/Microsoft.HealthcareApis%2Fworkspaces%2Fiotconnectors).
13
13
> Support for active instances in the following regions will end 3 May 2028: West US2, UK South, West Europe, East US, Australia East, East US 2, Central India, North Europe.
14
-
> The Open Source version of the MedTech service can be found [here](https://learn.microsoft.com/azure/healthcare-apis/iot/git-projects#medtech-service-github-projects).
14
+
> The Open Source version of the MedTech service can be found [here](../iot/git-projects.md#medtech-service-github-projects).
Copy file name to clipboardExpand all lines: articles/logic-apps/single-tenant-overview-compare.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
6
6
ms.suite: integration
7
7
ms.reviewer: estfan, azla
8
8
ms.topic: concept-article
9
-
ms.date: 07/18/2025
9
+
ms.date: 09/03/2025
10
10
---
11
11
12
12
# Differences between Standard single-tenant logic apps versus Consumption multitenant logic apps
@@ -311,6 +311,8 @@ For the **Standard** logic app workflow, the following capabilities are differen
311
311
312
312
***Terraform templates**: You can't use these templates with a **Standard** logic app resource for complete infrastructure deployment. For more information, see [What is Terraform on Azure](/azure/developer/terraform/overview)?
313
313
314
+
***Incoming client certificate**: **Standard** logic apps don't support incoming client certificates, and no client certificate setting exists for the logic app in the Azure portal. If you use ARM template deployment, make sure that you don't enable client certificates.
315
+
314
316
<aname="firewall-permissions"></a>
315
317
316
318
## Strict network and firewall traffic permissions
0 commit comments