This project provides an easy integration with Microsoft Azure Storage services (blobs, tables and queues)..

GitHub mirror: https://github.com/baikho/drupal-azure_storage

Usage

/** @var \Drupal\azure_storage\AzureStorageClientInterface $storage_client */
$storage_client = \Drupal::service('azure_storage.client');

Storage Queue Service examples

// Simple usage.
$storage_queue_service = $storage_client->getStorageQueueService();

// Or with a dedicated connection string.
$storage_queue_service = $storage_client
  ->setStorageQueueService($connection_string)
  ->getStorageQueueService();

// Send a message.
$storage_queue_service->createMessage('queue_name', 'message');
Supporting organizations: 
Development and maintenance

Project information

Releases