Azure / Azure/azure-quickstart-templates
101-sql-vm-new-storage uses undocumented resource parameters
- Dominant language
- Bicep
- Stars
- 14.9k
- Forks
- 16.2k
- Avg merge
- 6d 21h
- Merged PRs (30d)
- 6
Description
The section (L299-313)
```json
"StorageConfigurationSettings": {
"DiskConfigurationType": "[variables('diskConfigurationType')]",
"StorageWorkloadType": "[parameters('storageWorkloadType')]",
"SQLDataSettings": {
"LUNs": "[variables('dataDisksLUNs')]",
"DefaultFilePath": "[parameters('dataPath')]"
},
"SQLLogSettings": {
"Luns": "[variables('logDisksLUNs')]",
"DefaultFilePath": "[parameters('logPath')]"
},
"SQLTempDbSettings": {
"DefaultFilePath": "[parameters('tempDbPath')]"
}
}
```
in this template doesn't appear to be documented anywhere, and when I try to use it in my own templates I get the enigmatic error, "Incomplete Storage Configuration Settings". Is the documentation available somewhere? Assembling the disks like this is an attractive option if you're aiming for immutable infrastructure.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the 101-sql-vm-new-storage template and inspect lines 299-313, especially StorageConfigurationSettings and its referenced parameters. Check whether these resource parameters are documented elsewhere in the repository; done means the storage settings and the "Incomplete Storage Configuration Settings" error are explained for template users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure
- Domain
- cloud, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100