Plugin enabling image uploading to azure storage from strapi.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Node 10+
- npm 6+
- [email protected]+
Inside your strapi project run the following
yarn add strapi-provider-upload-azure-storage
# or
npm install strapi-provider-upload-azure-storage
Edit custom configuration in Strapi project
config/custom.json
you need to add
"azure": {
"accountName": "${process.env.AZURE_ACCOUNT_NAME}",
"secretAccessKey": "${process.env.AZURE_SECRET_ACCESS_KEY}",
"containerName": "${process.env.AZURE_CONTAINER_NAME}",
"cdnEndpoint": "${process.env.AZURE_CDN_ENDPOINT}"
}
Contributions are welcome
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jakub Rybiński - Add image optimization and move configuration into ENVs - jrybinski
- Jake Feldman - Initial work - jakeFeldman
This project is licensed under the MIT License - see the LICENSE.md file for details
- strapi.io
- Azure