Package Description


Keywords
assets, azure, blob-storage
License
Other
Install
Install-Package VirtoCommerce.AzureBlobAssetsModule.Core -Version 1.0.0

Documentation

Virto Commerce Azure Blob Storage Assets Module

CI status Quality gate Reliability rating Security rating Sqale rating

Overview

Azure Blob Storage Assets module provide integration with Azure Blob Storage.

Settings

  1. Open appsettings.json for the Virto Commerce Platform instance.
  2. Navigate to the Assets node:
    "Assets": {
        "Provider": "AzureBlobStorage",
        "AzureBlobStorage": {
            "ConnectionString": "",
            "CdnUrl": "",
            "AllowBlobPublicAccess": true
        }
    }
  1. Modify the following settings:
    • Set the Provider value to AzureBlobStorage.
    • Provide ConnectionString in case you are going to use the AzureBlobStorage implementation option.
    • Set up "CdnUrl": "" if you want to configured CDN before Azure Blob Storage. By default, empty. Ex: https://cdn.somecloud.com.
    • Set up AllowBlobPublicAccess to false, if create private container by default. By default, true.

Documentation

References

License

Copyright (c) Virto Solutions LTD. All rights reserved.

Licensed under the Virto Commerce Open Software License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://virtocommerce.com/opensourcelicense

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.