I am using AppendBlobService and BlobServiceClient in my Azure function app for two different use cases.
For AppendBlobService I need azure-storage-blob==2.1.0 version and for BlobServiceClient I need azure-storage-blob version < 12.
How can we use both AppendBlobService and BlobServiceClient together in Azure function by avoiding version conflicts.