Question
Kl University
IN
Last activity: 11 Jun 2024 6:17 EDT
Unable to Create ZIP files using the Azure Repo
In earlier version of 8.2 we use NAS file system to create Zip files using Custom JAVA Code .Recently we upgraded our application from 8.2 to Infinity 23 version. Also Moved from using NAS to AZU cloud storage account to store the files. With Infinity 23 platform we have migrated to AZU Cloud repo replacing NAS. Based on the above changes We would like to understand if there is a solution out in PEGA to create zip file using AZU Cloud Repo.
@ASHRITHAS6938 In Pega Infinity 23, you can use the Repository APIs to interact with files in Azure Cloud Repository. However, creating a zip file directly in the repository is not supported by the APIs. You would need to create the zip file in your Pega application, and then use the Repository APIs to store the zip file in the Azure Cloud Repository. Please note that the Import/Export wizard does not support custom repositories like Azure Cloud Repository.
⚠ This is a GenAI-powered tool. All generated answers require validation against the provided references.
Using repository APIs in your application > Pega Cloud Services File Storage no