Skip to content

Commit

Permalink
# updated date
Browse files Browse the repository at this point in the history
  • Loading branch information
nanovazquez committed Jan 6, 2012
1 parent 4ffa069 commit 4ecddad
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
Title: Accessing Azure Role Environment information from NodeJS Title: Accessing Azure Role Environment information from NodeJS
Author: Mariano Vazquez Author: Mariano Vazquez
Date: Tue Jan 05 2012 10:32:35 GMT-0300 Date: Fri Jan 06 2012 15:42:35 GMT-0300
Node: v0.6.6 Node: v0.6.6


One of the things you may want to do while working on Azure is to obtain information about your role environment, like the current role instance name, the DeploymentID or even know if the role instance is running or not. This can be tricky if you use NodeJS, because you (apparently) cannot use the [RoleEnvironment](http://msdn.microsoft.com/es-es/library/ee773173.aspx) class to obtain that information. In this article I'm going to explain how you can set up information of your running Azure role to be easily accessed from a NodeJS server. One of the things you may want to do while working on Azure is to obtain information about your role environment, like the current role instance name, the DeploymentID or even know if the role instance is running or not. This can be tricky if you use NodeJS, because you (apparently) cannot use the [RoleEnvironment](http://msdn.microsoft.com/es-es/library/ee773173.aspx) class to obtain that information. In this article I'm going to explain how you can set up information of your running Azure role to be easily accessed from a NodeJS server.
Expand Down

0 comments on commit 4ecddad

Please sign in to comment.