AZ-400 Develop a security and compliance plan • Set 7
AZ-400 Develop a security and compliance plan Practice Test 7 — 15 questions with explanations. Free, no signup.
You are analyzing Azure DevOps audit logs with the KQL query above. Your security team wants to ensure that only approved service connections are used. After running the query, you find multiple service connections created by a user who is not on the approved list. What should you do next?
Refer to the exhibit.
```json
{
"name": "service-connection-audit",
"query": "AzureDevOpsAuditing | where OperationName == 'ServiceConnectionCreated' | project TimeGenerated, ServiceConnectionId, ServiceConnectionName, CreatedBy"
}
```