Skip to content

Commit 7522e02

Browse files
committed
Updating content based on CELA guidelines
1 parent 28f4f69 commit 7522e02

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/confidential-computing/confidential-clean-rooms.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ms.date: 10/28/2024
99
ms.author: mathapli
1010
---
1111

12-
# Azure Confidential Clean Rooms (PREVIEW)
12+
# Azure Confidential Clean Rooms (Preview)
1313
> [!NOTE]
1414
> Azure Confidential Clean Rooms is currently in Limited Preview. The Preview is subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). Customer should not use the Preview to process Personal Data or other data that is subject to legal or regulatory compliance requirements. The Preview is intended for testing, evaluation and feedback and should not be used in production.
1515
16-
Azure Confidential Clean Rooms, aka ACCR, offers a protected environment that helps organizations overcome security and privacy challenges of using sensitive data for data analytics, AI model development and inferencing scenarios. Built on top of [Confidential containers or C-ACI](../confidential-computing/confidential-containers.md), ACCR helps secure the data and the model from exfiltration outside the clean room boundary.
17-
Organizations can safely collaborate and analyze data within the sandbox and use advanced privacy-enhancing features like protected governance & audit, protected collaboration, verifiable trust, differential privacy, and controlled access.
16+
Azure Confidential Clean Rooms, also known as ACCR, offers a protected environment that helps organizations overcome security and privacy challenges of using sensitive data for data analytics, AI model development, and inferencing scenarios. Built on top of [Confidential containers or C-ACI](../confidential-computing/confidential-containers.md), ACCR helps secure the data and the model from exfiltration outside the clean room boundary.
17+
Organizations can safely collaborate and analyze data within the sandbox and use advanced privacy-enhancing features like protected governance & audit, protected collaboration, verifiable trust, differential privacy, and controlled access.
1818

1919
## Who could benefit from Azure Confidential Clean Rooms?
2020
Azure Confidential Clean Rooms could be a great choice for you if you have these scenarios:
@@ -28,25 +28,25 @@ Azure Confidential Clean Rooms could be a great choice for you if you have these
2828
- Healthcare- In the healthcare industry, Azure Confidential Clean Rooms enable multi-party collaboration on sensitive patient data. For example, healthcare providers can use clean rooms to train and fine-tune AI/ML models for predictive diagnostics, personalized medicine, and clinical decision support. By using confidential computing, healthcare organizations can protect patient privacy while collaborating with other institutions to improve healthcare outcomes.
2929
ACCR can also be used for ML inferencing where partner hospitals can utilize the power of these models for early detection.
3030
- Advertising- In the advertising industry, Azure Confidential Clean Rooms facilitate data sharing between advertisers and publishers. ACCR enables targeted advertising and campaign effectiveness measurement without exposing sensitive user data.
31-
- Banking, Financial Services and Insurance (BFSI) - The BFSI sector can use Azure Confidential Clean Rooms to collaborate on financial data and comply with regulatory requirements. This enables financial institutions to perform joint data analysis and develop risk models, fraud detection models, and lending scenarios, among others, without exposing sensitive customer information.
31+
- Banking, Financial Services and Insurance (BFSI) - The BFSI sector can use Azure Confidential Clean Rooms to collaborate on financial data and comply with regulatory requirements. This capability enables financial institutions to perform joint data analysis and develop risk models, fraud detection models, and lending scenarios, among others, without exposing sensitive customer information.
3232
- Retail- In the retail industry, Azure Confidential Clean Rooms enable collaboration on customer data to enhance personalized marketing and inventory management. Retailers can use clean rooms to analyze customer behavior and preferences to create personalized marketing campaigns while maintaining data privacy.
3333

3434
## Benefits
3535

36-
:::image type="content" source="./media/confidential-clean-rooms/accr-benefits.png" alt-text="Diagram of Azure Confidential Clean Rooms benefits, showing zero trust, no data duplication of container workloads, and managed governance.":::
36+
:::image type="content" source="./media/confidential-clean-rooms/azure-confidential-clean-rooms-benefits.png" alt-text="Diagram of Azure Confidential Clean Rooms benefits, showing Verifiable Trust, no data duplication of container workloads, and managed governance.":::
3737

3838
Azure Confidential Clean Rooms (ACCR) provides a protected environment for multi-party data collaboration. Built on [Confidential containers or C-ACI](../confidential-computing/confidential-containers.md), ACCR helps ensure that data remains protected throughout the collaboration process. Here are some key benefits of using Azure Confidential Clean Rooms:
3939

4040
- Multiparty collaboration and governance:
41-
ACCR allows collaborators to create tamper-resistant contracts where constraints are enforced by ACCR. Governance helps ensure validity of constraints before allowing data to be released into clean rooms and drives transparency among collaborators by generating protected audit trails. ACCR uses the open-sourced [Confidential Consortium Framework](https://microsoft.github.io/CCF/main/overview/what_is_ccf.html) to enable these capabilities.
41+
ACCR allows collaborators to create tamper-resistant contracts. Governance helps ensure validity of constraints before allowing data to be released into clean rooms and drives transparency among collaborators by generating protected audit trails. ACCR uses the open-sourced [Confidential Consortium Framework](https://microsoft.github.io/CCF/main/overview/what_is_ccf.html) to enable these capabilities.
4242
- Compliance:
4343
Confidential computing can help meet certain regulatory and privacy concerns by providing a more secure environment for data collaboration. This capability can be beneficial for industries such as financial services, healthcare, and telecom, which deal with sensitive data and personal information
4444
- Enhanced data security:
4545
ACCR is built using confidential computing. This environment is sandboxed and helps in allowing authorized workloads to execute, and also helps in preventing unauthorized access to data or code during processing, and helping ensure that sensitive information remains secure.
4646
ACCR is built using confidential computing. This environment is sandboxed and helps in allowing authorized workloads to execute, and also helps in preventing unauthorized access to data or code during processing, and helping ensure that sensitive information remains secure.
4747
- Verifiable trust at each step with the help of cryptographic remote attestation forms the cornerstone of Azure Confidential Clean Rooms.
4848

49-
:::image type="content" source="./media/confidential-clean-rooms/accr-illustration.png" alt-text="Diagram of Azure Confidential Clean Rooms benefits, showing all steps of clean room creation.":::
49+
:::image type="content" source="./media/confidential-clean-rooms/azure-confidential-clean-rooms-illustration.png" alt-text="Diagram of Azure Confidential Clean Rooms benefits, showing all steps of clean room creation.":::
5050

5151

5252
## Onboarding to Azure Confidential Clean Rooms
@@ -64,7 +64,7 @@ ACCR is currently in Limited Preview. To express your interest in joining the li
6464
Answer: You can find the clean room sample application [here](https://github.com/Azure-Samples/azure-cleanroom-samples). Please feel free to try out the sample after signing up for the Preview and receiving our response.
6565

6666
- Question: Can more than two collaborators participate in a collaboration?
67-
Answer: Yes, more than two collaborators can become part of the collaboration. This allows multiple data providers to share data in the clean room.
67+
Answer: Yes, more than two collaborators can become part of the collaboration. ACCR allows multiple data providers to share data in the clean room.
6868

6969
If you have questions about Azure Confidential Clean Rooms, reach out to <[email protected]>.
7070

Binary file not shown.
231 KB
Loading

0 commit comments

Comments
 (0)