From 99837864a2c494cbfd10cb910f0298b8103611e1 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Sep 2024 10:53:46 +0200 Subject: [PATCH] Change global constants to my workspace --- solution-v2/initialize_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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