Skip to content

Commit ab95adb

Browse files
Merge pull request #268253 from b-ahibbard/3-6
cmk no afec. cool access scanning consideration revision
2 parents 01cbff8 + bd8bb1b commit ab95adb

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ Before creating your first customer-managed key volume, you must set up:
9090
* The key must be of type RSA.
9191
* The key vault must have an [Azure Private Endpoint](../private-link/private-endpoint-overview.md).
9292
* The private endpoint must reside in a different subnet than the one delegated to Azure NetApp Files. The subnet must be in the same VNet as the one delegated to Azure NetApp.
93-
* You must register the feature before you can use customer-managed keys.
9493

9594
For more information about Azure Key Vault and Azure Private Endpoint, refer to:
9695
* [Quickstart: Create a key vault ](../key-vault/general/quick-create-portal.md)
@@ -100,26 +99,6 @@ For more information about Azure Key Vault and Azure Private Endpoint, refer to:
10099
* [Network security groups](../virtual-network/network-security-groups-overview.md)
101100
* [Manage network policies for private endpoints](../private-link/disable-private-endpoint-network-policy.md)
102101

103-
## Register the feature
104-
105-
You must register customer-managed keys before using it for the first time.
106-
107-
1. Register the feature:
108-
109-
```azurepowershell-interactive
110-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption
111-
```
112-
113-
2. Check the status of the feature registration:
114-
115-
> [!NOTE]
116-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to `Registered`. Wait until the status is **Registered** before continuing.
117-
118-
```azurepowershell-interactive
119-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFAzureKeyVaultEncryption
120-
```
121-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
122-
123102
## Configure a NetApp account to use customer-managed keys
124103

125104
### [Portal](#tab/azure-portal)

articles/azure-netapp-files/manage-cool-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The standard storage with cool access feature provides options for the “coolne
2424
* Although cool access is available for the Standard service level, how you're billed for using the feature differs from the Standard service level charges. See the [Billing section](cool-access-introduction.md#billing) for details and examples.
2525
* You can convert an existing Standard service-level capacity pool into a cool-access capacity pool to create cool access volumes. However, once the capacity pool is enabled for cool access, you can't convert it back to a non-cool-access capacity pool.
2626
* A cool-access capacity pool can contain both volumes with cool access enabled and volumes with cool access disabled.
27-
* Antivirus and file scanning are not recommended for files that are archived to cool access.
27+
* To prevent data retrieval from the cool tier to the hot tier during sequential read operations (for example, antivirus or other file scanning operations), set the cool access retrieval policy to "Default" or "Never." For more information, see [Enable cool access on a new volume](#enable-cool-access-on-a-new-volume).
2828
* After the capacity pool is configured with the option to support cool access volumes, the setting can't be disabled at the _capacity pool_ level. However, you can turn on or turn off the cool access setting at the volume level anytime. Turning off the cool access setting at the _volume_ level stops further tiering of data. 
2929
* Standard storage with cool access is supported only on capacity pools of the **auto** QoS type.
3030
* An auto QoS capacity pool enabled for standard storage with cool access cannot be converted to a capacity pool using manual QoS.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
5454

5555
* [Customer-managed keys](configure-customer-managed-keys.md) is now generally available (GA).
5656

57-
You still must register the feature before using it for the first time.
58-
5957
## November 2023
6058

6159
* [Capacity pool enhancement:](azure-netapp-files-set-up-capacity-pool.md) New lower limits

articles/virtual-machines/workloads/oracle/oracle-reference-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Patching your virtual machine operating system can be automated using [Azure Aut
233233
- Consider using ultra disks when available or premium disks for your Oracle database.
234234
- Consider setting up a standby Oracle database in another Azure region using Oracle Data Guard.
235235
- Consider using [proximity placement groups](../../co-location.md#proximity-placement-groups) to reduce the latency between your application and database tier.
236-
- Azure VMs throttle network bandwidth at higher throughput levels than managed disk. You can achieve higher throughput on the same VM SKU or use a smaller VM SKU for the same throughput using networked storage for the database such as [Azure NetApp Files](../../../azure-netapp-files/azure-netapp-files-introduction.md).
236+
- Azure VMs maximum network bandwidth is (typically) higher than the maximum disk throughput on the same SKU. You can achieve higher throughput on the same VM SKU or use a smaller VM SKU by using high-performance, low-latency networked storage such as [Azure NetApp Files](../../../azure-netapp-files/azure-netapp-files-introduction.md). for the database.
237237
- Set up [Oracle Enterprise Manager](https://docs.oracle.com/en/enterprise-manager/) for management, monitoring, and logging.
238238
- Consider using Oracle Automatic Storage Management for streamlined storage management for your database.
239239
- Use [Azure Pipelines](/azure/devops/pipelines/get-started/what-is-azure-pipelines) to manage patching and updates to your database without any downtime.

0 commit comments

Comments
 (0)