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
Application volume group for SAP HANA now supports selecting Standard network features for all volumes in the volume group. The availability of Standard network features simplifies deployment, avoiding the manual process for AvSet pinning and eliminating the need for availability sets.
60
-
59
+
Application volume group for SAP HANA now supports selecting Standard network features for all volumes in the volume group. Standard network features support enhanced security including [network security groups (NSGs)](/virtual-network/network-security-group-how-it-works)
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/faq-application-volume-group.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ ms.service: azure-netapp-files
5
5
ms.topic: conceptual
6
6
author: b-hchen
7
7
ms.author: anfdocs
8
-
ms.date: 05/19/2022
8
+
ms.date: 09/11/2024
9
9
---
10
10
# Azure NetApp Files application volume group FAQs
11
11
12
-
This article answers frequently asked questions (FAQs) about Azure NetApp Files application volume group.
12
+
Find answers to frequently asked questions (FAQs) about Azure NetApp Files application volume group.
13
13
14
14
## Generic FAQs
15
15
@@ -131,9 +131,13 @@ Database volume throughput mostly affects the time it takes to read data into me
131
131
132
132
Azure NetApp Files performance of each volume can be adjusted at runtime. As such, at any time, you can adjust the performance of your database by adjusting the data and log volume throughput to your specific requirements. For instance, you can fine-tune performance and reduce costs by allowing higher throughput at startup while reducing to KPIs during normal operation.
133
133
134
-
### Will all the volumes be provisioned in close proximity to my SAP HANA servers?
134
+
### Are all the volumes provisioned in close proximity to my SAP HANA servers?
135
135
136
-
Using the proximity placement group (PPG) that you created for your SAP HANA servers ensures that the data, log, and shared volumes are created close to the SAP HANA servers to achieve the best latency and throughput. However, log-backup and data-backup volumes don’t require low latency. From a protection perspective, it makes sense to store these backup volumes in a different location from the data, log, and shared volumes. Therefore, application volume group places the backup volumes on a different storage location inside the region that has sufficient capacity and throughput available.
136
+
With an application volume group, you have the option to deploy volumes with an availability zone or proximity placement group volume placement. Both methods ensure that the data volumes are placed in close proximity to the HANA VMs, but using different principles.
137
+
138
+
Using availability zone volume placement (available with extension 1) places the volumes in the same availability zone as the application VMs. Using availability zones also supports Standard network features, which support enhanced security via network security group support. This method doesn't require manual pinning. It'ss therefore easier and faster to use.
139
+
140
+
Using proximity placement group requires the creation of a proximity placement group (PPG) for your SAP HANA servers. This placement ensures the data, log, and shared volumes are created close to the SAP HANA servers to achieve the best latency and throughput. This method requires manual pinning of the proximity placement group, which application volume group uses to find the optimal location for deploying the volumes. This method only supports Basic network features. Note that log-backup and data-backup volumes don’t require low latency. From a protection perspective, it makes sense to store these backup volumes in a different location from the data, log, and shared volumes. Therefore, the application volume group places the backup volumes on a different storage location inside the region that has sufficient capacity and throughput availability.
137
141
138
142
### What is the relationship between AVset, VM, PPG, and Azure NetApp Files volumes?
139
143
@@ -152,7 +156,6 @@ No. This scenario is currently one of the very few cases where you need to manua
152
156
153
157
Log-back and data-backup volumes are optional, and they don't require close proximity. The best way to achieve the intended outcome is to remove the data-backup or log-backup volume when you create the first volume from the application volume group for SAP HANA. You can then create your own volume as a single, independent volume using standard volume provisioning and selecting the proper capacity and throughput to meet your needs. You should use a naming convention that indicates a data-backup volume and that it's used for multiple SIDs.
154
158
155
-
156
159
## FAQs about application volume group for Oracle
157
160
158
161
This section answers questions about Azure NetApp Files application volume group for Oracle.
0 commit comments