Skip to content

Instantly share code, notes, and snippets.

@subudear
Created September 25, 2021 11:10
Show Gist options
  • Save subudear/5251dbb3e3c543aff750685ac3abcdb0 to your computer and use it in GitHub Desktop.
Save subudear/5251dbb3e3c543aff750685ac3abcdb0 to your computer and use it in GitHub Desktop.
Postman environment variables for azure event hubs namespace
{
"id": "ba4ffae0-1127-43a3-aaa2-e680c28d2b93",
"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
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-09-25T09:37:13.029Z",
"_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