Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinribeiro/set-cors-azure
Command line tool in C# for Windows that enables CORS for Azure Blob Store / CDN
https://github.com/justinribeiro/set-cors-azure
Last synced: 7 days ago
JSON representation
Command line tool in C# for Windows that enables CORS for Azure Blob Store / CDN
- Host: GitHub
- URL: https://github.com/justinribeiro/set-cors-azure
- Owner: justinribeiro
- License: mit
- Created: 2015-10-06T20:36:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T20:56:07.000Z (about 9 years ago)
- Last Synced: 2024-10-23T23:57:25.781Z (28 days ago)
- Language: C#
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# set-cors-azure
Command line tool in C# for Windows that enables CORS for Azure Blob Store / CDN## Basics
1. Open in Visual Studio.
2. Make sure you install appropraite libs vi Nuget (ala, Azure Storage API).
3. Build command line tool.
4. Use command line tool with Storage Credentials:
```setCors.exe accountName keyValue```