Enterprise-Scale
Enterprise-Scale copied to clipboard
Cosmos DB Custom Policies
Overview/Summary
Replace this with a brief description of what this Pull Request fixes, changes, etc.
This PR fixes/adds/changes/removes
- Added Cosmos DB Custom Policies
As part of this Pull Request I have
- [x] Checked for duplicate Pull Requests
- [x] Associated it with relevant issues, for tracking and closure.
- [x] Ensured my code/branch is up-to-date with the latest changes in the
mainbranch - [x] Performed testing and provided evidence.
- [ ] Updated relevant and associated documentation.
- [ ] Updated the "What's New?" wiki page (located:
/docs/wiki/whats-new.md)
@jtracey93
Azure Cosmos DB
| Policy Name | Policy Area | Description |
|---|---|---|
| Deny-Cosmos-DenyCosmosKeyBasedMetadataWriteAccess | Authentication | Deny key based metadata write access for Cosmos DB accounts. |
| Deny-Cosmos-Cors | Network Isolation | Denies CORS rules for Cosmos DB accounts. |
@krnese I would enforce the following on the Corp Management Group:
- Azure Cosmos DB should disable public network access (Definition ID: /providers/Microsoft.Authorization/policyDefinitions/797b37f7-06b8-444c-b1ad-fc62867f335a)
@krnese I would enforce the following on the Corp Management Group:
- Azure Cosmos DB should disable public network access (Definition ID: /providers/Microsoft.Authorization/policyDefinitions/797b37f7-06b8-444c-b1ad-fc62867f335a)
This is already done according to your comment here: https://github.com/Azure/Enterprise-Scale/pull/660#issuecomment-885909897
- Closing as superseded by #1144