- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
Open
Labels
M-azureThis issue is related to the Azure moduleThis issue is related to the Azure moduleP2Priority 2Priority 2bugSomething isn't workingSomething isn't working
Milestone
Description
The requestTimeout parameter of the IBlobStorageConfiguration has been removed. It used to be passed to the createBlockBlobFromText of the BlobService from the azure-storage package.
This parameter is no longer used during the blob creation coming from package @azure/storage-blob however it can be passed in the constructor for BlobServiceClient as part of StoragePipelineOptions
constructor(url: string, credential?: StorageSharedKeyCredential | AnonymousCredential | TokenCredential, options?: StoragePipelineOptions);
StoragePipelineOptions has a field retryOptions of type StorageRetryOptions which has the tryTimeoutInMs field.
We can add the timeout back in.
Metadata
Metadata
Assignees
Labels
M-azureThis issue is related to the Azure moduleThis issue is related to the Azure moduleP2Priority 2Priority 2bugSomething isn't workingSomething isn't working