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-testing/load-testing/how-to-diagnose-failing-load-test.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
@@ -100,7 +100,7 @@ Use the following steps to help diagnose a test not finishing:
100
100
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.
101
101
1.[Download the test results](./how-to-export-test-results.md) to identify issues with individual requests.
102
102
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)
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. This feature is tunred on by default and can be turned off in the error blade settings. Refer to [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839).
104
104
105
105
> [!NOTE]
106
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.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-solution-architectures.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,7 @@ This section provides references for High Performance Computing (HPC) solutions.
217
217
*[Benefits of using Azure NetApp Files for electronic design automation](solutions-benefits-azure-netapp-files-electronic-design-automation.md)
218
218
*[Azure CycleCloud: EDA HPC Lab with Azure NetApp Files](https://github.com/Azure/cyclecloud-hands-on-labs/blob/master/EDA/README.md)
219
219
*[Benchmark EDA workloads on Azure Intel Emerald Rapids (EMR) VMs](https://techcommunity.microsoft.com/blog/azurehighperformancecomputingblog/benchmark-eda-workloads-on-azure-intel-emerald-rapids-emr-vms/4334619)
220
+
*[Accelerating HPC and EDA with Powerful Azure NetApp Files Enhancements](https://techcommunity.microsoft.com/blog/azurearchitectureblog/accelerating-hpc-and-eda-with-powerful-azure-netapp-files-enhancements/4469739)
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/cool-access-introduction.md
+2-48Lines changed: 2 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,56 +34,10 @@ By default (unless cool access retrieval policy is configured otherwise), data b
34
34
35
35
Metadata is never cooled and always remains in the hot tier. Tiering doesn't affect the activities of metadata-intensive workloads like high file-count environments like chip design, version control systems, and home directories.
36
36
37
+
37
38
## Supported regions
38
39
39
-
Azure NetApp Files storage with cool access is supported for the following regions:
40
-
41
-
* Australia Central
42
-
* Australia Central 2
43
-
* Australia East
44
-
* Australia Southeast
45
-
* Brazil South
46
-
* Brazil Southeast
47
-
* Canada Central
48
-
* Canada East
49
-
* Central India
50
-
* Central US
51
-
* East Asia
52
-
* East US
53
-
* East US 2
54
-
* France Central
55
-
* Germany North
56
-
* Germany West Central
57
-
* Israel Central
58
-
* Italy North
59
-
* Japan East
60
-
* Japan West
61
-
* Korea Central
62
-
* Korea South
63
-
* North Central US
64
-
* North Europe
65
-
* Norway East
66
-
* Norway West
67
-
* Qatar Central
68
-
* South Africa North
69
-
* South Central US
70
-
* South India
71
-
* Southeast Asia
72
-
* Spain Central
73
-
* Switzerland North
74
-
* Switzerland West
75
-
* Sweden Central
76
-
* UAE Central
77
-
* UAE North
78
-
* UK South
79
-
* UK West
80
-
* US Gov Arizona
81
-
* US Gov Texas
82
-
* US Gov Virginia
83
-
* West Europe
84
-
* West US
85
-
* West US 2
86
-
* West US 3
40
+
Azure NetApp Files storage with cool access is available in all Azure NetApp Files-enabled regions.
@@ -140,7 +140,7 @@ The network connectivity must be in place for all intercluster (IC) LIFs on the
140
140
>Every node in your ONTAP system needs an IC LIF. Each IC LIF needs to be listed here.
141
141
142
142
```rest
143
-
PUT https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.NetApp/netAppAccounts/<account-name>/capacityPools/<capacity-pool-name>/volumes/<volume-names>/peerExternalCluster?api-version=2025-06-01
143
+
PUT https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.NetApp/netAppAccounts/<account-name>/capacityPools/<capacity-pool-name>/volumes/<volume-names>/peerExternalCluster?api-version=2025-07-01
144
144
145
145
Body: {
146
146
"PeerAddresses":[
@@ -156,7 +156,7 @@ The network connectivity must be in place for all intercluster (IC) LIFs on the
156
156
1. In your ONTAP or Cloud Volumes ONTAP system, accept the cluster peer request from Azure NetApp Files by sending a GET request using Azure-AsyncOperation ID.
157
157
158
158
```rest
159
-
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/providers/Microsoft.NetApp/locations/<location>/operationResults/<Azure-AsyncOperation>?api-version=2025-06-01...
159
+
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/providers/Microsoft.NetApp/locations/<location>/operationResults/<Azure-AsyncOperation>?api-version=2025-07-01...
160
160
```
161
161
162
162
>[!NOTE]
@@ -187,13 +187,13 @@ The network connectivity must be in place for all intercluster (IC) LIFs on the
187
187
1. Issue an `authorizeExternalReplication` API request for your migration volumes. Repeat this request for each migration volume.
1. Accept the storage virtual machine (SVM) peer request from Azure NetApp Files by sending a GET request using the Azure-AsyncOperation ID in step 4.
194
194
195
195
```rest
196
-
GET https://<region>.management.azure.com/subscriptions/<subscription-ID>/providers/Microsoft.NetApp/locations/<location>/operationResults/<>?api-version=2025-06-01&...
196
+
GET https://<region>.management.azure.com/subscriptions/<subscription-ID>/providers/Microsoft.NetApp/locations/<location>/operationResults/<>?api-version=2025-07-01&...
197
197
```
198
198
199
199
The response looks like:
@@ -220,13 +220,13 @@ The network connectivity must be in place for all intercluster (IC) LIFs on the
220
220
1. If there were changes to the data after the baseline transfer, send a "Perform Replication Transfer" request to capture any incremental data written after the baseline transfer was completed. Repeat this operation for _each_ migration volume.
221
221
222
222
```rest
223
-
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-names>/providers/Microsoft.NetApp/netAppAccounts/<account-name>>/capacityPools/<capacity-pool>/volumes/<volumes>/performReplicationTransfer?api-version=2024-06-01
223
+
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-names>/providers/Microsoft.NetApp/netAppAccounts/<account-name>>/capacityPools/<capacity-pool>/volumes/<volumes>/performReplicationTransfer?api-version=2025-07-01
224
224
```
225
225
226
226
1. Break the replication relationship. [To break replication in the portal, navigate to each volume's **Replication** menu then select **Break peering**.](cross-region-replication-manage-disaster-recovery.md) You can alternately submit an API request:
227
227
228
228
```rest
229
-
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group>/providers/Microsoft.NetApp/netAppAccounts/<NetApp-account>/capacityPools/<capacity-pool-name>>/volumes/<volumes>/breakReplication?api-version=2025-06-01
229
+
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group>/providers/Microsoft.NetApp/netAppAccounts/<NetApp-account>/capacityPools/<capacity-pool-name>>/volumes/<volumes>/breakReplication?api-version=2025-07-01
230
230
```
231
231
232
232
>[!NOTE]
@@ -235,7 +235,7 @@ The network connectivity must be in place for all intercluster (IC) LIFs on the
235
235
1. Delete the migration replication relationship. If the deleted replication is the last migration associated with your subscription, the associated cluster peer and intercluster LIFs are deleted.
236
236
237
237
```rest
238
-
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.NetApp/netAppAccounts/<NetApp-account>/capacityPools/<capacity-pool>/volumes/<volume-names>/finalizeExternalReplication?api-version=2025-06-01
238
+
POST https://<region>.management.azure.com/subscriptions/<subscription-ID>/resourceGroups/<resource-group-name>/providers/Microsoft.NetApp/netAppAccounts/<NetApp-account>/capacityPools/<capacity-pool>/volumes/<volume-names>/finalizeExternalReplication?api-version=2025-07-01
239
239
```
240
240
241
241
Finalizing replication removes all the peering information on Azure NetApp Files. Manually confirm that all replication data is removed on the ONTAP cluster. If any peering information remains, run the `cluster peer delete` command.
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/whats-new.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
@@ -381,7 +381,7 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
381
381
Backup further extends Azure NetApp Files' built-in snapshot technology; when snapshots are vaulted to a Backup vault only changed data blocks relative to previously vaulted snapshots are copied and stored, in an efficient format. Vaulted snapshots however are still represented in full and can be restored to a new volume individually and directly, eliminating the need for an iterative full-incremental recovery process.
382
382
383
383
This feature is now generally available in all [supported regions](backup-introduction.md#supported-regions).
384
-
384
+
385
385
## April 2024
386
386
387
387
*[Application volume group for Oracle](application-volume-group-oracle-introduction.md) (preview)
0 commit comments