All Projects → 10up → windows-azure-storage

10up / windows-azure-storage

Licence: BSD-2-Clause license
Use the Microsoft Azure Storage service to host your website's media files.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to windows-azure-storage

ElUploader-OSS-Solution
ElementUI - Upload 组件结合 OSS 的封装
Stars: ✭ 28 (-41.67%)
Mutual labels:  cdn, upload
cdnupload
Upload your site's static files to a directory or CDN, using content-based hashing
Stars: ✭ 41 (-14.58%)
Mutual labels:  cdn, upload
go-fastly-cli
CLI tool for interacting with Fastly CDN services via official REST API.
Stars: ✭ 14 (-70.83%)
Mutual labels:  cdn, upload
uploadcare-rails
Rails wrapper for Uploadcare
Stars: ✭ 48 (+0%)
Mutual labels:  cdn, upload
simple-image-server
Host Your Own Image Server based on MongoDB, Azure Blob Storage or Google Drive
Stars: ✭ 29 (-39.58%)
Mutual labels:  cdn, blob-storage
ShareX-CDN
Basic image, text & file uploader CDN for ShareX
Stars: ✭ 22 (-54.17%)
Mutual labels:  cdn, upload
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (-8.33%)
Mutual labels:  microsoft
globe
Globalization utilities
Stars: ✭ 28 (-41.67%)
Mutual labels:  microsoft
kinect-sign-language
Kinect Sign Language
Stars: ✭ 18 (-62.5%)
Mutual labels:  microsoft
SQLServerTools
This repo is the home of various SQL-Server-Tools
Stars: ✭ 28 (-41.67%)
Mutual labels:  microsoft
blobUpload
Uses file slice to upload large files. Newer version https://github.com/apivideo/uploadavideoApps. From api.video (https://api.video)
Stars: ✭ 19 (-60.42%)
Mutual labels:  upload
ExchangeAnalyzer
Exchange Analyzer - Checks Exchange Server 2013 or 2016 organizations for common configuration issues and recommended practices.
Stars: ✭ 100 (+108.33%)
Mutual labels:  microsoft
node-ews
A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API.
Stars: ✭ 114 (+137.5%)
Mutual labels:  microsoft
active-directory-android
An android app that uses Azure AD and the ADAL library for authenticating the user and calling a web API using OAuth 2.0 access tokens.
Stars: ✭ 33 (-31.25%)
Mutual labels:  microsoft
AL-Go
The plug-and-play DevOps solution for Business Central app development on GitHub
Stars: ✭ 88 (+83.33%)
Mutual labels:  microsoft
power-bi-embedded
Use Power BI Embedded to embed dashboards, reports, report visuals, Q&A, and tiles in your WordPress website.
Stars: ✭ 37 (-22.92%)
Mutual labels:  microsoft
acordeon-az900-innovaccion
Aquí podrás encontrar recursos clave y adicionales para tu paso por la certificación Microsoft Azure Fundamentals AZ-900
Stars: ✭ 406 (+745.83%)
Mutual labels:  microsoft
ms-identity-mobile-apple-swift-objc
An iOS sample in Swift that authenticates Microsoft Account and Azure AD users and calls the Graph API using OAuth 2.0
Stars: ✭ 61 (+27.08%)
Mutual labels:  microsoft
uploadex
Elixir library for handling uploads with Ecto, Phoenix and Absinthe
Stars: ✭ 23 (-52.08%)
Mutual labels:  upload
direct-upload-s3-signaturev4
Example of Directly uploading files to S3 with PHP
Stars: ✭ 50 (+4.17%)
Mutual labels:  upload

Microsoft Azure Storage for WordPress

Use the Microsoft Azure Storage service to host your website's media files.

Support Level Release Version WordPress tested up to version BSD 2-Clause License

Description

This WordPress plugin allows you to use Microsoft Azure Storage Service to host your media and uploads for your WordPress powered website. Microsoft Azure Storage is an effective way to infinitely scale storage of your site and leverage Azure's global infrastructure.

For more details on Microsoft Azure Storage, please visit the Microsoft Azure website.

For more details on configuring a Microsoft Azure Storage account and on using the plugin with the Block Editor or Classic Editor, please visit the user guide.

Requirements

Installation

  1. Upload the plugin files to the /wp-content/plugins/windows-azure-storage directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings->Microsoft Azure screen to configure the plugin.

For multisites or to enforce Azure Blob Storage settings, you can define the following constants in wp-config.php:

  • MICROSOFT_AZURE_ACCOUNT_NAME - Account Name
  • MICROSOFT_AZURE_ACCOUNT_KEY - Account Primary Access Key
  • MICROSOFT_AZURE_CONTAINER - Azure Blob Container
  • MICROSOFT_AZURE_CNAME - Domain: must start with http(s)://
  • MICROSOFT_AZURE_USE_FOR_DEFAULT_UPLOAD - boolean (default false)

See Settings->Microsoft Azure for more information.

Upgrade Notice

3.0.0

This release features several security fixes and enhancements. It is highly recommended that all users upgrade immediately.

Support Level

Stable: 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress.

Known Issues

Storage Account Versions

Storage accounts can be created via CLI, classic Azure portal, or the new Azure portal, with varying results.

If a Storage account is created with the new Azure portal, authentication will fail, resulting in the inability to view/add containers or files. Creating a Storage account with the Azure CLI should allow the plugin to work with new Storage accounts.

Responsive Images in WordPress 4.4

Images uploaded to the Azure Storage service will not automatically receive responsive versions. Images added through the WordPress Media Loader should get automatically converted to responsive images when inserted into a post or page. We are investigating options for full support of responsive images in the plugin.

Changelog

A complete listing of all notable changes to Microsoft Azure Storage are documented in CHANGELOG.md.

Contributing

Please read CODE_OF_CONDUCT.md for details on our code of conduct, CONTRIBUTING.md for details on the process for submitting pull requests to us, and CREDITS.md for a listing of maintainers of, contributors to, and libraries used by Microsoft Azure Storage.

Like what you see?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].