microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Simplify MS Defender integration & enable by default #847

Closed slreznit closed 1 month ago

slreznit commented 1 month ago

Motivation and Context

  1. Simplify MS Defender integration
  2. Enable MS Defender integration by default, if customer enabled Defender for AI plan, then customer will have rich security alerts in XDR (it is not possible to add API check if defender plan is enabled because for ARM control plane call, we need to know the subscription and resource group of the AOAI resource, and we do not always have that)
  3. Remove port from source IP
  4. Remove tenantid code, it is not working in API webapp

Description

Contribution Checklist