Skip to content

Commit 034a16a

Browse files
committed
Rename "Secure an app" to "Manage secrets"
1 parent 3010508 commit 034a16a

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
items:
4343
- name: Scale an app
4444
href: scale-app.md
45-
- name: Secure an app
46-
href: secure-app.md
45+
- name: Manage secrets
46+
href: manage-secrets.md
4747
- name: Monitor an app
4848
href: monitor.md
4949
- name: Manage revisions

articles/container-apps/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ landingContent:
4747
links:
4848
- text: Set scaling rules
4949
url: scale-app.md
50-
- text: Secure an app
51-
url: secure-app.md
50+
- text: Manage secrets
51+
url: manage-secrets.md
5252
- text: Monitor an app
5353
url: monitor.md
5454
- text: Manage revisions

articles/container-apps/secure-app.md renamed to articles/container-apps/manage-secrets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Secure an app in Azure Container Apps Preview
3-
description: Learn to secure applications in Azure Container Apps.
2+
title: Manage secrets in Azure Container Apps Preview
3+
description: Learn to store and consume sensitive configuration values in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -10,7 +10,7 @@ ms.author: cshoe
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
# Secure an app in Azure Container Apps Preview
13+
# Manage secrets in Azure Container Apps Preview
1414

1515
Azure Container Apps allows your application to securely store sensitive configuration values. Once defined at the application level, secured values are available to containers, inside scale rules, and via Dapr.
1616

articles/container-apps/monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ my-container-app listening on port 80 PrimaryResult 2021-10-23T02:11:43.1
101101
## Next steps
102102

103103
> [!div class="nextstepaction"]
104-
> [Secure your container app](secure-app.md)
104+
> [Manage secrets](manage-secrets.md)

articles/container-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ With Azure Container Apps, you can:
5252

5353
- [**Provide an existing virtual network**](vnet-custom.md) when creating an environment for your container apps.
5454

55-
- [**Securely manage secrets**](secure-app.md) directly in your application.
55+
- [**Securely manage secrets**](manage-secrets.md) directly in your application.
5656

5757
- [**View application logs**](monitor.md) using Azure Log Analytics.
5858

articles/container-apps/revisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following types of changes do not create a new revision:
5252

5353
- Changes to [traffic splitting rules](revisions-manage.md#traffic-splitting)
5454
- Turning [ingress](ingress.md) on or off
55-
- Changes to [secret values](secure-app.md)
55+
- Changes to [secret values](manage-secrets.md)
5656
- Any change outside the `template` section of the configuration
5757

5858
While changes to secrets are an application-scope change, revisions must be [restarted](revisions.md) before a container recognizes new secret values.
@@ -68,4 +68,4 @@ New revisions remain active until you deactivate them, or you set your container
6868
## Next steps
6969

7070
> [!div class="nextstepaction"]
71-
> [Secure an app](secure-app.md)
71+
> [Manage secrets](manage-secrets.md)

articles/container-apps/scale-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,4 @@ The following example shows how to create a memory scaling rule.
207207
## Next steps
208208

209209
> [!div class="nextstepaction"]
210-
> [Secure your container app](secure-app.md)
210+
> [Manage secrets](manage-secrets.md)

0 commit comments

Comments
 (0)