Skip to content

Commit 3e3fb20

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into signalr/ropc/disclaimer
2 parents 8266b93 + 520d499 commit 3e3fb20

File tree

50 files changed

+141
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+141
-91
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 11/22/2024
8+
ms.date: 12/11/2024
99
ms.author: anfdocs
1010
---
1111
# Create an SMB volume for Azure NetApp Files
@@ -99,7 +99,7 @@ Before creating an SMB volume, you need to create an Active Directory connection
9999

100100
* Specify a unique **share name** for the volume. This share name is used when you create mount targets. The requirements for the share name are as follows:
101101
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
102-
- For volumes in availability zones, it must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
102+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
103103
- It can contain only letters, numbers, or dashes (`-`).
104104
- The length must not exceed 80 characters.
105105

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This article shows you how to create an NFS volume. For SMB volumes, see [Create
112112

113113
* 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:
114114
- For volumes not in an availability zone or volumes in the same availability zone, it must be unique within each subnet in the region.
115-
- For volumes in availability zones, it must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
115+
- For volumes in availability zones, it must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
116116
- It must start with an alphabetical character.
117117
- It can contain only letters, numbers, or dashes (`-`).
118118
- The length must not exceed 80 characters.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: b-hchen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 12/04/2024
8+
ms.date: 12/11/2024
99
ms.author: anfdocs
1010
---
1111
# Create a dual-protocol volume for Azure NetApp Files
@@ -133,7 +133,7 @@ To create NFS volumes, see [Create an NFS volume](azure-netapp-files-create-volu
133133
* Specify a unique **Volume Path**. This path is used when you create mount targets. The requirements for the path are as follows:
134134

135135
- For volumes not in an availability zone or volumes in the same availability zone, the volume path must be unique within each subnet in the region.
136-
- For volumes in availability zones, the volume path must be unique within each availability zone. This feature is currently in **preview** and requires you to register the feature. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
136+
- For volumes in availability zones, the volume path must be unique within each availability zone. For more information, see [Manage availability zone volume placement](manage-availability-zone-volume-placement.md#file-path-uniqueness).
137137
- It must start with an alphabetical character.
138138
- It can contain only letters, numbers, or dashes (`-`).
139139
- The length must not exceed 80 characters.

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 07/30/2024
9+
ms.date: 12/11/2024
1010
ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
@@ -31,28 +31,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
3131
* VMs and Azure NetApp Files volumes are to be deployed separately, within the same logical availability zone to create zone alignment between VMs and Azure NetApp Files. The availability zone volume placement feature doesn't create zonal VMs upon volume creation, or vice versa.
3232

3333
* <a name="file-path-uniqueness"></a> For volumes in different availability zones, Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol). This feature is currently in preview.
34-
35-
>[!IMPORTANT]
36-
>Once a volume is created with the same file path as another volume in a different availability zone, the volume has the same level of support as other volumes deployed in the subscription without this feature enabled. For example, if there's an issue with other generally available features on the volume such as snapshots, it's supported because the problem is unrelated to the ability to create volumes with the same file path in different availability zones.
37-
38-
You need to register the feature before using it for the first time. After registration, the feature is enabled and works in the background. No UI control is required.
39-
40-
1. Register the feature:
41-
42-
```azurepowershell-interactive
43-
Register-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
44-
```
45-
46-
2. Check the status of the feature registration:
47-
48-
> [!NOTE]
49-
> The **RegistrationState** may be in the `Registering` state for up to 60 minutes before changing to`Registered`. Wait until the status is **Registered** before continuing.
50-
51-
```azurepowershell-interactive
52-
Get-AzProviderFeature -ProviderNamespace Microsoft.NetApp -FeatureName ANFFilePathUniquenessInAz
53-
```
54-
You can also use [Azure CLI commands](/cli/azure/feature) `az feature register` and `az feature show` to register the feature and display the registration status.
55-
34+
5635
>[!IMPORTANT]
5736
>It's not recommended that you use availability zones for Terraform-managed volumes. If you do, you must [add the zone property to your volume](#populate-availability-zone-for-terraform-managed-volumes).
5837

articles/azure-netapp-files/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 12/03/2024
9+
ms.date: 12/11/2024
1010
ms.author: anfdocs
1111
---
1212

articles/azure-signalr/howto-private-endpoints.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,8 @@ For more information on configuring your own DNS server to support private endpo
9090

9191
1. When creating a new Azure SignalR Service, select **Networking** tab. Choose **Private endpoint** as connectivity method.
9292

93-
![Create Azure SignalR Service - Networking tab](media/howto-private-endpoints/portal-create-blade-networking-tab.png)
94-
9593
1. Select **Add**. Fill in subscription, resource group, location, name for the new private endpoint. Choose a virtual network and subnet.
9694

97-
![Create Azure SignalR Service - Add private endpoint](media/howto-private-endpoints/portal-create-blade-add-private-endpoint.png)
98-
9995
1. Select **Review + create**.
10096

10197
### Create a private endpoint for an existing Azure SignalR Service in the Azure portal
@@ -106,20 +102,12 @@ For more information on configuring your own DNS server to support private endpo
106102

107103
1. Select the button **+ Private endpoint** on the top.
108104

109-
![Private endpoint connections blade](media/howto-private-endpoints/portal-private-endpoint-connections-blade.png)
110-
111105
1. Enter subscription, resource group, resource name and region for the new private endpoint.
112-
113-
![Create private endpoint - Basics](media/howto-private-endpoints/portal-create-private-endpoint-basics.png)
114106

115107
1. Choose target Azure SignalR Service resource.
116108

117-
![Create private endpoint - Resource](media/howto-private-endpoints/portal-create-private-endpoint-resource.png)
118-
119109
1. Choose target virtual network
120110

121-
![Create private endpoint - Configuration](media/howto-private-endpoints/portal-create-private-endpoint-configuration.png)
122-
123111
1. Select **Review + create**.
124112

125113
### Create a private endpoint using Azure CLI

0 commit comments

Comments
 (0)