Skip to content

Commit bacdb9e

Browse files
authored
Merge pull request #288871 from b-ahibbard/deprecated
Remove SMB topic
2 parents 6556d1f + 46124c9 commit bacdb9e

8 files changed

+10
-149
lines changed

articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"source_path_from_root": "/articles/azure-netapp-files/optimize-costs-reserved-capacity.md",
4040
"redirect_url": "/azure/azure-netapp-files/reservations",
4141
"redirect_document_id": false
42+
},
43+
{
44+
"source_path_from_root": "/articles/azure-netapp-files/access-smb-volume-from-windows-client.md",
45+
"redirect_url": "/azure/azure-netapp-files/mount-volumes-vms-smb",
46+
"redirect_document_id": false
4247
}
4348
]
4449
}

articles/azure-netapp-files/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@
339339
href: azure-netapp-files-mount-unmount-volumes-for-virtual-machines.md
340340
- name: Mount an SMB volume for Windows VMs
341341
href: mount-volumes-vms-smb.md
342-
- name: Access SMB volume from Microsoft Entra joined Windows VM
343-
href: access-smb-volume-from-windows-client.md
344342
- name: Manage volume capacity and performance
345343
items:
346344
- name: Monitor the capacity of a volume

articles/azure-netapp-files/access-smb-volume-from-windows-client.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 11/07/2023
9+
ms.date: 10/21/2024
1010
ms.author: anfdocs
1111
---
1212
# Create and manage Active Directory connections for Azure NetApp Files
@@ -358,4 +358,3 @@ Alternately, navigate to the **Volumes** menu. Identify the volume for which you
358358
* [Install a new Active Directory forest using Azure CLI](/windows-server/identity/ad-ds/deploy/virtual-dc/adds-on-azure-vm)
359359
* [Enable Active Directory Domain Services (AD DS) LDAP authentication for NFS volumes](configure-ldap-over-tls.md)
360360
* [AD DS LDAP with extended groups for NFS volume access](configure-ldap-extended-groups.md)
361-
* [Access SMB volumes from Microsoft Entra joined Windows virtual machines](access-smb-volume-from-windows-client.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-netapp-files
55
ms.topic: conceptual
66
author: b-hchen
77
ms.author: anfdocs
8-
ms.date: 07/30/2024
8+
ms.date: 10/21/2024
99
---
1010
# SMB FAQs for Azure NetApp Files
1111

@@ -33,7 +33,7 @@ You can also map multiple NetApp accounts that are under the same subscription a
3333

3434
## Does Azure NetApp Files support Microsoft Entra ID?
3535

36-
Both [Microsoft Entra Domain Services](../active-directory-domain-services/overview.md) and [Active Directory Domain Services (AD DS)](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview) are supported. You can use existing Active Directory domain controllers with Azure NetApp Files. Domain controllers can reside in Azure as virtual machines, or on premises via ExpressRoute or S2S VPN. Azure NetApp Files doesn't support AD join for [Microsoft Entra ID](../active-directory/fundamentals/index.yml) at this time. However, you can use Microsoft Entra ID with [hybrid identities](/entra/identity/hybrid/whatis-hybrid-identity) to [Access SMB volumes from Microsoft Entra joined Windows virtual machines](access-smb-volume-from-windows-client.md).
36+
Both [Microsoft Entra Domain Services](../active-directory-domain-services/overview.md) and [Active Directory Domain Services (AD DS)](/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview) are supported. You can use existing Active Directory domain controllers with Azure NetApp Files. Domain controllers can reside in Azure as virtual machines, or on premises via ExpressRoute or S2S VPN. Azure NetApp Files doesn't support AD join for [Microsoft Entra ID](../active-directory/fundamentals/index.yml) at this time.
3737

3838
If you're using Azure NetApp Files with Microsoft Entra Domain Services, the organizational unit path is `OU=AADDC Computers` when you configure Active Directory for your NetApp account.
3939

articles/azure-netapp-files/understand-guidelines-active-directory-domain-service-site.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.topic: conceptual
8-
ms.date: 09/04/2024
8+
ms.date: 10/21/2024
99
ms.author: anfdocs
1010
---
1111
# Understand guidelines for Active Directory Domain Services site design and planning for Azure NetApp Files
@@ -24,7 +24,6 @@ Azure NetApp Files supports identity-based authentication over SMB through the f
2424

2525
* **AD DS authentication**: AD DS-joined Windows machines can access Azure NetApp Files shares with Active Directory credentials over SMB. Your client must have line of sight to your AD DS. If you already have AD DS set up on-premises or on a VM in Azure where your devices are domain-joined to your AD DS, you should use AD DS for Azure NetApp Files file share authentication.
2626
* **Microsoft Entra Domain Services authentication**: Cloud-based, Microsoft Entra Domain Services-joined Windows VMs can access Azure NetApp Files file shares with Microsoft Entra Domain Services credentials. In this solution, Microsoft Entra Domain Services runs a traditional Windows Server AD domain on behalf of the customer.
27-
* **Microsoft Entra Kerberos for hybrid identities**: Using Microsoft Entra ID for authenticating [hybrid user identities](../active-directory/hybrid/whatis-hybrid-identity.md) allows Microsoft Entra users to access Azure NetApp Files file shares using Kerberos authentication. This means your end users can access Azure NetApp Files file shares without requiring a line-of-sight to domain controllers from Microsoft Entra hybrid joined and Microsoft Entra joined Windows or Linux virtual machines. *Cloud-only identities aren't currently supported.*
2827
* **AD Kerberos authentication for Linux clients**: Linux clients can use Kerberos authentication over SMB for Azure NetApp Files using AD DS.
2928

3029
### <a name="network-requirements"></a>Network requirements
@@ -220,5 +219,4 @@ Azure NetApp Files SMB, dual-protocol, and NFSv4.1 Kerberos volumes support cros
220219
* [Create an SMB volume](azure-netapp-files-create-volumes-smb.md)
221220
* [Create a dual-protocol volume](create-volumes-dual-protocol.md)
222221
* [Errors for SMB and dual-protocol volumes](troubleshoot-volumes.md#errors-for-smb-and-dual-protocol-volumes)
223-
* [Access SMB volumes from Microsoft Entra joined Windows virtual machines](access-smb-volume-from-windows-client.md)
224222
* [Understand DNS in Azure NetApp Files](domain-name-system-concept.md).

0 commit comments

Comments
 (0)