I am using Release management of Visual Studio Team Services to build my deployment pipeline.
The application is a ASP.Net MVC deployed in Azure as Webapp and also contains a WebJob module to process Queue.
To change the configuration when deploying i use Tokenization
approach. MSDN link
How can change the configuration of Webjob using use Tokenization approach?
The documentation totally misses the scenario, i tried using powershell but the website didn't work either.