mirror of
https://github.com/planetmint/planetmint.git
synced 2025-03-30 15:08:31 +00:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
|
|
"contentVersion": "1.0.0.0",
|
|
"parameters": {
|
|
"sku": {
|
|
"value": "Free"
|
|
},
|
|
"workspaceName": {
|
|
"value": "rg-abc-logs"
|
|
},
|
|
"solutionType": {
|
|
"value": "Containers"
|
|
}
|
|
}
|
|
}
|