A fully managed platform in Microsoft Foundry for hosting, scaling, and securing AI agents built with any supported framework or model
Hi Mathew Taylor,
Thank you for your question.
Based on the current Foundry project creation experience, the project creation wizard does not expose settings for Data Loss Prevention (DLP) or Local Authentication during project creation. As a result, if your organization requires these controls, they typically need to be configured at the underlying Azure AI Services / Foundry resource level before or after the project is created.
For Local Authentication, the supported approach is to create or update the Azure AI Services resource with local authentication disabled (disableLocalAuth=true) and use Microsoft Entra ID authentication instead. The project can then be created under that resource. The resource must also be configured for project management if you intend to create Foundry projects beneath it.
Regarding DLP requirements, these are generally enforced through your organization's governance and policy controls rather than through an individual Foundry project setting. If your subscription is subject to Azure Policy requirements, you may need to deploy the resource using infrastructure-as-code (ARM/Bicep) or other administrative deployment methods that satisfy those policies before creating the project.
If the portal wizard is blocked by policy validation, could you share the exact error message or policy compliance message being displayed? That would help determine whether the requirement is related to local authentication, Azure Policy enforcement, or another prerequisite.
Hope this helps clarify the current behavior.