Files
SCCM-Tools/ExtendMigrateToAzure/Template/CreateExtension.parameters.json
2025-11-24 08:36:36 +01:00

21 lines
343 B
JSON

"parameters": {
"machineName": {
"value": "__MachineName__"
},
"existingStorageUrl": {
"value": "__StorageContainer__"
},
"existingSASKey": {
"value": "__sasKey__"
},
"location": {
"value": "__Location__"
},
"deployname": {
"value": "__FolderName__"
},
"RoleType": {
"value": "__RoleType__"
}
}