Azure Blob Storage Connector

Azure Blob Storage Connector (ODC)

Stable version 1.1.0 (Compatible with ODC)
Uploaded on 28 October 2024 by Technology Professionals Group dba Cloud and Things
Azure Blob Storage Connector

Azure Blob Storage Connector (ODC)

Details
Detailed Description

Overview

The Azure Blob Storage Component for OutSystems ODC Platform enables seamless integration with Azure Blob Storage services. It allows developers to upload, delete, and retrieve files directly from their OutSystems applications using the PUT, DELETE, and GET API methods. This component simplifies file management in Azure Blob Storage, enhancing the capabilities of your OutSystems applications.

Features

  • File Upload: Upload files to Azure Blob Storage using the PUT method.
  • File Deletion: Delete files from Azure Blob Storage using the DELETE method.
  • File Get: Retrieves a list of all files from Azure Blob Storage using the GET method.
  • Easy Integration: Simple integration into existing OutSystems applications.
  • Secure Access: Supports authentication mechanisms to ensure secure file operations.

Prerequisites

  • An active Azure account with access to Blob Storage services.
  • OutSystems ODC Platform environment set up.
  • Permission to install Forge components in your OutSystems environment.



Limitations

Currently, the component supports file upload (PUT), file deletion (DELETE), and file retrieve (GET) operations. In future releases, it will be expanded to include additional features such as file download, metadata management, and advanced security configurations. These enhancements will further streamline file handling and make it a comprehensive solution for all Azure Blob Storage operations within the OutSystems environment.

Release notes 

New Feature: GET Method for File Retrieval – Added GET functionality to retrieve and list files from Azure Blob Storage, enhancing file management within OutSystems applications.