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/azure-netapp-files/azure-netapp-files-develop-with-rest-api.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 06/15/2022
15
+
ms.date: 09/30/2022
16
16
ms.author: anfdocs
17
17
---
18
18
# Develop for Azure NetApp Files with REST API
@@ -27,7 +27,7 @@ The REST API specification for Azure NetApp Files is published through [GitHub](
27
27
28
28
## Considerations
29
29
30
-
* When the API limit has been exceeded, the HTTP response code is **429**. For example:
30
+
* When the API limit has been exceeded, the HTTP response code is **429**. For example:
31
31
32
32
`"Microsoft.Azure.ResourceProvider.Common.Exceptions.ResourceProviderException: Error getting Pool. Rate limit exceeded for this endpoint - try again later ---> CloudVolumes.Service.Client.Client.ApiException: Error calling V2DescribePool: {\"code\":429,\"message\":\"Rate limit exceeded for this endpoint - try again later\"}`
33
33
@@ -79,14 +79,14 @@ The REST API specification for Azure NetApp Files is published through [GitHub](
79
79
4. Send a test call and include the token to validate your access to the REST API:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-resize-capacity-pools-or-volumes.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 04/30/2021
15
+
ms.date: 9/30/2022
16
16
ms.author: anfdocs
17
17
---
18
18
# Resize a capacity pool or a volume
@@ -24,25 +24,25 @@ For information about monitoring a volume’s capacity, see [Monitor the capacit
24
24
25
25
You can change the capacity pool size in 1-TiB increments or decrements. However, the capacity pool size cannot be smaller than the sum of the capacity of the volumes hosted in the pool, with a minimum of 4TiB. Resizing the capacity pool changes the purchased Azure NetApp Files capacity.
26
26
27
-
1. From the NetApp Account view, go to **Capacity pools**, and click the capacity pool that you want to resize.
28
-
2. Right-click the capacity pool name or click the "…" icon at the end of the capacity pool row to display the context menu. Click**Resize**.
27
+
1. From the NetApp Account view, go to **Capacity pools**, and select the capacity pool that you want to resize.
28
+
2. Right-click the capacity pool name or select the "…" icon at the end of the capacity pool row to display the context menu. Select**Resize**.
29
29
30
30

31
31
32
-
3. In the Resize pool window, specify the pool size. Click**OK**.
32
+
3. In the Resize pool window, specify the pool size. Select**OK**.
33
33
34
34

35
35
36
36
## Resize a volume using the Azure portal
37
37
38
38
You can change the size of a volume as necessary. A volume's capacity consumption counts against its pool's provisioned capacity.
39
39
40
-
1. From the NetApp Account view, go to **Volumes**, and click the volume that you want to resize.
41
-
2. Right-click the volume name or click the "…" icon at the end of the volume's row to display the context menu. Click**Resize**.
40
+
1. From the NetApp Account view, go to **Volumes**, and select the volume that you want to resize.
41
+
2. Right-click the volume name or select the "…" icon at the end of the volume's row to display the context menu. Select**Resize**.
42
42
43
43

44
44
45
-
3. In the Update volume quota window, specify the quota for the volume. Click**OK**.
45
+
3. In the Update volume quota window, specify the quota for the volume. Select**OK**.
46
46
47
47

48
48
@@ -59,7 +59,7 @@ You can build automation to handle the capacity pool and volume size change.
59
59
60
60
See [REST API for Azure NetApp Files](azure-netapp-files-develop-with-rest-api.md) and [REST API using PowerShell for Azure NetApp Files](develop-rest-api-powershell.md).
61
61
62
-
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/netapp/resource-manager/Microsoft.NetApp/stable).
62
+
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable).
63
63
64
64
## Resize a cross-region replication destination volume
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/develop-rest-api-powershell.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 06/02/2020
15
+
ms.date: 09/30/2022
16
16
ms.author: anfdocs
17
17
---
18
18
# Develop for Azure NetApp Files with REST API using PowerShell
@@ -21,9 +21,9 @@ The REST API for the Azure NetApp Files service defines HTTP operations against
21
21
22
22
## Azure NetApp Files REST API specification
23
23
24
-
The REST API specification for Azure NetApp Files is published through [GitHub](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/netapp/resource-manager):
24
+
The REST API specification for Azure NetApp Files is published through [GitHub](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager):
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/monitor-volume-capacity.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
12
12
ms.workload: storage
13
13
ms.tgt_pltfrm: na
14
14
ms.topic: how-to
15
-
ms.date: 04/04/2022
15
+
ms.date: 09/30/2022
16
16
ms.author: anfdocs
17
17
---
18
18
# Monitor the capacity of a volume
@@ -63,7 +63,7 @@ You can use the [`az netappfiles volume`](/cli/azure/netappfiles/volume) command
63
63
64
64
See [REST API for Azure NetApp Files](azure-netapp-files-develop-with-rest-api.md) and [REST API using PowerShell for Azure NetApp Files](develop-rest-api-powershell.md).
65
65
66
-
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/netapp/resource-manager/Microsoft.NetApp/stable).
66
+
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable).
0 commit comments