Azure / azure-batch-maya

Cloud rendering from Maya using Azure Batch
Other
27 stars 13 forks source link

Authentication fails - Maya 18.2 MacOS 10.13.4 #39

Closed bootsch closed 6 years ago

bootsch commented 6 years ago

After a somewhat bumpy installation I managed to load the plugin with a strange error

from the log: Initializing Azure Batch plug-in Checking for dependencies...

Dependency check complete Couldn't add shelf: [Errno 2] No such file or directory I can launch the app gui though: run_guiStarter(); # AzureBatchMaya : Starting AzureBatchShared... # But when I try to authenticate it fails: # AzureBatchMaya : Starting AzureBatchShared... # # AzureBatchMaya : Failed to authenticate: This request is not authorized to perform this operation. AuthorizationFailureThis request is not authorized to perform this operation. RequestId:75103680-201e-00d1-5fe9-dc8b89000000 Time:2018-04-25T23:03:27.6957626Z # Any ideas? Best, Paul
bootsch commented 6 years ago

Solved,

There was no blob storage yet and the storage account was not set to access from 'all networks'. After creating the blob storage and setting the access to all networks I could authenticate

thanks