Skip to content

Commit 50802bf

Browse files
authored
Merge pull request #133310 from MicrosoftDocs/master
10/09 PM Publish
2 parents f6bc5c0 + c2aaac8 commit 50802bf

File tree

6 files changed

+215
-164
lines changed

6 files changed

+215
-164
lines changed

articles/azure-netapp-files/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
href: azure-netapp-files-cost-model.md
4040
- name: Guidelines for Azure NetApp Files network planning
4141
href: azure-netapp-files-network-topologies.md
42+
- name: Manual QoS capacity pool
43+
href: manual-qos-capacity-pool-introduction.md
4244
- name: Cross-region replication
4345
items:
4446
- name: Understand cross-region replication
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Manual QoS capacity pool of Azure NetApp Files | Microsoft Docs
3+
description: Provides an introduction to the manual QoS capacity pool and references for additional information.
4+
services: azure-netapp-files
5+
documentationcenter: ''
6+
author: b-juche
7+
manager: ''
8+
editor: ''
9+
10+
ms.assetid:
11+
ms.service: azure-netapp-files
12+
ms.workload: storage
13+
ms.tgt_pltfrm: na
14+
ms.devlang: na
15+
ms.topic: conceptual
16+
ms.date: 09/23/2020
17+
ms.author: b-juche
18+
---
19+
# Manual QoS capacity pool
20+
21+
This article provides an introduction to the manual Quality of Service (QoS) capacity pool functionality.
22+
23+
## How manual QoS differs from auto QoS
24+
25+
The [QoS type](azure-netapp-files-understand-storage-hierarchy.md#qos_types) is an attribute of a capacity pool. Azure NetApp Files provides two QoS types of capacity pools – auto (default) and manual.
26+
27+
In a *manual* QoS capacity pool, you can assign the capacity and throughput for a volume independently. The total throughput of all volumes created with a manual QoS capacity pool is limited by the total throughput of the pool. It is determined by the combination of the pool size and the service-level throughput.
28+
29+
In an *auto* QoS capacity pool, throughput is assigned automatically to the volumes in the pool, proportional to the size quota assigned to the volumes.
30+
31+
See [Storage hierarchy of Azure NetApp Files](azure-netapp-files-understand-storage-hierarchy.md) and [Performance considerations for Azure NetApp Files](azure-netapp-files-performance-considerations.md) for considerations about QoS types.
32+
33+
## How to specify the manual QoS type
34+
35+
When you [create a capacity pool](azure-netapp-files-set-up-capacity-pool.md), you can specify for the capacity pool to use the manual QoS type. You can also [change an existing capacity pool](manage-manual-qos-capacity-pool.md#change-to-qos) to use the manual QoS type.
36+
37+
Setting the capacity type to manual QoS is a permanent change. You cannot convert a manual QoS type capacity tool to an auto QoS capacity pool.
38+
39+
Using the manual QoS type requires that you [register the feature](manage-manual-qos-capacity-pool.md#register-the-feature).
40+
41+
## Next steps
42+
43+
* [Manage a manual QoS capacity pool](manage-manual-qos-capacity-pool.md)
44+
* [Set up a capacity pool](azure-netapp-files-set-up-capacity-pool.md)
45+
* [Storage Hierarchy](azure-netapp-files-understand-storage-hierarchy.md)
46+
* [Service levels for Azure NetApp Files](azure-netapp-files-service-levels.md)
47+
* [Performance considerations for Azure NetApp Files](azure-netapp-files-performance-considerations.md)
48+
* [Cost model for Azure NetApp Files](azure-netapp-files-cost-model.md)
49+
* [Resource limits for Azure NetApp Files](azure-netapp-files-resource-limits.md)
50+
* [Create an NFS volume](azure-netapp-files-create-volumes.md)
51+
* [Create an SMB volume](azure-netapp-files-create-volumes-smb.md)
52+
* [Create a dual-protocol volume](create-volumes-dual-protocol.md)
53+
* [Metrics for Azure NetApp Files](azure-netapp-files-metrics.md)
54+
* [Troubleshoot capacity pool issues](troubleshoot-capacity-pools.md)

articles/azure-netapp-files/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Azure NetApp Files is updated on a regular basis. This article provides a summar
2727

2828
Azure NetApp Files now supports cross-region replication. With this new disaster recovery capability, you can replicate your Azure NetApp Files volumes from one Azure region to another in a fast and cost-effective way, protecting your data from unforeseeable regional failures. Azure NetApp Files cross region replication leverages NetApp SnapMirror® technology; only changed blocks are sent over the network in a compressed, efficient format. This proprietary technology minimizes the amount of data required to replicate across the regions, therefore saving data transfer costs. It also shortens the replication time, so you can achieve a smaller Restore Point Objective (RPO).
2929

30-
* [Manual QoS Capacity Pool](manage-manual-qos-capacity-pool.md) (Preview)
30+
* [Manual QoS Capacity Pool](manual-qos-capacity-pool-introduction.md) (Preview)
3131

3232
In a manual QoS capacity pool, you can assign the capacity and throughput for a volume independently. The total throughput of all volumes created with a manual QoS capacity pool is limited by the total throughput of the pool. It is determined by the combination of the pool size and the service-level throughput. Alternatively, a capacity pool’s [QoS type](azure-netapp-files-understand-storage-hierarchy.md#qos_types) can be auto (automatic), which is the default. In an auto QoS capacity pool, throughput is assigned automatically to the volumes in the pool, proportional to the size quota assigned to the volumes.
3333

articles/iot-edge/how-to-authenticate-downstream-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you create the new device identity, provide the following information:
5454

5555
* Select **Symmetric key** as the authentication type.
5656

57-
* Optionally, choose to **Set a parent device** and select the IoT Edge gateway device that this downstream device will connect through. This step is optional for symmetric key authentication, but it's recommended because setting a parent device enables [offline capabilities](offline-capabilities.md) for your downstream device. You can always update the device details to add or change the parent later.
57+
* Select **Set a parent device** and select the IoT Edge gateway device that this downstream device will connect through. This step enables [offline capabilities](offline-capabilities.md) for your downstream device. You can always change the parent later.
5858

5959
![Create device ID with symmetric key auth in portal](./media/how-to-authenticate-downstream-device/symmetric-key-portal.png)
6060

@@ -196,7 +196,7 @@ Or:
196196
HostName=myiothub.azure-devices.net;DeviceId=myDownstreamDevice;x509=true;GatewayHostName=myGatewayDevice
197197
```
198198

199-
If you established a parent/child relationship for this downstream device, then you can simplify the connection string by calling the gateway directly as the connection host. Parent/child relationships are required for X.509 authentication but optional for symmetric key authentication. For example:
199+
Thanks to the parent/child relationship, you can simplify the connection string by calling the gateway directly as the connection host. For example:
200200

201201
```
202202
HostName=myGatewayDevice;DeviceId=myDownstreamDevice;SharedAccessKey=xxxyyyzzz

0 commit comments

Comments
 (0)