EmAchieng / azure-networking-management

0 stars 0 forks source link

Resource Dependencies Not Managed #6

Closed EmAchieng closed 1 day ago

EmAchieng commented 2 weeks ago

Description: The script does not explicitly manage dependencies between resources, such as ensuring that a VNet is created before a subnet or that an NSG is created before associating it with other resources. This can lead to issues if the resources are not available when required.

Possible Fix: Implement dependency management to ensure resources are created in the correct order. Add checks to verify that each resource is available and properly configured before proceeding with operations that depend on it.