Answers
UseDevelopmentStorage
should be set totrue
.WADLogsTable
.The Debug configuration and Enable Remote Debugger for all roles in the Advanced Settings tab.
WaWorkerHost.exe
.We start debugging all role instances simultaneously.
No, unfortunately it's only available in Visual Studio Ultimate.
3389
.The
RoleEnvironment.Changed
event allows us to detect when config has changed in code and deal with it accordingly at runtime.RoleEnvironment.Changing
allows us to recycle the role if the config is changing using thee.Cancel
flag so that new settings are applied on start.They are defined on a per-role basis in the cloud service's
ServiceDefinition.csdef
file.Build action is set to Content and Copy to Output Directory is set to Copy if newer.
It's a standard environmental variable, which gives us the path of the
temp
directory.Limited runs the script with normal privileges while elevated runs the script with administrator privileges.