Skip to content

Commit

Permalink
Merge pull request #5536 from EnterpriseDB/content/docs/biganimal/azu…
Browse files Browse the repository at this point in the history
…re_policies

BigAnimal - Azure policies
  • Loading branch information
nidhibhammar authored May 7, 2024
2 parents 0245661 + 3741f96 commit b74e218
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,27 @@ To prevent failures while creating your clusters, ensure that each of the follow
| Microsoft.OperationsManagement | Monitors workloads and provides container insight |
| Microsoft.Portal | Provides a dashboard to monitor the running status of the clusters (using aggregated logs and metrics) |

## Regional activation resources and access requirements

The table provides BigAnimal's regional activation resources and access requirements.

| Resource type | Activated region | Network access | Description |
|--------------------------------------|------------------|----------------|----------------------------------------------------------------------|
| Virtual network | Yes | N/A | |
| Storage account for backup | yes | Public | Public is required for faraway replication and cross region restore. |
| KeyVault for backup | Yes | Public | |
| Storage account for logs and metrics | Yes | Private | |
| KeyVault for AKS, logs, and metrics | Yes | Private | |
| Managed Identify | Yes | N/A | |
| NSG | Yes | N/A | |
| Private endpoint | Yes | N/A | |
| AKS | Yes | N/A | |
| Application insights | Yes | N/A | Not in use for custom monitoring |
| Log analytics workspaces | Yes | N/A | Not in use for custom monitoring |

!!!note
A Storage account for TFstate is created on the first activated region per BigAnimal project. It is in private network access. Private DNS zone are required for private storage account and private key vaults.
!!!
## Public IP addresses limits

Every BigAnimal cluster with public network access is assigned a single public IP address, and this IP address counts against the quota for both basic and standard IP address types in a region. BigAnimal can't create more clusters if the IP address limit is reached.
Expand Down

1 comment on commit b74e218

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.