I have uploaded a azure webjob in a azure web site. I was trying to read a connection string from the azure website where the azure webjob is using below code but it is not returning anything. The connection strings in the azure websites are located in the configure tab of the azure website. Am I doing something wrong here.
CloudConfigurationManager.GetSetting("ConnString")
Thanks
