Skip to content

Commit 293a624

Browse files
Merge pull request #266829 from b-ahibbard/anf-2-21
new integration faq - databricks
2 parents faaca3a + 4b7fb5d commit 293a624

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

articles/azure-netapp-files/faq-integration.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,24 @@ This article answers frequently asked questions (FAQs) about using other product
1313

1414
## Can I use Azure NetApp Files NFS or SMB volumes with Azure VMware Solution (AVS)?
1515

16-
Yes, Azure NetApp Files can be used to expand your AVS private cloud storage via [Azure NetApp Files datastores](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md). In addition, you can mount Azure NetApp Files NFS volumes on AVS Windows VMs or Linux VMs. You can map Azure NetApp Files SMB shares on AVS Windows VMs. For more information, see [Azure NetApp Files with Azure VMware Solution]( ../azure-vmware/netapp-files-with-azure-vmware-solution.md).
16+
Yes, you can use Azure NetApp Files to expand your AVS private cloud storage via [Azure NetApp Files datastores](../azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md). You can also mount Azure NetApp Files NFS volumes on AVS Windows VMs or Linux VMs. You can map Azure NetApp Files SMB shares on AVS Windows VMs. For more information, see [Azure NetApp Files with Azure VMware Solution]( ../azure-vmware/netapp-files-with-azure-vmware-solution.md).
1717

1818
## What regions are supported for using Azure NetApp Files NFS or SMB volumes with Azure VMware Solution (AVS)?
1919

20-
Using Azure NetApp Files NFS or SMB volumes with AVS for *Guest OS mounts* is supported in [all AVS and ANF enabled regions](https://azure.microsoft.com/global-infrastructure/services/?products=azure-vmware,netapp).
20+
Using Azure NetApp Files NFS or SMB volumes with AVS for *Guest OS mounts* is supported in [all AVS and Azure NetApp Files enabled regions](https://azure.microsoft.com/global-infrastructure/services/?products=azure-vmware,netapp).
2121

22-
## Which Unicode Character Encoding is supported by Azure NetApp Files for the creation and display of file and directory names?
22+
## Which Unicode Character Encoding does Azure NetApp Files support for the creation and display of file and directory names?
2323

24-
Azure NetApp Files only supports file and directory names that are encoded with the [UTF-8 Unicode Character Encoding](https://en.wikipedia.org/wiki/UTF-8), *C locale* (or _C.UTF-8_) format for both NFS and SMB volumes. As such only strict ASCII characters are valid.
24+
Azure NetApp Files only supports file and directory names that are encoded with the [UTF-8 Unicode Character Encoding](https://en.wikipedia.org/wiki/UTF-8), *C locale* (or _C.UTF-8_) format for both NFS and SMB volumes. Only strict ASCII characters are valid.
25+
26+
If you try to create files or directories using supplementary characters or surrogate pairs such as nonregular characters or emoji unsupported by C.UTF-8, the operation fails. A Windows client produces an error message similar to “The file name you specified is not valid or too long. Specify a different file name.”
27+
28+
For more information, see [Understand volume languages](understand-volume-languages.md).
29+
30+
## Does Azure Databricks support mounting Azure NetApp Files NFS volumes?
31+
32+
No, [Azure Databricks](/azure/databricks/) does not support mounting any NFS volumes including Azure NetApp Files NFS volumes. Contact the Azure Databricks team for more details.
2533

26-
If you try to create files or directories with names that use supplementary characters or surrogate pairs such as non-regular characters and emoji that are not supported by C.UTF-8, the operation will fail. In this case, an error from a Windows client might read “The file name you specified is not valid or too long. Specify a different file name.”
2734

2835
## Next steps
2936

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ Standard storage with cool access can be enabled during the creation of a volume
103103
1. In the **Basics** tab of the **Create a Volume** page, set the following options to enable the volume for cool access:
104104
105105
* **Enable Cool Access**
106-
This option specifies whether the volume will support cool access.
106+
This option specifies whether the volume supports cool access.
107107
108108
* **Coolness Period**
109-
This option specifies the period (in days) after which infrequently accessed data blocks (cold data blocks) are moved to the Azure storage account. The default value is 31 days. The supported values are between 7 and 183 days.
109+
This option specifies the period (in days) after which infrequently accessed data blocks (cold data blocks) are moved to the Azure storage account. The default value is 31 days. The supported values are between 2 and 183 days.
110110
111111
* **Cool Access Retrieval Policy**
112112

0 commit comments

Comments
 (0)