-
Notifications
You must be signed in to change notification settings - Fork 3
Description
What is the Issue?
The current infrastructure setup main.bicep does not take into account networking configurations. As a result, critical aspects such as VNet, subnets, and Network Security Groups (NSGs) may be overlooked, potentially impacting the communication and operation of our AML resources.
What would the solution look like?
Incorporate networking configuration into the infrastructure setup script. This may involve modifying or expanding the current script, potentially leading to a more comprehensive and secure setup process.
Any alternative solutions?
A separate script for configuring networking resources could be created. However, integrating it directly into the infrastructure setup process would likely offer a more streamlined user experience.
Resources and Related Links