Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eytannnaim committed Jan 31, 2024
1 parent b30de2f commit 6c7bb45
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions permissions_samples/azure/OnboardMssqlPermissions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"properties": {
"roleName": "dsf_role",
"description": "Azure role for DSF Kit",
"assignableScopes": [
# Fill subscription scope here
],
"permissions": [
{
"actions": [
"Microsoft.EventHub/namespaces/*",
"Microsoft.Insights/diagnosticSettings/*",
"Microsoft.Sql/locations/connectionPoliciesAzureAsyncOperation/*",
"Microsoft.Sql/servers/*",
"Microsoft.Storage/storageAccounts/*",
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}

0 comments on commit 6c7bb45

Please sign in to comment.