You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/environment.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how environments are managed in Azure Container Apps.
4
4
services: app-service
5
5
author: craigshoemaker
6
6
ms.service: app-service
7
-
ms.topic: conceptual
7
+
ms.topic: conceptual
8
8
ms.date: 10/21/2021
9
9
ms.author: cshoe
10
10
ms.custom: ignite-fall-2021
@@ -29,23 +29,14 @@ Reasons to deploy container apps to different environments include situations wh
29
29
- Two applications never share the same compute resources
30
30
- Two applications can't communicate with each other via Dapr
31
31
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
-
41
32
## Logs
42
33
43
-
Settings relevant to the Kubernetes environment API resource.
34
+
Settings relevant to the Azure Container Apps environment API resource.
44
35
45
36
| Property | Description |
46
37
|---|---|
47
38
|`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 |
49
40
50
41
## Billing
51
42
@@ -54,4 +45,4 @@ Billing is relevant only to individual container apps and their resource usage.
0 commit comments