Skip to content

Commit a2e2302

Browse files
authored
Merge pull request #189184 from anthonychu/20220218-rename-secure-app-doc
[Container Apps] Rename "Secure an app" to "Manage secrets"
2 parents 2e3beb4 + 073d154 commit a2e2302

File tree

9 files changed

+23
-13
lines changed

9 files changed

+23
-13
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@
884884
"articles/azure-video-analyzer/.openpublishing.redirection.azure-video-analyzer.json",
885885
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
886886
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
887-
"articles/mysql/.openpublishing.redirection.mysql.json"
887+
"articles/mysql/.openpublishing.redirection.mysql.json",
888+
"articles/container-apps/.openpublishing.redirection.container-apps.json"
888889
]
889890
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/container-apps/secure-app.md",
5+
"redirect_url": "/azure/container-apps/manage-secrets",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

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: 4 additions & 4 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

@@ -24,7 +24,7 @@ When a secret is updated or deleted, you can respond to changes in one of two wa
2424
1. Deploy a new revision.
2525
2. Restart an existing revision.
2626

27-
An updated or removed secret does not automatically re-start a revision.
27+
An updated or removed secret does not automatically restart a revision.
2828

2929
- Before you delete a secret, deploy a new revision that no longer references the old secret.
3030
- If you change a secret value, you need to restart the revision to consume the new value.

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: 1 addition & 1 deletion
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.

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)