Skip to content

startCopyFromUri may fail against azurite with https #2579

@EmmaZhu

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();

Metadata

Metadata

Assignees

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