Describe the bug
The settings page looks like this right now, it's not convenient to update the MicrosoftAppId and MicrosoftPassword. We'd better group them together.
{
"feature": {
"UseTranscriptLoggerMiddleware": false,
"UseShowTypingMiddleware": false,
"UseInspectionMiddleware": false,
"UseCosmosDbPersistentStorage": false
},
"MicrosoftAppId": "",
"luis": {
"name": "",
"authoringRegion": "westus",
"defaultLanguage": "en-us",
"environment": "composer",
"authoringKey": "",
"endpointKey": ""
},
"publishTargets": [],
"qna": {
"knowledgebaseid": "",
"endpointkey": "",
"hostname": ""
},
"telemetry": {
"logPersonalInformation": false,
"logActivities": true
},
"runtime": {
"customRuntime": false,
"path": "",
"command": ""
},
"downsampling": {
"maxImbalanceRatio": 10,
"maxUtteranceAllowed": 15000
},
"MicrosoftAppPassword": ""
}
Version
Browser
OS
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
Screenshots
Additional context