diff --git a/solution-v2/initialize_constants.py b/solution-v2/initialize_constants.py index 37f56dc..dae82d1 100644 --- a/solution-v2/initialize_constants.py +++ b/solution-v2/initialize_constants.py @@ -11,7 +11,7 @@ AZURE_SUBSCRIPTION_ID = os.getenv( ) AZURE_WORKSPACE_NAME = os.getenv( "AZURE_WORKSPACE_NAME", - "ws-angelsevillacamins", + "ws-lillian-violet-oostrom", ) AZURE_LOCATION = os.getenv("AZURE_LOCATION", "westeurope") # Choose names for your clusters