-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
What is the Issue?
The current Infra main.bicep always creates a new instance of Azure Machine Learning (AML) and its associated resources. This can lead to redundancy and wastage of resources.
What would the solution look like?
We need to implement a check within the script to determine if the required infrastructure already exists. If it does, the script should skip the creation step and utilize the existing resources.
Any alternative solutions?
An alternative solution could be to prompt the user to decide whether they want to use existing resources or create new ones each time the script runs.
Resources and Related Links
AML Workspaces
Example Stackoverflow