generator-csebot
Version:
Generates a bot (Microsoft Bot Framework) with CI/CD in Team Services
18 lines • 402 B
JSON
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"webSiteName": {
"value": null
},
"botMSAppID": {
"value": null
},
"botMSAppPasswd": {
"value": null
},
"appInsightsAPIKey": {
"value": null
}
}
}