Skip to content

Commit bd99edc

Browse files
add network security section
1 parent 162d5a7 commit bd99edc

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

articles/container-apps/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@
270270
href: authentication-openid.md
271271
- name: Security
272272
items:
273+
- name: Overview
274+
href: security.md
275+
displayName: Security overview
273276
- name: Manage secrets
274277
href: manage-secrets.md
275278
- name: Token store
@@ -384,9 +387,6 @@
384387
displayName: Cross origin resource sharing
385388
- name: Security
386389
items:
387-
- name: Overview
388-
href: security.md
389-
displayName: Security overview
390390
- name: Configure WAF Application Gateway
391391
href: waf-app-gateway.md
392392
- name: Enable User Defined Routes (UDR)

articles/container-apps/security.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,18 @@ The token store feature provides a secure way to manage authentication tokens in
8888

8989
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.
9090

91-
## Security architecture considerations
91+
## Network security
9292

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.
9494

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:
10096

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
97+
- [Configure WAF Application Gateway](./waf-app-gateway.md)
98+
- [Enable User Defined Routes (UDR)](user-defined-routes.md)
99+
- Rule based routing
100+
- [Use rule-based routing](./rule-based-routing.md)
101+
- [Configure a custom domain](./rule-based-routing-custom-domain.md)
102+
- [Securing a custom VNET with an NSG](firewall-integration.md)
103+
- [Use a private endpoint](./how-to-use-private-endpoint.md)
104+
- [Use mTLS](./mtls.md)
105+
- [Integrate with Azure Front Door](./how-to-integrate-with-azure-front-door.md)

0 commit comments

Comments
 (0)