Credentials in local compute on Azure ML
Chinedum Echeta
0
Reputation points Microsoft Employee
Is it possible to generate credentials to interact with Azure from inside a job running on local compute?
If I start a job like this:
And the script itself, ./src/main.py
, looks like:
The job fails. because there are no credentials, however it would succeed on a compute instance. error_log.txt
Sign in to answer