Skip to content

Commit 4c70b56

Browse files
authored
Merge pull request #178253 from craigshoemaker/ca/fix/env
[Container Apps] Environment: update text
2 parents 15bda51 + 8aaa242 commit 4c70b56

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

articles/container-apps/environment.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how environments are managed in Azure Container Apps.
44
services: app-service
55
author: craigshoemaker
66
ms.service: app-service
7-
ms.topic: conceptual
7+
ms.topic: conceptual
88
ms.date: 10/21/2021
99
ms.author: cshoe
1010
ms.custom: ignite-fall-2021
@@ -29,23 +29,14 @@ Reasons to deploy container apps to different environments include situations wh
2929
- Two applications never share the same compute resources
3030
- Two applications can't communicate with each other via Dapr
3131

32-
## Virtual Network integration
33-
34-
Each environment is automatically assigned an external IP address. However, you can configure individual container apps so that they are not accessible from outside the virtual network.
35-
36-
| Property | Description |
37-
|---|---|
38-
| `properties.workerAppsConfiguration.subnetResourceId` | Azure Resource Manager resource ID for the subnet used for the environment infrastructure. |
39-
| `properties.workerAppsConfiguration.aciSubnetResourceName` | The name of a subnet in the same VNET where the container apps run. |
40-
4132
## Logs
4233

43-
Settings relevant to the Kubernetes environment API resource.
34+
Settings relevant to the Azure Container Apps environment API resource.
4435

4536
| Property | Description |
4637
|---|---|
4738
| `properties.appLogsConfiguration` | Used for configuring Log Analytics workspace where logs for all apps in the environment will be published |
48-
| `properties.workerAppsConfiguration.daprAIInstrumentationKey` | App Insights instrumentation key provided to Dapr for tracing |
39+
| `properties.containerAppsConfiguration.daprAIInstrumentationKey` | App Insights instrumentation key provided to Dapr for tracing |
4940

5041
## Billing
5142

@@ -54,4 +45,4 @@ Billing is relevant only to individual container apps and their resource usage.
5445
## Next steps
5546

5647
> [!div class="nextstepaction"]
57-
> [Managing autoscaling behavior](scale-app.md)
48+
> [Managing autoscaling behavior](scale-app.md)

0 commit comments

Comments
 (0)