Open
Description
openedon Jun 2, 2023
[Enter feedback here]
const { BlobServiceClient } = require("@azure/storage-blob");
const account = "<account name>";
const sas = "<service Shared Access Signature Token>";
const blobServiceClient = new BlobServiceClient(`https://${account}.blob.core.windows.net${sas}`);
Is listed on your page but it should be
const blobServiceClient = new BlobServiceClient(`https://${account}.blob.core.windows.net?${sas}`);
I hope this little fix saves everyone time and they don't have to recheck everything again and raise ticket.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 9e6a0310-6551-e231-256b-a23e67add834
- Version Independent ID: f3901614-6fa9-dc0e-928b-3698631cbde0
- Content: Azure Storage Blob client library for JavaScript
- Content Source: docs-ref-services/latest/storage-blob-readme.md
- Service: storage
- GitHub Login: @EmmaZhu
- Microsoft Alias: emmazhu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Storage Service (Queues, Blobs, Files)This issue requires a change to an existing behavior in the product in order to be resolved.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK team