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/vnet-custom.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,13 +171,13 @@ The following table describes the parameters used in `containerapp env create`.
171
171
|---|---|
172
172
|`name`| Name of the Container Apps environment. |
173
173
|`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. |
175
175
|`infrastructure-subnet-resource-id`| Resource ID of a subnet for infrastructure components and user application containers. |
176
176
177
177
178
178
# [Azure PowerShell](#tab/azure-powershell)
179
179
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.
181
181
182
182
```azurepowershell-interactive
183
183
$WorkspaceArgs = @{
@@ -216,7 +216,7 @@ The following table describes the parameters used in for `New-AzContainerAppMana
216
216
|`ResourceGroupName`| Name of the resource group. |
217
217
|`LogAnalyticConfigurationCustomerId`| The ID of an existing the Log Analytics workspace. |
218
218
|`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. |
220
220
|`VnetConfigurationInfrastructureSubnetId`| Resource ID of a subnet for infrastructure components and user application containers. |
221
221
222
222
---
@@ -350,7 +350,7 @@ You must either provide values for all three of these properties, or none of the
350
350
351
351
## Clean up resources
352
352
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.
0 commit comments