Skip to content

Commit 59a7f78

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents 51af449 + 2b7aec0 commit 59a7f78

File tree

39 files changed

+754
-264
lines changed

39 files changed

+754
-264
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22198,6 +22198,11 @@
2219822198
"redirect_url": "/azure/event-grid/event-schema-communication-services",
2219922199
"redirect_document_id": false
2220022200
},
22201+
{
22202+
"source_path_from_root": "/articles/communication-services/how-tos/calling-sdk/lobby-admit-and-reject.md",
22203+
"redirect_url": "/azure/communication-services/how-tos/calling-sdk/lobby",
22204+
"redirect_document_id": false
22205+
},
2220122206
{
2220222207
"source_path_from_root": "/articles/load-balancer/tutorial-load-balancer-standard-manage-portal.md",
2220322208
"redirect_url": "/azure/load-balancer/quickstart-load-balancer-standard-public-portal",

articles/active-directory/reports-monitoring/reference-azure-ad-sla-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The SLA attainment is truncated at three places after the decimal. Numbers aren'
5151
| March | 99.568% | 99.998% | 99.999% |
5252
| April | 99.999% | 99.999% | 99.999% |
5353
| May | 99.999% | 99.999% | 99.999% |
54-
| June | 99.999% | 99.999% | |
54+
| June | 99.999% | 99.999% | 99.999% |
5555
| July | 99.999% | 99.999% | |
5656
| August | 99.999% | 99.999% | |
5757
| September | 99.999% | 99.998% | |

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Consider the following options when choosing an Azure Cache for Redis tier:
8080
- **High availability**: Azure Cache for Redis provides multiple [high availability](cache-high-availability.md) options. It guarantees that a Standard, Premium, or Enterprise cache is available according to our [SLA](https://azure.microsoft.com/support/legal/sla/cache/v1_0/). The SLA only covers connectivity to the cache endpoints. The SLA doesn't cover protection from data loss. We recommend using the Redis data persistence feature in the Premium and Enterprise tiers to increase resiliency against data loss.
8181
- **Data persistence**: The Premium and Enterprise tiers allow you to persist the cache data to an Azure Storage account and a Managed Disk respectively. Underlying infrastructure issues might result in potential data loss. We recommend using the Redis data persistence feature in these tiers to increase resiliency against data loss. Azure Cache for Redis offers both RDB and AOF (preview) options. Data persistence can be enabled through Azure portal and CLI. For the Premium tier, see [How to configure persistence for a Premium Azure Cache for Redis](cache-how-to-premium-persistence.md).
8282
- **Network isolation**: Azure Private Link and Virtual Network (VNET) deployments provide enhanced security and traffic isolation for your Azure Cache for Redis. VNET allows you to further restrict access through network access control policies. For more information, see [Azure Cache for Redis with Azure Private Link](cache-private-link.md) and [How to configure Virtual Network support for a Premium Azure Cache for Redis](cache-how-to-premium-vnet.md).
83-
- **Redis Modules**: Enterprise tiers support [RediSearch](https://docs.redis.com/latest/modules/redisearch/), [RedisBloom](https://docs.redis.com/latest/modules/redisbloom/), [RedisTimeSeries](https://docs.redis.com/latest/modules/redistimeseries/), and [RedisJSON](https://docs.redis.com/latest/modules/redisjson/) (preview). These modules add new data types and functionality to Redis.
83+
- **Redis Modules**: Enterprise tiers support [RediSearch](https://docs.redis.com/latest/modules/redisearch/), [RedisBloom](https://docs.redis.com/latest/modules/redisbloom/), [RedisTimeSeries](https://docs.redis.com/latest/modules/redistimeseries/), and [RedisJSON](https://docs.redis.com/latest/modules/redisjson/). These modules add new data types and functionality to Redis.
8484

8585
You can scale your cache from the Basic tier up to Premium after it has been created. Scaling down to a lower tier isn't supported currently. For step-by-step scaling instructions, see [How to Scale Azure Cache for Redis](cache-how-to-scale.md) and [How to scale - Basic, Standard, and Premium tiers](cache-how-to-scale.md#how-to-scale---basic-standard-and-premium-tiers).
8686

articles/azure-netapp-files/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
# - name: Samples
1818
- name: Concepts
1919
items:
20+
- name: NAS volumes as a service
21+
items:
22+
- name: Understand NAS
23+
href: network-attached-storage-concept.md
24+
- name: Understand NAS protocols
25+
href: network-attached-storage-protocols.md
2026
- name: Azure NetApp Files essentials
2127
items:
2228
- name: Storage hierarchy of Azure NetApp Files
@@ -115,8 +121,6 @@
115121
href: cross-zone-replication-introduction.md
116122
- name: Requirements and considerations for cross-zone replication
117123
href: cross-zone-replication-requirements-considerations.md
118-
- name: Double encryption at rest
119-
href: double-encryption-at-rest.md
120124
- name: Azure Application Consistent Snapshot (AzAcSnap) tool
121125
items:
122126
- name: What is AzAcSnap?
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Understand NAS concepts in Azure NetApp Files
3+
description: This article covers important information about NAS volumes when using Azure NetApp Files.
4+
services: azure-netapp-files
5+
documentationcenter: ''
6+
author: b-ahibbard
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.topic: conceptual
15+
ms.date: 06/26/2023
16+
ms.author: anfdocs
17+
---
18+
# Understand NAS concepts in Azure NetApp Files
19+
20+
Network Attached Storage (NAS) is a way for a centralized storage system to present data to multiple networked clients across a WAN or LAN.
21+
22+
:::image type="content" source="../media/azure-netapp-files/nas-diagram.png" alt-text="Diagram of NAS protocols with Azure NetApp Files." lightbox="../media/azure-netapp-files/nas-diagram.png":::
23+
24+
Datasets in a NAS environment can be structured (data in a well-defined format, such as databases) or unstructured (data not stored in a structured database format, such as images, media files, logs, home directories, etc.). Regardless of the structure, the data is served through a standard conversation between a NAS client and the Azure NetApp Files NAS services. The conversation happens following these basic steps:
25+
26+
1. A client requests access to a NAS share in Azure NetApp Files using either SMB or NFS.
27+
1. Access controls can be as basic as a client hostname/IP address or more complex, such as username authentication and share-level permissions.
28+
1. Azure NetApp Files receives this request and checks the access controls to verify if the client is allowed to access the NAS share.
29+
1. Once the share-level access has been verified successfully, the client attempts to populate the NAS share’s contents via a basic read/listing.
30+
1. Azure NetApp Files then checks file-level permissions. If the user attempting access to the share does not have the proper permissions, then access is denied--even if the share-level permissions allowed access.
31+
1. Once this process is complete, file and folder access controls take over in the same way you’d expect for any Linux or Windows client.
32+
1. Azure NetApp Files configuration handles share permission controls. File and folder permissions are always controlled from the NAS clients accessing the shares by the NAS administrator.
33+
34+
## NAS use cases
35+
36+
NAS is a common protocol across many industries, including oil & gas, high performance computing, media and entertainment, EDA, financial services, healthcare, genomics, manufacturing, higher education, and many others. Workloads can vary from simple file shares and home directories to applications with thousands of cores pushing operations to a single share, as well as more modernized application stacks, such as Kubernetes and container deployments.
37+
38+
39+
## Next steps
40+
* [Understand NAS protocols](network-attached-storage-protocols.md)
41+
* [Azure NetApp Files NFS FAQ](faq-nfs.md)
42+
* [Azure NetApp Files SMB FAQ](faq-smb.md)
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: Understand NAS protocols in Azure NetApp Files
3+
description: Learn how SMB and NFS operate in Azure NetApp Files.
4+
services: azure-netapp-files
5+
documentationcenter: ''
6+
author: b-ahibbard
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.topic: conceptual
15+
ms.date: 06/26/2023
16+
ms.author: anfdocs
17+
---
18+
19+
# Understand NAS protocols in Azure NetApp Files
20+
21+
NAS protocols are how conversations happen between clients and servers. NFS and SMB are the NAS protocols used in Azure NetApp Files. Each offers their own distinct methods for communication, but at their root, they operate mostly in the same way.
22+
23+
* Both serve a single dataset to many disparate networked attached clients.
24+
* Both can leverage encrypted authentication methods for sharing data.
25+
* Both can be gated with share and file permissions.
26+
* Both can encrypt data in-flight.
27+
* Both can use multiple connections to help parallelize performance.
28+
29+
## Network File System (NFS)
30+
31+
NFS is primarily used with Linux/UNIX based clients such as Red Hat, SUSE, Ubuntu, AIX, Solaris, Apple OS, etc. and Azure NetApp Files supports any NFS client that operates in the RFC standards. Windows can also use NFS for access, but it does not operate using Request for Comments (RFC) standards.
32+
33+
RFC standards for NFS protocols can be found here:
34+
35+
* [RFC-1813: NFSv3](https://www.ietf.org/rfc/rfc1813.txt)
36+
* [RFC 8881: NFSv4.1](https://www.rfc-editor.org/rfc/rfc8881)
37+
* [RFC 7862: NFSv4.2](https://datatracker.ietf.org/doc/html/rfc7862)
38+
39+
### NFSv3
40+
41+
NFSv3 is a basic offering of the protocol and has the following key attributes:
42+
* NFSv3 is stateless, meaning that the NFS server does not keep track of the states of connections (including locks).
43+
* Locking is handled outside of the NFS protocol, using Network Lock Manager (NLM). Because locks are not integrated into the protocol, stale locks can sometimes occur.
44+
* Since NFSv3 is stateless, performance with NFSv3 can be substantially better in some workloads (particularly workloads with high metadata operations such as OPEN, CLOSE, SETATTR, GETATTR), as there is less general work that needs to be done to process requests on the server and client.
45+
* NFSv3 uses a basic file permission model where only the owner of the file, a group and everyone else can be assigned a combination of read/write/execute permissions.
46+
* NFSv3 can use NFSv4.x ACLs, but an NFSv4.x management client would be required to configure and manage the ACLs. Azure NetApp Files does not support the use of nonstandard POSIX draft ACLs.
47+
* NFSv3 also requires use of other ancillary protocols for regular operations such as port discovery, mounting, locking, status monitoring and quotas. Each ancillary protocol uses a unique network port, which means NFSv3 operations require more exposure through firewalls with well-known port numbers.
48+
* Azure NetApp Files uses the following port numbers for NFSv3 operations. It's not possible to change these port numbers:
49+
* Portmapper (111)
50+
* Mount (635)
51+
* NFS (2049)
52+
* NLM (4045)
53+
* NSM (4046)
54+
* Rquota (4049)
55+
* NFSv3 can use security enhancements such as Kerberos, but Kerberos only affects the NFS portion of the packets; ancillary protocols (such as NLM, portmapper, mount) are not included in the Kerberos conversation.
56+
* Azure NetApp Files only supports NFSv4.1 Kerberos encryption
57+
* NFSv3 uses numeric IDs for its user and group authentication. Usernames and group names are not required for communication or permissions, which can make spoofing a user easier, but configuration and management are simpler.
58+
* NFSv3 can use LDAP for user and group lookups.
59+
60+
### NFSv4.x
61+
62+
NFSv4.x refers to all NFS versions/minor versions that are under NFSv4. This includes NFSv4.0, NFSv4.1 and NFSv4.2. Azure NetApp Files currently only supports NFSv4.1.
63+
64+
NFSv4.x has the following characteristics:
65+
66+
* NFSv4.x is a stateful protocol, which means that the client and server keep track of the states of the NFS connections, including lock states. The NFS mount uses a concept known as a “state ID” to keep track of the connections.
67+
* Locking is integrated into the NFS protocol and does not require ancillary locking protocols to keep track of NFS locks. Instead, locks are granted on a lease basis and will expire after a certain period of time if a client/server connection is lost, thus returning the lock back to the system for use with other NFS clients.
68+
* The statefulness of NFSv4.x does contain some drawbacks, such as potential disruptions during network outages or storage failovers, and performance overhead in certain workload types (such as high metadata workloads).
69+
* NFSv4.x provides many significant advantages over NFSv3, including:
70+
* Better locking concepts (lease-based locking)
71+
* Better security (fewer firewall ports needed, standard integration with Kerberos, granular access controls)
72+
* More features
73+
* Compound NFS operations (multiple commands in a single packet request to reduce network chatter)
74+
* TCP-only
75+
* NFSv4.x can use a more robust file permission model that is similar to Windows NTFS permissions. These granular ACLs can be applied to users or groups and allow for permissions to be set on a wider range of operations than basic read/write/execute operations. NFSv4.x can also use the standard POSIX mode bits that NFSv3 employs.
76+
* Since NFSv4.x does not use ancillary protocols, Kerberos is applied to the entire NFS conversation when in use.
77+
* NFSv4.x uses a combination of user/group names and domain strings to verify user and group information. The client and server must agree on the domain strings for proper user and group authentication to occur. If the domain strings do not match, then the NFS user or group gets squashed to the specified user in the /etc/idmapd.conf file on the NFS client (for example, nobody).
78+
* While NFSv4.x does default to using domain strings, it is possible to configure the client and server to fall back on the classic numeric IDs seen in NFSv3 when AUTH_SYS is in use.
79+
* Because NFSv4.x has such deep integration with user and group name strings and because the server and clients must agree on these users/groups, using a name service server for user authentication such as LDAP is recommended on NFS clients and servers.
80+
81+
For frequently asked questions regarding NFS in Azure NetApp Files, see the [Azure NetApp Files NFS FAQ](faq-nfs.md).
82+
83+
## Server Message Block (SMB)
84+
85+
SMB is primarily used with Windows clients for NAS functionality. However, it can also be used on Linux-based operating systems such as AppleOS, RedHat, etc. This deployment is generally accomplished using an application called Samba. Azure NetApp Files has official support for SMB using Windows and macOS. SMB/Samba on Linux operating systems can work with Azure NetApp Files, but there is no official support.
86+
87+
Azure NetApp Files supports only SMB 2.1 and SMB 3.1 versions.
88+
89+
SMB has the following characteristics:
90+
91+
* SMB is a stateful protocol: the clients and server maintain a “state” for SMB share connections for better security and locking.
92+
* Locking in SMB is considered mandatory. Once a file is locked, no other client can write to that file until the lock is released.
93+
* SMBv2.x and later leverage compound calls to perform operations.
94+
* SMB supports full Kerberos integration. With the way Windows clients are configured, Kerberos is often in use without end users ever knowing.
95+
* When Kerberos is unable to be used for authentication, Windows NT LAN Manager (NTLM) may be used as a fallback. If NTLM is disabled in the Active Directory environment, then authentication requests that cannot use Kerberos fail.
96+
* SMBv3.0 and later supports [end-to-end encryption](azure-netapp-files-create-volumes-smb.md) for SMB shares.
97+
* SMBv3.x supports [multichannel](../storage/files/storage-files-smb-multichannel-performance.md) for performance gains in certain workloads.
98+
* SMB uses user and group names (via SID translation) for authentication. User and group information is provided by an Active Directory domain controller.
99+
* SMB in Azure NetApp Files uses standard Windows New Technology File System (NTFS) [ACLs](/windows/win32/secauthz/access-control-lists) for file and folder permissions.
100+
101+
For frequently asked questions regarding SMB in Azure NetApp Files, see the [Azure NetApp Files SMB FAQ](faq-smb.md).
102+
103+
## Next steps
104+
* [Azure NetApp Files NFS FAQ](faq-nfs.md)
105+
* [Azure NetApp Files SMB FAQ](faq-smb.md)

0 commit comments

Comments
 (0)