Skip to content

Commit c6f9195

Browse files
Merge pull request #277480 from mumian/0529-ds-vnet
deployment script - link the new article
2 parents 70ae5f7 + 305214f commit c6f9195

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-resource-manager/bicep/deployment-script-bicep.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use deployment scripts in Bicep
33
description: Learn how to create, monitor, and troubleshoot deployment scripts in Bicep.
44
ms.custom: devx-track-bicep
55
ms.topic: how-to
6-
ms.date: 05/22/2024
6+
ms.date: 06/06/2024
77
---
88

99
# Use deployment scripts in Bicep
@@ -497,13 +497,14 @@ The following table lists the error codes for the deployment script:
497497

498498
## Access a private virtual network
499499

500-
You can run deployment scripts in private networks with some additional configurations. For more information, see [Access a private virtual network](./deployment-script-vnet.md).
500+
You can run deployment scripts in private networks with some additional configurations. For more information, see [Access a private virtual network using service endpoint](./deployment-script-vnet.md) or [Run Bicep deployment script privately over a private endpoint](./deployment-script-vnet-private-endpoint.md).
501501

502502
## Next steps
503503

504504
In this article, you learned how to use deployment scripts. To learn more, see:
505505

506506
- [Training module: Extend ARM templates by using deployment scripts](/training/modules/extend-resource-manager-template-deployment-scripts)
507507
- [Develop deployment script resources](./deployment-script-develop.md)
508-
- [Access a private virtual network](./deployment-script-vnet.md)
508+
- [Access a private virtual network using service endpoint](./deployment-script-vnet.md)
509+
- [Run Bicep deployment script privately over a private endpoint](./deployment-script-vnet-private-endpoint.md)
509510
- [Create script development environments](./deployment-script-bicep-configure-dev.md)

0 commit comments

Comments
 (0)