-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Video is not uploading to blob storage container #71707
Comments
@JakeCroz1 Thank you for your feedback . We will investigate and update the thread. |
@JakeCroz1, Apologies for the delay! Kindly ensure that you're leveraging the latest version of SDK. Also, you could capture a network track via F12 developer tools in the browser to fetch more details. |
How do I determine the SDK version of Azure Media Service? In the attempt to check determine the latest version of SDK, I created a new Media Services account, https://docs.microsoft.com/en-us/azure/media-services/latest/create-account-howto?tabs=portal) , and after the account was made, I attempted to setup the API access through https://docs.microsoft.com/en-us/azure/media-services/latest/access-api-howto?tabs=portal. The problem is in the documentation that I used to attempt to setup the API access. Within that documentation, there is instruction on how to setup the API access through the Portal. Now the problem in instructions is that it mentions, "2. Select the API access (new) blade on the left navigation bar.", however, there is nothing on my Media Services account that pertains to an API access (new) blade. My portal only says, "API access" on the left navigation bar. |
JakeCroz1, Thanks for the additional details and apologies for any frustration with this. I have assigned the issue to the content author to review further and update the document as appropriate. |
Reviewing. |
Thank you for your input @JakeCroz1! I have fixed the issue with the documentation. #please-close |
What document did you fix and what part of the documentation was fixed? How did your fix address my issue? Thanks! |
In the attempt to upload the video, ignite.mp4, to azure blob storage, the console app hangs on await blob.UploadAsync(fileToUpload) within the CreateInputAssetAsync() method. On the Azure Portal, my blob storage container says Authentication method: Access key (Switch to Azure AD User Account). I'm not sure if that's causing the console app to hang.
[Enter feedback here]
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: