Skip to content

changes names to new ones for azure recommendations #10481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ Owing to this, now, while adding a recommendation to Ignore List, users have the

<DocImage path={require('../static/azure-granular.png')} width="90%" height="90%" title="Click to view full size image" />

### Recommendation: delete-low-utilised-cosmodb
### Recommendation: delete-low-utilized-azure-cosmodb
**Description:** Delete low utilised CosmosDB based on total requests in last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-low-utilised-cosmodb
- name: delete-low-utilized-azure-cosmodb
resource: azure.cosmosdb
description: |
Delete low utilised CosmosDB based on total requests in last 72 hours
Expand All @@ -103,13 +103,13 @@ policies:

---

### Recommendation: delete-unattached-disk
### Recommendation: delete-unattached-azure-disk
**Description:** Delete all unattached disks.

**Policy Used:**
```yaml
policies:
- name: delete-unattached-disk
- name: delete-unattached-azure-disk
resource: azure.disk
description: |
Delete all unattached disks
Expand All @@ -127,13 +127,13 @@ policies:

---

### Recommendation: delete-low-utilised-load-balancers
### Recommendation: delete-low-utilized-azure-load-balancer
**Description:** Delete all low utilised load balancers where packet count is less than 1000 in last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-low-utilised-load-balancers
- name: delete-low-utilized-azure-load-balancer
resource: azure.loadbalancer
description: |
Delete all low utilised load balancers where packet count is less than 1000 in last 72 hours
Expand All @@ -154,13 +154,13 @@ policies:

---

### Recommendation: delete-orphaned-network-interface
### Recommendation: delete-orphaned-azure-networkinterface
**Description:** Delete network interface which are not attached to virtual machine.

**Policy Used:**
```yaml
policies:
- name: delete-orphaned-network-interface
- name: delete-orphaned-azure-networkinterface
resource: azure.networkinterface
description: |
Delete network interface which are not attached to virtual machine
Expand All @@ -178,13 +178,13 @@ policies:

---

### Recommendation: stop-underutilized-vms
### Recommendation: stop-underutilized-azure-vm
**Description:** Stop underutilised virtual machines with average CPU utilisation less than 5% in last 72 hours.

**Policy Used:**
```yaml
policies:
- name: stop-underutilized-vms
- name: stop-underutilized-azure-vm
resource: azure.vm
description: |
Stop underutilised virtual machines with average CPU utilisation less than 5% in last 72 hours
Expand All @@ -205,13 +205,13 @@ policies:

---

### Recommendation: delete-low-utilised-keyvaults
### Recommendation: delete-low-utilized-azure-keyvault
**Description:** Delete KeyVaults with less than 10 API hits in last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-low-utilised-keyvaults
- name: delete-low-utilized-azure-keyvault
resource: azure.keyvault
description: |
Delete KeyVaults with less than 10 API hits in last 72 hours
Expand All @@ -232,13 +232,13 @@ policies:

---

### Recommendation: delete-low-utilised-sql-server
### Recommendation: delete-low-utilized-azure-sqlserver
**Description:** Delete SQL servers with less than 10% average DTU consumption over last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-low-utilised-sql-server
- name: delete-low-utilized-azure-sqlserver
resource: azure.sqlserver
description: |
Delete SQL servers with less than 10% average DTU consumption over last 72 hours
Expand All @@ -260,13 +260,13 @@ policies:

---

### Recommendation: delete-unattached-publicip
### Recommendation: delete-unattached-azure-publicip
**Description:** Delete public ip which are not attached to any network interface.

**Policy Used:**
```yaml
policies:
- name: delete-unattached-publicip
- name: delete-unattached-azure-publicip
resource: azure.publicip
description: |
Delete public ip which are not attached to any network interface
Expand All @@ -284,13 +284,13 @@ policies:

---

### Recommendation: delete-low-utilised-datalake
### Recommendation: delete-low-utilized-azure-datalake
**Description:** Delete all Datalake Stores with less than 1000 read requests or 1000 write requests in the last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-low-utilised-datalake
- name: delete-low-utilized-azure-datalake
resource: azure.datalake
description: |
Delete all Datalake Stores with less than 1000 read requests or 1000 write requests in the last 72 hours
Expand Down Expand Up @@ -318,13 +318,13 @@ policies:

---

### Recommendation: delete-unused-postgresql-servers
### Recommendation: delete-unused-azure-postgresql-server
**Description:** Delete PostgreSQL Servers that have had zero active connections in the last 72 hours.

**Policy Used:**
```yaml
policies:
- name: delete-unused-postgresql-servers
- name: delete-unused-azure-postgresql-server
resource: azure.postgresql-server
description: |
Delete PostgreSQL Servers that have had zero active connections in the last 72 hours
Expand Down