Skip to content

Commit 4455973

Browse files
committed
duplicate bullet list
1 parent b0ff7ab commit 4455973

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

articles/azure-netapp-files/azure-netapp-files-create-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
109109
>[!NOTE]
110110
>By default, the `.snapshot` directory path is hidden from NFSv4.1 clients. Enabling the **Hide snapshot path** option will hide the .snapshot directory from NFSv3 clients; the directory will still be accessible.
111111

112-
3. Click **Protocol**, and then complete the following actions:
112+
3. Select **Protocol** then complete the following actions:
113113
* Select **NFS** as the protocol type for the volume.
114114

115115
* Specify a unique **file path** for the volume. This path is used when you create mount targets. The requirements for the path are as follows:
@@ -133,7 +133,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
133133

134134
![Specify NFS protocol](../media/azure-netapp-files/azure-netapp-files-protocol-nfs.png)
135135

136-
4. Click **Review + Create** to review the volume details. Then click **Create** to create the volume.
136+
4. Select **Review + Create** to review the volume details. Select **Create** to create the volume.
137137

138138
The volume you created appears in the Volumes page.
139139

articles/azure-netapp-files/enable-continuous-availability-existing-SMB.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,6 @@ You can enable the SMB Continuous Availability (CA) feature when you [create a n
2424
>
2525
> For more information, see [**Enable Continuous Availability**](azure-netapp-files-create-volumes-smb.md#continuous-availability).
2626
27-
You should enable Continuous Availability for the following workloads/use cases only:
28-
29-
* [Citrix App Layering](https://docs.citrix.com/en-us/citrix-app-layering/4.html)
30-
* [FSLogix user profile containers](../virtual-desktop/create-fslogix-profile-container.md), including [FSLogix ODFC containers](/fslogix/concepts-container-types#odfc-container)
31-
* [MSIX app attach with Azure Virtual Desktop](../virtual-desktop/create-netapp-files.md) with [Azure Virtual Desktop](../virtual-desktop/overview.md)
32-
* When using MSIX applications with the `CIM FS` file format:
33-
* The number of AVD session hosts shouldn't exceed 500.
34-
* The number of MSIX applications shouldn't exceed 40.
35-
* When using MSIX applications with the `VHDX` file format:
36-
* The number of AVD session hosts shouldn't exceed 500.
37-
* The number of MSIX applications shouldn't exceed 60.
38-
* When using a combination of MSIX applications with both the `VHDX` and `CIM FS` file formats:
39-
* The number of AVD session hosts shouldn't exceed 500.
40-
* The number of MSIX applications using the `CIM FS` file format shouldn't exceed 24.
41-
* The number of MSIX applications using the `VHDX` file format shouldn't exceed 24.
42-
* SQL Server
43-
* Continuous Availability is currently supported on Windows SQL Server.
44-
* Linux SQL Server is not currently supported.
45-
4627
[!INCLUDE [SMB Continuous Availability warning](includes/smb-continuous-availability.md)]
4728

4829
## Steps

articles/azure-netapp-files/includes/smb-continuous-availability.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,27 @@ ms.custom: include file
1212
# enable-continuous-availability-existing-SMB.md
1313
---
1414

15+
You should enable Continuous Availability for the following workloads/use cases only:
16+
17+
* [Citrix App Layering](https://docs.citrix.com/en-us/citrix-app-layering/4.html)
18+
* [FSLogix user profile containers](../virtual-desktop/create-fslogix-profile-container.md), including [FSLogix ODFC containers](/fslogix/concepts-container-types#odfc-container)
19+
* [MSIX app attach with Azure Virtual Desktop](../virtual-desktop/create-netapp-files.md)
20+
* When using MSIX applications with the `CIM FS` file format:
21+
* The number of AVD session hosts per volume shouldn't exceed 500.
22+
* The number of MSIX applications per volume shouldn't exceed 40.
23+
* When using MSIX applications with the `VHDX` file format:
24+
* The number of AVD session hosts per volume shouldn't exceed 500.
25+
* The number of MSIX applications per volume shouldn't exceed 60.
26+
* When using a combination of MSIX applications with both the `VHDX` and `CIM FS` file formats:
27+
* The number of AVD session hosts per volume shouldn't exceed 500.
28+
* The number of MSIX applications per volume using the `CIM FS` file format shouldn't exceed 24.
29+
* The number of MSIX applications per volume using the `VHDX` file format shouldn't exceed 24.
30+
* SQL Server
31+
* Continuous Availability is currently supported on Windows SQL Server.
32+
* Linux SQL Server is not currently supported.
33+
1534
>[!IMPORTANT]
16-
>Using SMB Continuous Availability shares for workloads other than Citrix App Layering, SQL Server, FSLogix user profile containers including FSLogix ODFC containers, or MSIX app attach containers is *not* supported. This feature is currently supported on Windows SQL Server. Linux SQL Server is not currently supported.
35+
>Using SMB Continuous Availability shares is only supported for Citrix App Layering, SQL Server, FSLogix user profile containers including FSLogix ODFC containers, or MSIX app attach containers. This feature is currently supported on SQL Server on Windows. Any other workload is not supported.
1736
>
1837
> If you are using a non-administrator (domain) account to install SQL Server, ensure the account has the required security privilege assigned. If the domain account does not have the required security privilege (`SeSecurityPrivilege`), and the privilege cannot be set at the domain level, you can grant the privilege to the account by using the Security privilege users field of Active Directory connections. For more information, see [Create an Active Directory connection](../create-active-directory-connections.md#create-an-active-directory-connection).
1938

articles/virtual-desktop/create-netapp-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To start using Azure NetApp Files:
3131
1. Set up your Azure NetApp Files account by following the instructions in [Set up your Azure NetApp Files account](create-fslogix-profile-container.md#set-up-your-azure-netapp-files-account).
3232
2. Create a capacity pool by following the instructions in [Set up a capacity pool](../azure-netapp-files/azure-netapp-files-set-up-capacity-pool.md).
3333
3. Join an Active Directory connection by following the instructions in [Join an Active Directory connection](create-fslogix-profile-container.md#join-an-active-directory-connection).
34-
4. Create a new volume by following the instructions to [create an SMB volume for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-create-volumes-smb.md). Ensure you enable Continuous Availability.
34+
4. Create a new volume by following the instructions to [create an SMB volume for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-create-volumes-smb.md). Ensure select **Enable Continuous Availability**.
3535
5. Make sure your connection to the Azure NetApp Files share works by following the instructions in [Make sure users can access the Azure NetApp Files share](create-fslogix-profile-container.md#make-sure-users-can-access-the-azure-netapp-files-share).
3636

3737
## Upload an MSIX image to the Azure NetApp file share

0 commit comments

Comments
 (0)