Skip to content

Commit 3a0dd9f

Browse files
committed
Edits
1 parent 700c647 commit 3a0dd9f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/container-apps/manage-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Azure Container Apps allows your application to securely store sensitive configu
2121
- Secrets are scoped to an application, outside of any specific revision of an application.
2222
- New revisions don't get generated through adding, removing, or changing secrets.
2323
- Each application revision can reference one or more secrets.
24-
- Multiple revisions can reference the same secret(s).
24+
- Multiple revisions can reference the same secrets.
2525

2626
An updated or deleted secret doesn't automatically affect existing revisions in your app. When a secret is updated or deleted, you can respond to changes in one of two ways:
2727

@@ -39,7 +39,7 @@ Secrets are defined as a set of name/value pairs. The value of each secret is sp
3939
4040
### Store secret value in Container Apps
4141

42-
When you define secrets through the portal, or via different command line options.
42+
The following is used when you define secrets through the portal, or via different command line options.
4343

4444
# [Azure portal](#tab/azure-portal)
4545

articles/container-apps/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
1+
https://learn.microsoft.com/en-us/azure/conta---
22
title: Azure Container Apps overview
33
description: Learn about common scenarios and uses for Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: overview
8-
ms.date: 11/19/2024
8+
ms.date: 03/31/2026
99
ms.author: cshoe
1010
ms.custom: build-2023
1111
---
@@ -26,7 +26,7 @@ Additionally, applications built on Azure Container Apps can dynamically scale b
2626
- HTTP traffic
2727
- Event-driven processing
2828
- CPU or memory load
29-
- Any [KEDA-supported scaler](https://keda.sh/docs/scalers/)
29+
- Any [KEDA-supported scaler](https://keda.sh/docs/2.19/scalers/)
3030

3131
:::image type="content" source="media/overview/azure-container-apps-example-scenarios.png" alt-text="Example scenarios for Azure Container Apps.":::
3232

@@ -43,7 +43,7 @@ With Azure Container Apps, you can:
4343

4444
- [**Use the Azure CLI extension, Azure portal or ARM templates**](get-started.md) to manage your applications.
4545

46-
- [**Enable HTTPS or TCP ingress**](ingress.md) without having to manage other Azure infrastructure.
46+
- [**Enable HTTPS or TCP ingress**](ingress-overview.md) without having to manage other Azure infrastructure.
4747

4848
- [**Build microservices with Dapr**](microservices.md) and [access its rich set of APIs](./dapr-overview.md).
4949

0 commit comments

Comments
 (0)