Search code examples
azurecoldfusionazure-storagecfmllucee

How can use azure storage from Lucee


I am developing an application using Lucee. Currently I have some files stored on an Azure Storage Account and I need to be able to read and write to the Azure Storage account. Is there any java api or Lucee Extension that can be used for this purpose?


Solution

  • I liked @Adam-Smith-msft answer but I ended up using the code from https://github.com/paulklinkenberg/lucee-azure-provider so i did not have to deal directly with the Java SDK