I've created a web job and publishing it using VS2013 to existing web app. But the configuration values of my web job app.config is not appearing in azure portal configuration tab. I do not want to manually enter config values in azure portal plus I do not want my web site to have those values. Any thoughts?
I also tried deploying using powershell cmdlets New-AzureWebsiteJob but it does not accept app config. Only option I see is using powershell to read app.config and push config values using Set-AzureWebSite cmdlet.