'how to configure credentials at outlook.com connector in azure logic app

I have created outlook.com connector in an azure logic app using visual studio. From the logic app designer, when i select outlook.com. It shows sign option, where i have signed in with emailid and password. But, when i look at logic app.json file below values displayed under parameters. I dont see email and password. I need these values to be configurable so that i can change the credentials on need basis. How can we achieve this. appreciate if any one can help on this.

"outlook_1_Connection_Name": {
  "type": "string",
  "defaultValue": "outlook"
},
"outlook_1_Connection_DisplayName": {
  "type": "string",
  "defaultValue": "Outlook.com"
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source