Ensure that Azure Policy assignments are implemented in order to enforce security and compliance standards for Azure AI Services (AI Foundry) resources across your organization.
optimisation
Microsoft Azure Policy is a powerful service for enforcing organizational standards and assessing cloud compliance at scale. It allows you to define, assign, and manage policies that enforce rules and effects over your cloud resources. This helps ensure consistent security configurations, prevents misconfigurations, and maintains compliance with corporate standards and service level agreements (SLAs). A policy assignment is a policy definition or initiative that's applied to a specific scope, such as a subscription or a resource group. This is especially useful in enterprise environments where multiple teams deploy services and consistent security standards must be maintained across all deployments.
As an example, the Audit and Remediation sections of this guide will use a built-in policy definition named "Azure AI Services resources should restrict network access". By restricting network access using this policy definition, you can ensure that only allowed networks can access the service. This can be achieved by configuring network rules so that only applications from allowed networks can access the Azure AI Foundry resources across your organization. For more AI policy definitions, see Azure Policy Regulatory Compliance controls for Azure AI services.
Audit
To determine if the "Azure AI Services resources should restrict network access" policy is assigned to your Azure cloud subscriptions, perform the following operations:
Remediation / Resolution
To ensure that only allowed networks can access the Azure AI Foundry resources deployed across your organization, implement the "Azure AI Services resources should restrict network access" policy assignment, by performing the following operations:
References
- Azure Official Documentation
- Azure Policy Regulatory Compliance controls for Azure AI services
- What is Azure Policy?
- Azure Policy definition structure basics
- Azure Policy built-in policy definitions
- Quickstart: Create a policy assignment to identify non-compliant resources using Azure portal
- Quickstart: Create a policy assignment to identify non-compliant resources using Azure CLI
- Azure Command Line Interface (CLI) Documentation
- az account list
- az policy assignment list
- az policy assignment create