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/container-apps/security.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,19 +88,18 @@ The token store feature provides a secure way to manage authentication tokens in
88
88
89
89
For more information, see [Enable an authentication token store](token-store.md) for more details on how to set up a token store for your application.
90
90
91
-
## Security architecture considerations
91
+
## Network security
92
92
93
-
When designing secure applications on Azure Container Apps, consider these architectural principles:
93
+
Implementing proper network security measures helps safeguard your workloads from unauthorized access and potential threats while enabling secure communication between your apps and other services.
94
94
95
-
-**Defense in depth**: Implement multiple layers of security controls
96
-
-**Least privilege**: Grant only the minimum permissions necessary
97
-
-**Managed service advantages**: Use the security benefits of Azure's managed services
98
-
-**Secure defaults**: Start with secure configurations and only open what's necessary
99
-
-**Identity as the primary security perimeter**: Center your security architecture around identity controls
95
+
For more information on network security in Azure Container Apps, see the following articles:
100
96
101
-
## Next steps
102
-
103
-
- Implement [managed identities](./managed-identity.md) for secure authentication
104
-
- Set up [secrets management](./manage-secrets.md) for sensitive configuration
105
-
- Configure [secure image pull](./managed-identity-image-pull.md) with managed identities
106
-
- Enable [token store](./token-store.md) for secure user authentication
0 commit comments