I have an asp.net mvc app that is built to run as standard web app in iis or in the cloud.
I need to be able to determine if the app is being hosted in azure(dev fab
Think I found it:
Microsoft.WindowsAzure.ServiceRuntime.RoleEnvironment.IsAvailable
Thanks
@Wheat: Thanks for such a quick response, makes stackoverflow.com a great resource.