Skip to content

Commit bf9c17d

Browse files
committed
Fixing broken links.
1 parent 5600ac6 commit bf9c17d

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

articles/storage/elastic-san/elastic-san-connect-aks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ The iSCSI CSI driver for Kubernetes is [licensed under the Apache 2.0 license](h
3131
- Use either the [latest Azure CLI](/cli/azure/install-azure-cli) or install the [latest Azure PowerShell module](/powershell/azure/install-azure-powershell)
3232
- Meet the [compatibility requirements](https://github.com/kubernetes-csi/csi-driver-iscsi/blob/master/README.md#container-images--kubernetes-compatibility) for the iSCSI CSI driver
3333
- [Deploy an Elastic SAN](elastic-san-create.md)
34-
- [Configure a virtual network endpoint](elastic-san-networking.md)
35-
- [Configure virtual network rules](elastic-san-networking.md#configure-virtual-network-rules)
34+
- Configure either [private endpoints](elastic-san-configure-private-endpoints.md) or [service endpoints](elastic-san-configure-service-endpoints.md).
3635

3736
## Limitations
3837

articles/storage/elastic-san/elastic-san-planning.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,9 @@ Here's an example of how an autoscale policy works. Say you have an elastic SAN
4848

4949
## Networking
5050

51-
In the Elastic SAN, you can enable or disable public network access at the Elastic SAN level. You can also configure access to volume groups in the SAN over both public [Storage service endpoints](../../virtual-network/virtual-network-service-endpoints-overview.md) and [private endpoints](../../private-link/private-endpoint-overview.md) from selected virtual network subnets. Once network access is configured for a volume group, the configuration is inherited by all volumes belonging to the group. If you disable public access at the SAN level, access to the volume groups within that SAN is only available over private endpoints, regardless of individual configurations for the volume group.
51+
To configure networking access for an individual volume group, you must either [Configure private endpoints for Azure Elastic SAN](elastic-san-configure-private-endpoints.md) or [Configure service endpoints for Azure Elastic SAN](elastic-san-configure-service-endpoints.md). Once network access is configured for a volume group, the configuration is inherited by all volumes belonging to the group. If you disable public access at the SAN level, access to the volume groups within that SAN is only available over private endpoints, regardless of individual configurations for the volume group.
5252

53-
To configure networking access for an individual volume group, you must either [Configure private endpoints for Azure Elastic SAN](elastic-san-configure-private-endpoints.md) or [Configure service endpoints for Azure Elastic SAN](elastic-san-configure-service-endpoints.md).
54-
55-
fix this
56-
57-
then [setup a network rule](elastic-san-networking.md#configure-virtual-network-rules) on the volume group for any service endpoints. You don't need a network rule to allow traffic from a private endpoint since the storage firewall only controls access through public endpoints. You can then mount volumes from [AKS](elastic-san-connect-aks.md), [Linux](elastic-san-connect-linux.md), or [Windows](elastic-san-connect-windows.md) clients in the subnet with the [internet Small Computer Systems Interface](https://en.wikipedia.org/wiki/ISCSI) (iSCSI) protocol.
53+
Once you've either configured private endpoints or service endpoints for your volume groups, you can then mount volumes from [AKS](elastic-san-connect-aks.md), [Linux](elastic-san-connect-linux.md), or [Windows](elastic-san-connect-windows.md) clients in the subnet with the [internet Small Computer Systems Interface](https://en.wikipedia.org/wiki/ISCSI) (iSCSI) protocol.
5854

5955
## Redundancy
6056

articles/storage/elastic-san/elastic-san-troubleshoot.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ This article lists common issues related to Azure Elastic SAN. It also provides
2828

2929
## Unable to connect to your Elastic SAN via service endpoints
3030

31-
- [Enable](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-public-network-access) Public Network Access on the SAN
31+
- [Configure public network access](elastic-san-configure-service-endpoints.md#configure-public-network-access) on the SAN
3232
```powershell
3333
# Set the variable values.
3434
$RgName = "<ResourceGroupName>"
3535
$EsanName = "<ElasticSanName>"
3636
# Update the Elastic San.
3737
Update-AzElasticSan -Name $EsanName -ResourceGroupName $RgName -PublicNetworkAccess Enabled
3838
```
39-
- [Configure](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-networking?tabs=azure-powershell#configure-an-azure-storage-service-endpoint) service endpoints on the volume group
39+
- [Enable the storage service endpoint](elastic-san-configure-service-endpoints.md#enable-the-storage-service-endpoint) on the volume group
4040
```powershell
4141
# Define some variables
4242
$RgName = "<ResourceGroupName>"
@@ -51,8 +51,8 @@ $Vnet | Set-AzVirtualNetworkSubnetConfig -Name $SubnetName -AddressPrefix $Subne
5151
## Elastic SAN volume performance or latency isn't as expected
5252

5353
- Check your SAN size and configuration via portal (SAN homepage -> Configuration blade) and ensure that the I/O per second (IOPS) and throughput numbers can handle the requirements of the workload
54-
- Check your VM throughput and IOPS limits and ensure that the VM can handle the workload requirements
55-
- Ensure that you're following the best practices outlined in this [document](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-best-practices).
54+
- Check your VM throughput and IOPS limits and ensure that the VM can handle the workload requirements
55+
- Ensure that you're following the best practices outlined in [Optimize the performance of your Elastic SAN](elastic-san-best-practices.md).
5656

5757

5858
## Unable to establish connectivity from new nodes in a cluster
@@ -89,8 +89,7 @@ Variables:
8989

9090

9191
## Next steps
92-
- [Deploy an Elastic SAN](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-create)
93-
- [Connect to Windows](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-connect-windows)
94-
- [Connect to Linux](https://learn.microsoft.com/azure/storage/elastic-san/elastic-san-connect-linux)
95-
- [Connect to Azure VMware Solution](https://learn.microsoft.com/azure/azure-vmware/configure-azure-elastic-san?toc=/azure/storage/elastic-san/toc.json)
96-
92+
- [Deploy an Elastic SAN](elastic-san-create.md)
93+
- [Connect to Windows](elastic-san-connect-windows.md)
94+
- [Connect to Linux](elastic-san-connect-linux.md)
95+
- [Use Azure VMware Solution with Azure Elastic SAN](../../azure-vmware/configure-azure-elastic-san.md?toc=/azure/storage/elastic-san/toc.json)

0 commit comments

Comments
 (0)