- Add sample project with Azure KafkaTrigger and Output Kakfa Bindings - Add README docs Resolves #836
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
|
"AzureWebJobsDashboard": "",
|
|
"FUNCTIONS_WORKER_RUNTIME": "java",
|
|
|
|
"BrokerList": "localhost:9092",
|
|
"ConfluentCloudUsername": "test",
|
|
"TriggerKafkaTopic": "trigger"
|
|
}
|
|
} |