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.
1 parent 7ff972f commit b097cb7Copy full SHA for b097cb7
articles/storage/elastic-san/elastic-san-create.md
@@ -38,7 +38,7 @@ Use either the Azure PowerShell module or the Azure CLI to register your subscri
38
39
```azurepowershell
40
Register-AzResourceProvider -ProviderNamespace Microsoft.ElasticSan
41
-Register-AzProviderFeature -FeatureNameAllow ElasticSanPreviewAccess -ProviderNamespace Microsoft.ElasticSan
+Register-AzProviderFeature -FeatureName ElasticSanPreviewAccess -ProviderNamespace Microsoft.ElasticSan
42
```
43
44
It may take a few minutes for registration to complete. To confirm that you've registered, use the following command:
0 commit comments