Skip to content

Instantly share code, notes, and snippets.

@subudear
Created September 23, 2021 09:57
Show Gist options
  • Save subudear/1dee71df121746c52e2bcdbd9a1dad2c to your computer and use it in GitHub Desktop.
Save subudear/1dee71df121746c52e2bcdbd9a1dad2c to your computer and use it in GitHub Desktop.
postman environment for azure storage account
{
"id": "db953e65-3c4c-4121-b413-316b75767d23",
"name": "Azure_storage_acc_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": "accountName",
"value": "",
"enabled": true
},
{
"key": "access_token",
"value": "",
"enabled": true
},
{
"key": "grant_type",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-09-23T08:25:19.673Z",
"_postman_exported_using": "Postman/9.0.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment