git-azure
git-azure copied to clipboard
Deploy multiple node.js applications to Windows Azure from MacOS using Git
Set-AzureRmResource returns " The pipeline has been stopped." When trying to add tags in hashtable
Trying to handle adding tags while not overwriting the current tags on the resource by adding them to the $tags hash-table like shown here: https://azure.microsoft.com/en-us/documentation/articles/resource-group-using-tags/ Same error in both Azure...
``` Glenns-MacBook-Pro:gitazurerepo glennblock$ git azure init --serviceName gblockgitazure --publishSettings ~/publishsettings/gblock.publishsettings Starting at Sun Sep 01 2013 21:21:26 GMT-0700 (PDT) Running with the following configuration: Windows Azure service settings serviceName: gblockgitazure...
Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...
Fixes issue #53
I run sudo npm install git-azure -g then git azure init --publishSettings [foo] --serviceName [bar] --force and it hangs after the "Choosing subscription name [foobar]" output line - any ideas?...
I've followed the exact instructions in the README but the deployment always hangs at: Deployment status: Running. Status of machines in the farm: bootstrap_IN_0: Running setup scripts... [BusyRole] Waiting for...
The git azure init process fails for me, with the following error; Unable to create service with name my-service-name under subscription blah-blah-blah: Status code: 400, response body: BadRequestThe location constraint...
This way we don't need Windows for repackaging the whole thing (if needed). The idea is to provide an alternative for `build.cmd` to create the package on non Windows environments