79665939

Date: 2025-06-14 15:11:34
Score: 0.5
Natty:
Report link

Add this to your import

import { DefaultHttpClient } from '@azure/core-http'

Pass httpClient explicitly while creating client

const blobServiceClient = new BlobServiceClient(
    url,
    creds,
    {
        httpClient: new DefaultHttpClient()
    }
);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Atishay