Hiding secrets in raw JSON [AML]

Nathanael 1 Reputation point
2021-09-07T07:56:32.253+00:00

On AML in the RUN View you can see firstly the command which was run on AML and the "Raw JSON" which displays the whole runDefinition and more.
We want to do something as described here https://learn.microsoft.com/en-us/azure/machine-learning/how-to-github-actions-machine-learning?McasTsid=28375 but without waiting for the results. This means that the RUN has to have credentials to push the trained model to some location.

This is an issue as we currently can not restrict access or mask secrets in the "Raw JSON". The command section in the Run view contains the same issue as this section can contain secrets too.

We use https://learn.microsoft.com/en-us/cli/azure/ml/job?view=azure-cli-latest to create a Run, but the issue would be the same if any other method would be used to trigger a Run.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,000 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.