An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Hello CHUNSIK KIM,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you need help on Managed HSM support for Document Intelligence.
Most of all, Azure Document Intelligence supports CMK with Azure Key Vault, but does not currently support Azure Managed HSM-backed CMK. The Managed HSM option appearing in the portal should not be treated as proof of support; it is a misleading shared encryption UX path, and the “connection to data plane failed” message is not the real root cause. The official CMK support matrix lists Azure Document Intelligence in Foundry Tools with Key Vault support only, while Managed HSM support is not listed for this service. https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-customer-managed-keys-support
Therefore, the resolution is to configure Document Intelligence encryption with an Azure Key Vault key, enable a managed identity on the Document Intelligence resource, and grant that identity the required key permissions: get, wrapKey, and unwrapKey. The Key Vault and Document Intelligence resource must be in the same region and same Microsoft Entra tenant, although they may be in different subscriptions. If the customer has a strict requirement for Managed HSM specifically, Document Intelligence cannot currently satisfy that requirement; the supported path is Azure Key Vault, or potentially Azure Key Vault Premium with HSM-protected keys if that meets the compliance requirement. - https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/authentication/encrypt-data-at-rest?view=doc-intel-4.0.0, https://learn.microsoft.com/en-us/azure/ai-services/encryption/cognitive-services-encryption-keys-portal
Use the below resource links for more reading and implementation steps:
- https://learn.microsoft.com/azure/security/fundamentals/encryption-customer-managed-keys-support
- https://learn.microsoft.com/azure/ai-services/document-intelligence/authentication/encrypt-data-at-rest
- https://learn.microsoft.com/azure/ai-services/encryption/cognitive-services-encryption-keys-portal
- https://learn.microsoft.com/azure/key-vault/managed-hsm/access-control
I hope this is helpful. Do not hesitate to let me know if you have any other questions, steps or clarifications.
Please close the thread by upvoting and accepting the answer if any part of it is helpful.