Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-admin permissions to Azure resources causes workflow failures #72

Open
brandom-msft opened this issue Jul 21, 2020 · 0 comments
Open

Comments

@brandom-msft
Copy link

Needs more investigation

Without elevated permissions, the testing workflow fails during upload of test data. I first hit the below error using our team's subscription and resources (which I have 'contributor' permissions for). Creating my own resources in a new subscription, where I have admin rights to everything, the workflow succeeds as expected.

Need to determine exactly where/why the failure state is occurring and, if possible, surface those details in an error message.

Workflow error message follows:

Upload audio and human transcript testing data

Run unzip testing/audio-and-trans.zip -d build-speech-test
Archive: testing/audio-and-trans.zip
inflating: build-speech-test/audio.wav
inflating: build-speech-test/trans.txt
adding: build-speech-test/ (stored 0%)
adding: build-speech-test/audio.wav (deflated 16%)
Run 'config set' and add your Speech key or select proper configuration set by calling 'config select '.
API call ended with error: Authentication is required to access the resource.
##[error]Failed to upload audio and human-labeled transcript testing data. Check that the correct paths are defined in environment variables or re-run all jobs.
##[error]Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant