You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are adding new packages for the submission, upload the ZIP archive to Azure Blob Storage using the SAS URI that was provided in the response body of the POST method you called earlier.
The documentation contains the following example to upload using the Azure Storage Client Library for .NET:
I’m trying to upload a file to a pre-defined SAS URI to submit a package to the Microsoft Store:
The documentation contains the following example to upload using the Azure Storage Client Library for .NET:
How can I do the same using the Ruby library? It seems that it always requires an account name/key and doesn’t allow providing an existing URI.
The text was updated successfully, but these errors were encountered: