Trying to keep a codebase compatible between CloudFoundry (Bluemix) and Azure.
I'm getting an error on getAppEnv, because under Azure, port is not a number but a named pipe (/\\.\pipe\xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
I was hoping to use cfenv with the vcap option filled some other way when running "locally" on Azure.
Trying to keep a codebase compatible between CloudFoundry (Bluemix) and Azure.
I'm getting an error on
getAppEnv, because under Azure, port is not a number but a named pipe (/\\.\pipe\xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).I was hoping to use cfenv with the
vcapoption filled some other way when running "locally" on Azure.