Skip to content

Commit 778e661

Browse files
committed
addressed items raisd
1 parent 9d9c07c commit 778e661

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/aks/azure-netapp-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ This section walks you through the installation of Astra Trident using the opera
372372
1. Before creating a backend, you need to update `backend-anf.yaml` to include details about the Azure NetApp Files subscription, such as:
373373
374374
* `subscriptionID` for the Azure subscription where Azure NetApp Files will be enabled.
375-
* `tenantID`, `clientID`, and `clientSecret` from an [App Registration][azure-ad-app-registration] in Azure Active Directory (AD) with sufficient permissions for the Azure NetApp Files service. The App Registration include the `Owner` or `Contributor` role that's predefined by Azure.
375+
* `tenantID`, `clientID`, and `clientSecret` from an [App Registration][azure-ad-app-registration] in Azure Active Directory (AD) with sufficient permissions for the Azure NetApp Files service. The App Registration includes the `Owner` or `Contributor` role that's predefined by Azure.
376376
* An Azure location that contains at least one delegated subnet.
377377
378378
In addition, you can choose to provide a different service level. Azure NetApp Files provides three [service levels](../azure-netapp-files/azure-netapp-files-service-levels.md): Standard, Premium, and Ultra.
@@ -413,7 +413,7 @@ A storage class is used to define how a unit of storage is dynamically created w
413413
kubectl apply -f anf-storageclass.yaml
414414
```
415415
416-
The output of the command resembles the following example::
416+
The output of the command resembles the following example:
417417
418418
```console
419419
storageclass/azure-netapp-files created

articles/aks/use-premium-v2-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Enable Premium SSD v2 Disk support on Azure Kubernetes Service (AKS)
3-
description: Learn how to enable and configure Premium SSD v2 Disks in an Azure Kubernetes Service (AKS) cluster
3+
description: Learn how to enable and configure Premium SSD v2 Disks in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
55
ms.date: 04/25/2023
66

0 commit comments

Comments
 (0)