24 lines
485 B
JSON
24 lines
485 B
JSON
{
|
|
"UserConfig": {
|
|
"NamespaceConfig": [
|
|
{
|
|
"Type": "EventHub",
|
|
"Name": "emulatorNs1",
|
|
"Entities": [
|
|
{
|
|
"Name": "test",
|
|
"PartitionCount": 2,
|
|
"ConsumerGroups": [
|
|
{
|
|
"Name": "cg1"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"LoggingConfig": {
|
|
"Type": "Console"
|
|
}
|
|
}
|
|
}
|