/SwagMediaAzure

Primary LanguagePHPMIT LicenseMIT

Azure Adapter for Shopware

Software License

The Azure adapter allows you to manage your media files in shopware on Azure Blob Storage.

Building a package

Just run ./build.sh.

Install

Download the plugin from the release page and enable it in shopware.

Usage

Update your config.php in your root directory and fill in your own values

'cdn' => [
    'backend' => 'azure',
    'adapters' => [
        'azure' => [
            'type'          => 'azure',
            'mediaUrl'      => 'https://example.blob.core.windows.net/media/',
            'accountName'   => 'youraccount',
            'apiKey'        => 'yourapikey',
            'containerName' => 'media'
        ]
    ]
],

License

The MIT License (MIT). Please see License File for more information.