An extension-office App Service web app must reach a backing Azure store without committing a raw connection secret into source control. Which App Service feature should the developer use to wire that dependency?
Select an answer to reveal the explanation.
Short Explanation
Hand-pasting secrets into the repo is how tomorrow’s incident starts. Service Connector (service connections) wires the web app to the store through App Service so credentials stay out of source. It is the named App Service skill—not a DIY config file.
Full Explanation
App Service service connections, branded Service Connector, create and manage links from a web app to dependent Azure services, including identity-based options and configuration injection. Storing raw secrets in git violates secure configuration practice. Remote debugging and unused plans do not replace service connections.