Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update customer-managed-key.md with support for Power Apps #2616

Merged
merged 4 commits into from
Apr 30, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions power-platform/admin/customer-managed-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ author: paulliew
ms.author: paulliew
ms.reviewer: sericks, matp, ratrtile
ms.topic: how-to
ms.date: 04/25/2024
ms.date: 04/30/2024
ms.custom: template-how-to
contributors:
- kavehkazms
- kavehkazms
- lauravasiliums

---
# Manage your customer-managed encryption key
Expand Down Expand Up @@ -37,6 +38,7 @@ Currently, all your customer data stored *only* in the following apps and servic
- Dataverse (Custom solutions and Microsoft services)
- Dataverse [Copilot for model-driven apps](/power-apps/maker/model-driven-apps/add-ai-copilot)
- [Power Automate](/power-automate/customer-managed-keys) <sup>1</sup>
- Power Apps
- Chat for Dynamics 365
- [Dynamics 365 Sales](/dynamics365/sales/sales-gdpr-faqs#can-the-dynamics-365-sales-data-be-encrypted-using-customer-managed-encryption-key-cmk)
- Dynamics 365 Customer Service
Expand All @@ -54,14 +56,18 @@ Currently, all your customer data stored *only* in the following apps and servic
> [!Note]
> Nuance Conversational IVR and [Maker Welcome Content](welcome-content.md) are excluded from customer-managed key encryption.

[Power Apps](/power-apps/powerapps-overview) and [Power Virtual Agent](/power-virtual-agents/fundamentals-what-is-power-virtual-agents) store its data in their own storage and in [Microsoft Dataverse](/power-apps/maker/data-platform/data-platform-intro). When you apply the customer-managed key to these environments, only the data stores in **Microsoft Dataverse** are encrypted with your key. The non-Microsoft Dataverse data, including Power Apps source code and canvas apps icons, continue to be encrypted with the Microsoft-managed key.
[Microsoft Copilot Studio](/power-virtual-agents/fundamentals-what-is-power-virtual-agents) stores its data in their own storage and in [Microsoft Dataverse](/power-apps/maker/data-platform/data-platform-intro). When you apply the customer-managed key to these environments, only the data stores in **Microsoft Dataverse** are encrypted with your key. The non-Microsoft Dataverse data continues to be encrypted with the Microsoft-managed key.

> [!NOTE]
>
> The connection settings for connectors will continue to be encrypted with a Microsoft-managed key.
>
> Contact a representative for services not listed above for information about customer-managed key support.

> [!NOTE]
>
> Power App display names, descriptions, and connection metadata will continue to be encrypted with a Microsoft-managed key.

Environments with finance and operations apps where [Power Platform integration is enabled](/dynamics365/fin-ops-core/dev-itpro/power-platform/enable-power-platform-integration) can also be encrypted. Finance and operations environments without Power Platform integration will continue to use the default Microsoft managed key to encrypt data. More information: [Encryption in finance and operations apps](/dynamics365/fin-ops-core/dev-itpro/sysadmin/customer-managed-keys)

:::image type="content" source="media/cmk-power-platform-diagram.png" alt-text="Customer-managed encryption key in the Power Platform":::
Expand Down
Loading