Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 646 Bytes

index.md

File metadata and controls

19 lines (17 loc) · 646 Bytes

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": ""
        }
    }
  1. Modify the following settings:
    • Set the Provider value to AzureBlobStorage
    • Provide ConnectionString in case you are going to use the AzureBlobStorage implementation option