Skip to content

Commit 60a7470

Browse files
Merge pull request #262908 from adarshv98/patch-7
Update elastic-san-connect-windows.md
2 parents 9f1a346 + d525d99 commit 60a7470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ and other volume names that you might require
7878
Copy the script from [here](https://github.com/Azure-Samples/azure-elastic-san/blob/main/PSH%20(Windows)%20Multi-Session%20Connect%20Scripts/ElasticSanDocScripts0523/connect.ps1) and save it as a .ps1 file, for example, connect.ps1. Then execute it with the required parameters. The following is an example of how to run the script:
7979

8080
```bash
81-
./connnect.ps1 $rgname $esanname $vgname $vol1,$vol2,$vol3 32
81+
./connect.ps1 $rgname $esanname $vgname $vol1,$vol2,$vol3 32
8282
```
8383

8484
Verify the number of sessions your volume has with either `iscsicli SessionList` or `mpclaim -s -d`

0 commit comments

Comments
 (0)