Answers

  1. UseDevelopmentStorage should be set to true.
  2. WADLogsTable.
  3. The Debug configuration and Enable Remote Debugger for all roles in the Advanced Settings tab.
  4. WaWorkerHost.exe.
  5. We start debugging all role instances simultaneously.
  6. No, unfortunately it's only available in Visual Studio Ultimate.
  7. 3389.
  8. 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 the e.Cancel flag so that new settings are applied on start.
  9. They are defined on a per-role basis in the cloud service's ServiceDefinition.csdef file.
  10. Build action is set to Content and Copy to Output Directory is set to Copy if newer.
  11. It's a standard ...

Get Learning Microsoft Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.