{ "$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "resources": [ { "type": "Microsoft.Migrate/MigrateProjects", "apiVersion": "2020-06-01-preview", "name": "", "location": "southeastasia", "dependsOn": [], "tags": { "Migrate Project": "" }, "properties": {} }, { "type": "Microsoft.Migrate/MigrateProjects/Solutions", "apiVersion": "2020-06-01-preview", "name": "/Servers-Assessment-ServerAssessment", "dependsOn": [ "/subscriptions//resourceGroups//providers/Microsoft.Migrate/MigrateProjects/" ], "properties": { "tool": "ServerAssessment", "purpose": "Assessment", "goal": "Servers", "status": "Active", "details": null } }, { "type": "Microsoft.Migrate/MigrateProjects/Solutions", "apiVersion": "2020-06-01-preview", "name": "/Servers-Discovery-ServerDiscovery", "dependsOn": [ "/subscriptions//resourceGroups//providers/Microsoft.Migrate/MigrateProjects//Solutions/Servers-Assessment-ServerAssessment" ], "properties": { "tool": "ServerDiscovery", "purpose": "Discovery", "goal": "Servers", "status": "Inactive", "details": null } }, { "type": "Microsoft.Migrate/MigrateProjects/Solutions", "apiVersion": "2020-06-01-preview", "name": "/Servers-Migration-ServerMigration", "dependsOn": [ "/subscriptions//resourceGroups//providers/Microsoft.Migrate/MigrateProjects//Solutions/Servers-Discovery-ServerDiscovery" ], "properties": { "tool": "ServerMigration", "purpose": "Migration", "goal": "Servers", "status": "Active", "details": null } } ] }