What is a reason to add UI annotations to your project? Choose the correct answer.
What does the source code management system use to trigger the CI server? Choose the correct answer.
You have created an SAP BTP subaccount and want to use Cloud Foundry . What is the correct order of next steps?
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "A/app/(.*)$", "target": "SI", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "A/service/(.*)$", "destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.