Skip to content

Commit acbd7ed

Browse files
Merge pull request #220793 from asudbring/pe-ddos-cli
Fix cleanup section in CLI doc for private endpoint
2 parents 3a0d1f4 + 55dfc60 commit acbd7ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,15 @@ Use the VM you created in the previous step to connect to the webapp across the
250250
251251
10. Close the connection to **myVM**.
252252
253+
## Clean up resources
254+
255+
When no longer needed, use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, private link service, load balancer, and all related resources.
256+
257+
```azurecli-interactive
258+
az group delete \
259+
--name CreatePrivateEndpointQS-rg
260+
```
261+
253262
## Next steps
254263

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

0 commit comments

Comments
 (0)