Skip to content

Commit a886e4c

Browse files
committed
Deleting unnecessary section.
1 parent e64e1f6 commit a886e4c

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,6 @@ This article lists common issues related to Azure Elastic SAN. It also provides
2626
- If not, check if your VM is running Fedora or its downstream Linux distributions like Red Hat Enterprise Linux, CentOS, or Rocky Linux that don't support data digests.
2727
- If either of the above scenarios is true, disable the CRC protection flag. You have to uncheck the box on portal and change the parameter for EnforceDataIntegrityCheckForIscsi (PowerShell)) or data-integrity-check (CLI) to false.
2828

29-
## Unable to connect to your Elastic SAN via service endpoints
30-
31-
- [Configure public network access](elastic-san-configure-service-endpoints.md#configure-public-network-access) on the SAN
32-
```powershell
33-
# Set the variable values.
34-
$RgName = "<ResourceGroupName>"
35-
$EsanName = "<ElasticSanName>"
36-
# Update the Elastic San.
37-
Update-AzElasticSan -Name $EsanName -ResourceGroupName $RgName -PublicNetworkAccess Enabled
38-
```
39-
- [Enable the storage service endpoint](elastic-san-configure-service-endpoints.md#enable-the-storage-service-endpoint) on the volume group
40-
```powershell
41-
# Define some variables
42-
$RgName = "<ResourceGroupName>"
43-
$VnetName = "<VnetName>"
44-
$SubnetName = "<SubnetName>"
45-
# Get the virtual network and subnet
46-
$Vnet = Get-AzVirtualNetwork -ResourceGroupName $RgName -Name $VnetName $Subnet = Get-AzVirtualNetworkSubnetConfig -VirtualNetwork $Vnet -Name $SubnetName
47-
# Enable the storage service endpoint
48-
$Vnet | Set-AzVirtualNetworkSubnetConfig -Name $SubnetName -AddressPrefix $Subnet.AddressPrefix -ServiceEndpoint "Microsoft.Storage.Global" | Set-AzVirtualNetwork
49-
```
5029

5130
## Elastic SAN volume performance or latency isn't as expected
5231

0 commit comments

Comments
 (0)