We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39e2d71 + 22855bf commit 97809d4Copy full SHA for 97809d4
articles/storage/files/storage-how-to-use-files-linux.md
@@ -113,7 +113,7 @@ You can mount the same Azure file share to multiple mount points if desired.
113
--resource-group $resourceGroupName \
114
--name $storageAccountName \
115
--query "primaryEndpoints.file" | tr -d '"')
116
- smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShare
+ smbPath=$(echo $httpEndpoint | cut -c7-$(expr length $httpEndpoint))$fileShareName
117
118
storageAccountKey=$(az storage account keys list \
119
0 commit comments