You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/release-notes.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,7 @@ Updates in July include:
25
25
-[Protect against the Operations Management Suite vulnerability CVE-2022-29149](#protect-against-the-operations-management-suite-vulnerability-cve-2022-29149)
26
26
-[Integration with Entra Permissions Management](#integration-with-entra-permissions-management)
27
27
-[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)
38
29
39
30
### General availability (GA) of the Cloud-native security agent for Kubernetes runtime protection
40
31
@@ -90,6 +81,23 @@ The effect for the Key Vault recommendations listed here was changed to "audit":
90
81
| Key Vault secrets should have an expiration date | 14257785-9437-97fa-11ae-898cfb24302b |
91
82
| Key Vault keys should have an expiration date | 1aabfa0d-7585-f9f5-1d92-ecb40291d9f2 |
92
83
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`|
Copy file name to clipboardExpand all lines: articles/defender-for-cloud/upcoming-changes.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ If you're looking for the latest release notes, you'll find them in the [What's
19
19
| Planned change | Estimated date for change |
20
20
|--|--|
21
21
|[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 |
23
22
|[Change in pricing of Runtime protection for Arc-enabled Kubernetes clusters](#change-in-pricing-of-runtime-protection-for-arc-enabled-kubernetes-clusters)| August 2022 |
24
23
|[Multiple changes to identity recommendations](#multiple-changes-to-identity-recommendations)| September 2022 |
25
24
|[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.
39
38
40
39
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).
41
40
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
-
60
41
### Change in pricing of runtime protection for Arc-enabled Kubernetes clusters
0 commit comments