Skip to content

Commit a5ed2e2

Browse files
Merge pull request #269833 from jlichwa/patch-104
Update rbac-guide.md
2 parents 31ad9bd + 0be890a commit a5ed2e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/key-vault/general/rbac-guide.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ For more information, see [Azure role-based access control (Azure RBAC)](../../r
2929
## Best Practices for individual keys, secrets, and certificates role assignments
3030

3131
Our recommendation is to use a vault per application per environment
32-
(Development, Pre-Production, and Production).
32+
(Development, Pre-Production, and Production) with roles assigned at Key Vault scope.
3333

34-
Individual keys, secrets, and certificates permissions should be used
35-
only for specific scenarios:
34+
Assigning roles on individual keys, secrets and certificates should be avoided. Exceptions to general guidance:
3635

37-
- Sharing individual secrets between multiple applications, for example, one application needs to access data from the other application
36+
- Scenarios where individual secrets must be shared between multiple applications, for example, one application needs to access data from the other application
3837

3938
More about Azure Key Vault management guidelines, see:
4039

0 commit comments

Comments
 (0)