An Azure artificial intelligence service that analyzes content in images and video.
Hello Gonzalo Razuc,
Welcome to Microsoft Q&A .Thank you for reaching out.
Currently there is no official documentation that explicitly confirms HIPAA BAA coverage at the individual partner or community model level, including for image‑based scenarios. HIPAA assurances remain tied to Azure services listed as in scope, with compliance depending on service configuration and usage. Healthcare workloads typically rely on service‑level scope confirmation along with internal compliance assessments aligned to documented Azure safeguards.
HIPAA Business Associate Agreement (BAA) coverage is determined at the Azure service level, rather than at the individual model level. Azure services that are listed as in scope under the HIPAA audit scope are covered when used to process protected health information. Azure Direct Models and first‑party Azure AI services are explicitly included within this scope. Partner or community models accessed through Azure AI Foundry, such as Qwen3‑VL‑235B, are not individually listed or certified under the HIPAA audit scope. In these scenarios, HIPAA commitments apply to the underlying Azure service that hosts and processes the data, rather than to the model artifact itself.
Use of image inputs that contain PHI - The HIPAA BAA does not differentiate between text and image data when processing electronic protected health information. When image inputs are processed through an in‑scope Azure service, the same HIPAA safeguards apply as they would for text inputs. Azure AI Foundry documentation describes prompt and output handling without limiting coverage to a specific data format. Image‑based requests sent to supported multimodal models are handled under the same privacy and security controls.
Serverless API and managed compute deployments - From a HIPAA standpoint, there is no documented compliance distinction between serverless API deployments and managed compute deployments. Both deployment models operate on Azure infrastructure that may fall within the HIPAA audit scope when configured appropriately. Serverless deployments are fully hosted and managed by Azure, while managed compute provides dedicated resources under the same security boundary. HIPAA applicability depends on whether the underlying Azure service is in scope, rather than on the deployment approach itself. Both options can support regulated workloads when required safeguards are applied.
Please ensure the following configurations for HIPAA‑aligned workloads
- Use private endpoints or network isolation to control network access
- Review diagnostic and logging configurations to avoid unnecessary retention of PHI
- Understand documented data processing and retention behaviors for the selected Azure service
- Apply Azure Policy HIPAA or HITRUST initiatives to help assess compliance posture
The following references might be helpful , please check them out
- Foundry Models from partners and community - Microsoft Foundry | Microsoft Learn
- How to configure network isolation for Microsoft Foundry - Microsoft Foundry | Microsoft Learn
- Configure managed virtual network for Microsoft Foundry projects (preview) - Microsoft Foundry | Microsoft Learn
- Data, privacy, and security for Azure Direct Models in Microsoft Foundry - Microsoft Foundry | Microsoft Learn
- Regulatory Compliance in initiative definitions - Azure Policy | Microsoft Learn
Thank you