asg_backend/asg_form/Properties/serviceDependencies.json

16 lines
267 B
JSON
Raw Normal View History

2024-08-03 20:40:34 +08:00
{
"dependencies": {
"apis1": {
"type": "apis"
},
"mssql1": {
"type": "mssql",
"connectionId": "ConnectionStrings",
"dynamicId": null
2024-10-19 21:01:07 +08:00
},
"appInsights1": {
"type": "appInsights",
"connectionId": null
2024-08-03 20:40:34 +08:00
}
}
}