Created
October 1, 2021 11:06
-
-
Save subudear/83a7aecb087fc8c8420363dd4ed82542 to your computer and use it in GitHub Desktop.
Environment for send event data to azure event hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "c6969d10-9341-469e-b32d-e0eee838c786", | |
"name": "Azure_eventhubs_env", | |
"values": [ | |
{ | |
"key": "tenantid", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "subscriptionId", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "resourceGroupName", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "eventhubNamespace", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "access_token", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "grant_type", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "eventHubName", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "servicebusNamespace", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "eventHubPath", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "resource", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "client_id", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "client_secret", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "publisherId", | |
"value": "", | |
"enabled": true | |
}, | |
{ | |
"key": "partitionId", | |
"value": "", | |
"enabled": true | |
} | |
], | |
"_postman_variable_scope": "environment", | |
"_postman_exported_at": "2021-10-01T08:53:52.686Z", | |
"_postman_exported_using": "Postman/9.0.3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment