The Azure Blob Storage Assets module provides integration with Azure Blob Storage.
- Open appsettings.json for the Virto Commerce Platform instance.
- Navigate to the Assets node:
"Assets": {
"Provider": "AzureBlobStorage",
"AzureBlobStorage": {
"ConnectionString": "",
"CdnUrl": "",
"AllowBlobPublicAccess": true
}
}
- 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
.
- Azure Blob Assets module user documentation
- Assets management
- Assets storage configuration
- REST API
- View on GitHub
- Deploy: https://virtocommerce.com/docs/latest/developer-guide/deploy-module-from-source-code/
- Installation: https://www.virtocommerce.com/docs/latest/user-guide/modules/
- Home: https://virtocommerce.com
- Community: https://www.virtocommerce.org
- Download Latest Release
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.