Skip to content

Commit 240f1b9

Browse files
committed
fixes
1 parent 80a705e commit 240f1b9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/private-link/create-private-endpoint-powershell.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,14 @@ Use the VM you created in the previous step to connect to the webapp across the
341341
342342
10. Close the connection to **myVM**.
343343
344+
## Clean up resources
345+
346+
When no longer needed, you can use the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) command to remove the resource group, virtual network, and the remaining resources.
347+
348+
```azurepowershell-interactive
349+
Remove-AzResourceGroup -Name 'CreatePrivateEndpointQS-rg'
350+
```
351+
344352
## Next steps
345353

346354
For more information about the services that support private endpoints, see:

0 commit comments

Comments
 (0)