Skip to content

Commit d1274ae

Browse files
committed
Move Deprecate API App policies for App Service to Release Notes
1 parent 5a1d931 commit d1274ae

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

articles/defender-for-cloud/release-notes.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,7 @@ Updates in July include:
2525
- [Protect against the Operations Management Suite vulnerability CVE-2022-29149](#protect-against-the-operations-management-suite-vulnerability-cve-2022-29149)
2626
- [Integration with Entra Permissions Management](#integration-with-entra-permissions-management)
2727
- [Key Vault recommendations changed to "audit"](#key-vault-recommendations-changed-to-audit)
28-
29-
**Estimated date for change:** June 2022
30-
31-
The Key Vault recommendations listed here are currently disabled so that they don't impact your secure score. We will change their effect to "audit".
32-
33-
| Recommendation name | Recommendation ID |
34-
| ------- | ------ |
35-
| Validity period of certificates stored in Azure Key Vault should not exceed 12 months | fc84abc0-eee6-4758-8372-a7681965ca44 |
36-
| Key Vault secrets should have an expiration date | 14257785-9437-97fa-11ae-898cfb24302b |
37-
| Key Vault keys should have an expiration date | 1aabfa0d-7585-f9f5-1d92-ecb40291d9f2 |
28+
- [Deprecate API App policies for App Service](#deprecate-api-app-policies-for-app-service)
3829

3930
### General availability (GA) of the Cloud-native security agent for Kubernetes runtime protection
4031

@@ -90,6 +81,23 @@ The effect for the Key Vault recommendations listed here was changed to "audit":
9081
| Key Vault secrets should have an expiration date | 14257785-9437-97fa-11ae-898cfb24302b |
9182
| Key Vault keys should have an expiration date | 1aabfa0d-7585-f9f5-1d92-ecb40291d9f2 |
9283

84+
85+
### Deprecate API App policies for App Service
86+
87+
We deprecated the following policies to corresponding policies that already exist to include API apps:
88+
89+
| To be deprecated | Changing to |
90+
|--|--|
91+
|`Ensure API app has 'Client Certificates (Incoming client certificates)' set to 'On'` | `App Service apps should have 'Client Certificates (Incoming client certificates)' enabled` |
92+
| `Ensure that 'Python version' is the latest, if used as a part of the API app` | `App Service apps that use Python should use the latest 'Python version` |
93+
| `CORS should not allow every resource to access your API App` | `App Service apps should not have CORS configured to allow every resource to access your apps` |
94+
| `Managed identity should be used in your API App` | `App Service apps should use managed identity` |
95+
| `Remote debugging should be turned off for API Apps` | `App Service apps should have remote debugging turned off` |
96+
| `Ensure that 'PHP version' is the latest, if used as a part of the API app` | `App Service apps that use PHP should use the latest 'PHP version'`|
97+
| `FTPS only should be required in your API App` | `App Service apps should require FTPS only` |
98+
| `Ensure that 'Java version' is the latest, if used as a part of the API app` | `App Service apps that use Java should use the latest 'Java version` |
99+
| `Latest TLS version should be used in your API App` | `App Service apps should use the latest TLS version` |
100+
93101
## June 2022
94102

95103
Updates in June include:

articles/defender-for-cloud/upcoming-changes.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ If you're looking for the latest release notes, you'll find them in the [What's
1919
| Planned change | Estimated date for change |
2020
|--|--|
2121
| [Deprecating three VM alerts](#deprecating-three-vm-alerts) | June 2022|
22-
| [Deprecate API App policies for App Service](#deprecate-api-app-policies-for-app-service) | July 2022 |
2322
| [Change in pricing of Runtime protection for Arc-enabled Kubernetes clusters](#change-in-pricing-of-runtime-protection-for-arc-enabled-kubernetes-clusters) | August 2022 |
2423
| [Multiple changes to identity recommendations](#multiple-changes-to-identity-recommendations) | September 2022 |
2524
| [Removing security alerts for machines reporting to cross tenant Log Analytics workspaces](#removing-security-alerts-for-machines-reporting-to-cross-tenant-log-analytics-workspaces) | September 2022 |
@@ -39,24 +38,6 @@ The following table lists the alerts that will be deprecated during June 2022.
3938

4039
These alerts are used to notify a user about suspicious activity connected to a Kubernetes cluster. The alerts will be replaced with matching alerts that are part of the Microsoft Defender for Cloud Container alerts (`K8S.NODE_ImageBuildOnNode`, `K8S.NODE_ KubernetesAPI` and `K8S.NODE_ ContainerSSH`) which will provide improved fidelity and comprehensive context to investigate and act on the alerts. Learn more about alerts for [Kubernetes Clusters](alerts-reference.md).
4140

42-
### Deprecate API App policies for App Service
43-
44-
**Estimated date for change:** July 2022
45-
46-
We will be deprecating the following policies to corresponding policies that already exist to include API apps:
47-
48-
| To be deprecated | Changing to |
49-
|--|--|
50-
|`Ensure API app has 'Client Certificates (Incoming client certificates)' set to 'On'` | `App Service apps should have 'Client Certificates (Incoming client certificates)' enabled` |
51-
| `Ensure that 'Python version' is the latest, if used as a part of the API app` | `App Service apps that use Python should use the latest 'Python version` |
52-
| `CORS should not allow every resource to access your API App` | `App Service apps should not have CORS configured to allow every resource to access your apps` |
53-
| `Managed identity should be used in your API App` | `App Service apps should use managed identity` |
54-
| `Remote debugging should be turned off for API Apps` | `App Service apps should have remote debugging turned off` |
55-
| `Ensure that 'PHP version' is the latest, if used as a part of the API app` | `App Service apps that use PHP should use the latest 'PHP version'`|
56-
| `FTPS only should be required in your API App` | `App Service apps should require FTPS only` |
57-
| `Ensure that 'Java version' is the latest, if used as a part of the API app` | `App Service apps that use Java should use the latest 'Java version` |
58-
| `Latest TLS version should be used in your API App` | `App Service apps should use the latest TLS version` |
59-
6041
### Change in pricing of runtime protection for Arc-enabled Kubernetes clusters
6142

6243
**Estimated date for change:** August 2022

0 commit comments

Comments
 (0)