Skip to content

startCopyFromUri may fail against azurite with https #2579

Description

@EmmaZhu

start Azurite with https, following code would report 500 error.

    const sasToken = await blobClient.generateSasUrl({
      permissions: BlobSASPermissions.parse("r"),
      expiresOn: tmr
    });
    const result = await (await newBlobClient.beginCopyFromURL(sasToken)).pollUntilDone();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions