We want to use a service principal in Azure ML to access the Workspace as described here, and are wondering how to save the SP password. It says correctly to not store it in the juypter sources, but to use os.environ['AML_PRINCIPAL_PASS']
instead. But how do I get it into the environment in a way that survives reboot of compute instance etc?
There is a Keyvault in the workspace, but I need to authenticate the SP first before I can access the workspace and thus the keyvault.