Skip to main content
Question

How to Connect With Azure Blob Storage in Acumatica

  • 1 July 2022
  • 0 replies
  • 196 views

Hi,

 

Version-21.209.0034

 

Am trying to connect With Azure blob Storage to use the container in it

i tried all possibilities 

//var connectionString = "rcwcafz1t/ZdikEzhS181NGFdtiqG77sEznq200HJzUl88wz+BvlTJULGeVbxZdzFRp/0MYMbkrQ+ASt9uIDVg==";
            //string containerName = "inkitnew";
            //var serviceClient = new BlobServiceClient(connectionString);
            ////var containerClient = serviceClient.GetBlobContainerClient(containerName);

 

am using Azure.Blob,Storage from NugetPkg

Am able to build the code in visual studio when am trying to check screen level am facing an issue

 

And also tried using above stack overflow link.. this is also not working

https://stackoverflow.com/questions/70097124/how-to-connect-to-blob-storage-container-using-c-sharp


Please help me with Possible answers

Thank you

 

0 replies

Be the first to reply!

Reply