-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Create storage share gives conflicting information #32510
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamStorageaz storageaz storageact-codegen-extensibility-squadquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botAzure CLI TeamThe command of the issue is owned by Azure CLI teamThe command of the issue is owned by Azure CLI teamStorageaz storageaz storageact-codegen-extensibility-squadquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Type
Fields
Give feedbackNo fields configured for issues without a type.
The issue is that when creating a storage NFS file share, it says that NFS is not supported, despite having enabled NFS.
Here's how to reproduce the error:
Related command
See above
Errors
See above
Issue script & Debug output
See above
Expected behavior
I would expect it proceed with creating the share since NFS is enabled, or at least provide a more accureate error message.
Environment Summary
az --version
azure-cli 2.81.0
core 2.81.0
telemetry 1.1.0
Extensions:
aks-preview 19.0.0b17
amg 2.8.1
application-insights 1.2.3
log-analytics 1.0.0b1
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Python location '/opt/homebrew/Cellar/azure-cli/2.81.0/libexec/bin/python'
Config directory '/Users/thfalgou/.azure'
Extensions directory '/Users/thfalgou/.azure/cliextensions'
Python (Darwin) 3.13.11 (main, Dec 5 2025, 16:06:33) [Clang 17.0.0 (clang-1700.4.4.1)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No response