Skip to content

Commit 5318453

Browse files
Merge pull request #273081 from v-jaswel/aca/v-jaswel_work_item_215601
[ACA] Update vnet-custom.md per work item 215601
2 parents 6032be6 + f2daa23 commit 5318453

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ The following table describes the parameters used in `containerapp env create`.
171171
|---|---|
172172
| `name` | Name of the Container Apps environment. |
173173
| `resource-group` | Name of the resource group. |
174-
| `location` | The Azure location where the environment is to deploy. |
174+
| `location` | The Azure location where the environment is to deploy. |
175175
| `infrastructure-subnet-resource-id` | Resource ID of a subnet for infrastructure components and user application containers. |
176176

177177

178178
# [Azure PowerShell](#tab/azure-powershell)
179179

180-
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
180+
A Log Analytics workspace is required for the Container Apps environment. The following commands create a Log Analytics workspace and save the workspace ID and primary shared key to environment variables.
181181

182182
```azurepowershell-interactive
183183
$WorkspaceArgs = @{
@@ -216,7 +216,7 @@ The following table describes the parameters used in for `New-AzContainerAppMana
216216
| `ResourceGroupName` | Name of the resource group. |
217217
| `LogAnalyticConfigurationCustomerId` | The ID of an existing the Log Analytics workspace. |
218218
| `LogAnalyticConfigurationSharedKey` | The Log Analytics client secret.|
219-
| `Location` | The Azure location where the environment is to deploy. |
219+
| `Location` | The Azure location where the environment is to deploy. |
220220
| `VnetConfigurationInfrastructureSubnetId` | Resource ID of a subnet for infrastructure components and user application containers. |
221221

222222
---
@@ -350,7 +350,7 @@ You must either provide values for all three of these properties, or none of the
350350

351351
## Clean up resources
352352

353-
If you're not going to continue to use this application, you can delete the Azure Container Apps instance and all the associated services by removing the **my-container-apps** resource group. Deleting this resource group will also delete the resource group automatically created by the Container Apps service containing the custom network components.
353+
If you're not going to continue to use this application, you can remove the **my-container-apps** resource group. This deletes the Azure Container Apps instance and all associated services. It also deletes the resource group that the Container Apps service automatically created and which contains the custom network components.
354354

355355
::: zone pivot="azure-cli"
356356

0 commit comments

Comments
 (0)