Can we remove the Azure vendor-lock? #7
Description
"The CodePush Server requires Azure Blob Storage to operate."
"CodePush Server is designed to run as Azure App Service"
I understand that this was developed at Microsoft, therefore a strong tie to Azure is par for the course. However, many dev teams (like mine) would love to use the new standalone CodePush but we are in other cloud infras; AWS in my case. It would be a monumental task to convince our tech leadership and devops team to spin up an account with Azure just to run this.
Is there a way we can remove the vendor lock by providing our own binary storage and service runners? I'm just asking the question for now, but if it's currently not possible and you're open to PRs I'd be happy to dig through the code and provide a patch to provide external providers.
Thx!