Microsoft에서 관리하는 전 세계 데이터 센터 네트워크를 통해 애플리케이션과 서비스를 빌드, 배포, 관리하기 위한 클라우드 컴퓨팅 플랫폼 및 인프라입니다.
Hi jychaaa.cha,
Azure OpenAI does not natively log the full prompts or responses that are sent to the service, as customer data is not stored by default for privacy and security reasons. If you need to capture this information, the recommended approach is to implement logging within your application code so that prompts and responses are recorded before being sent to, or after being received from, the Azure OpenAI endpoint. While Azure Monitor diagnostic settings can be enabled to track important metadata such as request counts, latency, and errors, they will not capture the actual prompt content. Alternatively, if in the future you choose to use services such as Azure API Management, it can be configured as a gateway to log requests and responses. This gives you flexibility to manage logging based on your compliance and operational needs.