diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c3815408..0fe2609d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,7 @@ pool: #Your build pipeline references a secret variable named ‘subscription_id’. Create or edit the build pipeline for this YAML file, define the variable on the Variables tab, and then select the option to make it secret. See https://go.microsoft.com/fwlink/?linkid=865972 variables: -- group: AzureKeyVaultSecrets +- group: mlops_rg trigger: - master diff --git a/code/scoring/create_scoring_image.py b/code/scoring/create_scoring_image.py index 1aafade1..696950c9 100644 --- a/code/scoring/create_scoring_image.py +++ b/code/scoring/create_scoring_image.py @@ -79,7 +79,7 @@ ) os.chdir("scoring") -image_name = "diabetes-model-score" +image_name = "diabetes-model-score-test" image_config = ContainerImage.image_configuration( execution_script="score.py",