Skip to content

Check for Existing AML Infrastructure Before Setup #13

@GrannyProgramming

Description

@GrannyProgramming

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions