Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
MartinPeter-2089, Firstly, please accept my apologies for the delayed response.
To assist you better, I would like to understand a few more details, what specific sample are you leveraging? and, what config changes are you attempting perform?
Please do provide more details about your setup and scenario.
On App Service - deploy.cmd. This is the batch script that will contain all the steps for Kudu to deploy the App. deploy.cmd (which is the default for Kudu deployments).
.deployment. This is the entry point for Kudu to detect that there is a custom deployment script. This will point to the correct batch/bash script.
You may follow the steps outlined in this doc, to update your initialization code to load the service information for your knowledge base.
Just to add more clarity on this:
On App service, the Kudu console (https://<yourwebpp-name>.scm.azurewebsites.net/) - is the engine behind a number of features in Azure App Service related to source control based deployment, and other deployment methods.
Kindly see this doc for more information : Customizing-deployments
Please let us know, I'll follow-up with you further.