Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save subudear/4b859d3ba0ee63a80a0ee19c3fab3561 to your computer and use it in GitHub Desktop.
Save subudear/4b859d3ba0ee63a80a0ee19c3fab3561 to your computer and use it in GitHub Desktop.
environment for creating event hubs topic using postman
{
"id": "9d2c65ff-d689-4c3c-870a-36a635bf8231",
"name": "Azure_eventhubs_env",
"values": [
{
"key": "client_id",
"value": "",
"enabled": true
},
{
"key": "client_secret",
"value": "",
"enabled": true
},
{
"key": "tenantid",
"value": "",
"enabled": true
},
{
"key": "resource",
"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
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-09-25T20:52:10.881Z",
"_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