Skip to content

Commit 339c2b4

Browse files
remove unused parameters
1 parent b657316 commit 339c2b4

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

articles/container-apps/vnet-custom-internal.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 5/13/2022
8+
ms.date: 5/16/2022
99
ms.author: cshoe
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
1212

13-
# Provide an virtual network to an internal Azure Container Apps (Preview) environment
13+
# Provide a virtual network to an internal Azure Container Apps (Preview) environment
1414

1515
The following example shows you how to create a Container Apps environment in an existing virtual network.
1616

1717
> [!IMPORTANT]
18-
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. Refer to [Known issues for public preview](https://github.com/microsoft/azure-container-apps/wiki/Known-Issues-for-public-preview) for additional details.
18+
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. For more information, see [Known issues for public preview](https://github.com/microsoft/azure-container-apps/wiki/Known-Issues-for-public-preview).
1919
2020
::: zone pivot="azure-portal"
2121

@@ -149,8 +149,6 @@ Finally, create the Container Apps environment with the VNET and subnet.
149149
az containerapp env create \
150150
--name $CONTAINERAPPS_ENVIRONMENT \
151151
--resource-group $RESOURCE_GROUP \
152-
--logs-workspace-id $LOG_ANALYTICS_WORKSPACE_CLIENT_ID \
153-
--logs-workspace-key $LOG_ANALYTICS_WORKSPACE_CLIENT_SECRET \
154152
--location "$LOCATION" \
155153
--infrastructure-subnet-resource-id $INFRASTRUCTURE_SUBNET \
156154
--internal-only
@@ -162,10 +160,8 @@ az containerapp env create \
162160
az containerapp env create `
163161
--name $CONTAINERAPPS_ENVIRONMENT `
164162
--resource-group $RESOURCE_GROUP `
165-
--logs-workspace-id $LOG_ANALYTICS_WORKSPACE_CLIENT_ID `
166-
--logs-workspace-key $LOG_ANALYTICS_WORKSPACE_CLIENT_SECRET `
167163
--location "$LOCATION" `
168-
--infrastructure-subnet-resource-id $INFRASTRUCTURE_SUBNET `
164+
--infrastructure-subnet-resource-id $INFRASTRUCTURE_SUBNET `
169165
--internal-only
170166
```
171167

articles/container-apps/vnet-custom.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 05/13/2022
8+
ms.date: 05/16/2022
99
ms.author: cshoe
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
1212

13-
# Provide an virtual network to an external Azure Container Apps (Preview) environment
13+
# Provide a virtual network to an external Azure Container Apps (Preview) environment
1414

1515
The following example shows you how to create a Container Apps environment in an existing virtual network.
1616

1717
> [!IMPORTANT]
18-
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. Refer to [Known issues for public preview](https://github.com/microsoft/azure-container-apps/wiki/Known-Issues-for-public-preview) for additional details.
18+
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. For more information, see [Known issues for public preview](https://github.com/microsoft/azure-container-apps/wiki/Known-Issues-for-public-preview).
1919
2020
::: zone pivot="azure-portal"
2121

0 commit comments

Comments
 (0)