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
@@ -28,17 +28,16 @@ Securing your network is crucial when you're working with Azure DevOps to protec
28
28
- **[Use Azure Firewall](/azure/firewall/overview):** Deploy Azure Firewall to provide a centralized network security policy across multiple Azure subscriptions and virtual networks.
29
29
- **[Monitor network traffic with Azure Network Watcher](/azure/network-watcher/network-watcher-monitoring-overview):** Use Azure Network Watcher to monitor and diagnose network issues, ensuring the security and performance of your network.
30
30
- **[Implement DDoS protection with Azure DDoS Protection](/azure/ddos-protection/ddos-protection-overview):** Enable Azure DDoS Protection to safeguard your applications from distributed denial-of-service (DDoS) attacks.
31
-
- **[Protect your data]:** Protect your data by using encryption, backup, and recovery strategies.
32
31
33
32
For more information, see [Application management best practices](/azure/active-directory/manage-apps/application-management-fundamentals).
34
33
35
34
## Implement Zero Trust
36
35
37
36
Adopt [Zero Trust](/azure/security/fundamentals/zero-trust) principles across your DevOps processes to make sure every access request is thoroughly verified, regardless of its origin. Zero Trust operates on the principle of "never trust, always verify," meaning that no entity, whether inside or outside the network, is trusted by default. By implementing Zero Trust, you can significantly reduce the risk of security breaches and ensure that only authorized users and devices can access your resources.
38
37
39
-
- Fortify your [DevOps platform](/security/zero-trust/develop/secure-devops-platform-environment-zero-trust),
40
-
- Safeguard your [development environment](/security/zero-trust/develop/secure-dev-environment-zero-trust),
41
-
- Integrate Zero Trust seamlessly into your [developer workflows](/security/zero-trust/develop/embed-zero-trust-dev-workflow).
38
+
- Fortify your [DevOps platform](/security/zero-trust/develop/secure-devops-platform-environment-zero-trust)
39
+
- Safeguard your [development environment](/security/zero-trust/develop/secure-dev-environment-zero-trust)
40
+
- Integrate Zero Trust seamlessly into your [developer workflows](/security/zero-trust/develop/embed-zero-trust-dev-workflow)
42
41
43
42
Zero Trust helps to protect against lateral movement within the network, ensuring that even if there's a compromised part of the network, the threat is contained and can't spread. For more information, see the [Zero Trust Assessment guide](https://microsoft.github.io/zerotrustassessment/guide).
0 commit comments