Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

File format acceptable structure

...

 Supported format 1 (JSON format): (sample data needs to be updated)

Code Block
[{   "keyName": "Mysql_Connection_String",
   "secured": false,
   "keyValue": "jdbc:sqlserver://localhost;databaseName=DbName;user=MyUserName;password=*****;"
},
{   "keyName": "Queue_Conn_String",
  "secured": true,
    "keyValue": "DefaultEndpointsProtocol=https;AccountName=storageaccnt2508;AccountKey=z4zvWOWMVweXrD6vhUeFQh8I+AStPzq/9w==;EndpointSuffix=core.windows.net"
}] 

...