mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
9 lines
212 B
JSON
9 lines
212 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"clusterStorageAccountName": {
|
|
"value": "GEN-UNIQUE"
|
|
}
|
|
}
|
|
} |