Skip to content

Commit d90fded

Browse files
committed
rename and content update
1 parent e35542e commit d90fded

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

infra/modules/network/Test_Network.bicep renamed to infra/modules/network/test_network_modules.bicep

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// /****************************************************************************************************************************/
2-
// This is an example test program to create private networking resources independently to show the usage of the modules
3-
// with sample inputs.
1+
// /******************************************************************************************************************/
2+
// This is an example test program to create private networking resources independently with sample inputs
43
//
5-
// Next Steps:
6-
// Review infra/main.bicep and infra/modules/network.bicep for intended usage of the modules
7-
// Please infra/modules/network.bicep on how to customize the networking resources for your application.
4+
// Please review below modules to understand the how things are wired together:
5+
// infra/main.bicep
6+
// infra/modules/network.bicep
7+
// infra/moddules/network/main.bicep
88
//
9-
// /****************************************************************************************************************************/
9+
// /******************************************************************************************************************/
1010

1111
@minLength(6)
1212
@maxLength(25)

0 commit comments

Comments
 (0)