Converting a html file from an azure storage and saving it to the same storage gives no result

storage can be viewed successfully from aspose, created an application and got client id and client secret and tried using below codes in C# in converting the file

var builder = new ConverterBuilder()
.FromStorageFile("/test.html")
.ToStorageFile("/Test.docx");

and

var builder = new ConverterBuilder()
.FromStorageFile("/test.html", “storagename”)
.ToStorageFile("/Test.docx", “storagename”);

and

var builder = new ConverterBuilder()
.FromStorageFile(“storagename/test.html”, “storagename”)
.ToStorageFile(“storagename/Test.docx”, “storagename”);

@Dumindaz

We are looking into your query and will update you shortly.

@Dumindaz
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): HTMLCLOUD-2207

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.