https://github.com/avanade/emtech-confidential-compute
Avanade's exploration of Confidential Compute technologies.
https://github.com/avanade/emtech-confidential-compute
Last synced: 3 months ago
JSON representation
Avanade's exploration of Confidential Compute technologies.
- Host: GitHub
- URL: https://github.com/avanade/emtech-confidential-compute
- Owner: Avanade
- License: mit
- Created: 2021-07-27T12:59:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T00:32:40.000Z (over 2 years ago)
- Last Synced: 2026-02-25T07:31:24.625Z (5 months ago)
- Language: TypeScript
- Size: 67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# emtech-confidential-compute
[](http://commitizen.github.io/cz-cli/)   
## Overview
This repository showcases Avanade's exploration with Confidential Computing on Azure, built around a document annotation scenario.
### Licensing
emtech-confidential-compute is available under the [MIT Licence](./LICENCE).
### Solutions Referenced
- [Azure Confidential Ledger](https://azure.microsoft.com/en-us/services/azure-confidential-ledger/)
- [Confidential computing nodes on Azure Kubernetes service](https://docs.microsoft.com/en-us/azure/confidential-computing/confidential-nodes-aks-overview?WT.mc_id=AI-MVP-5004204)
- [Azure Form Recognizer](https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/?WT.mc_id=AI-MVP-5004204)
### Architecure
A high level Architecture of the proposed solution

This demonstrates how to use Azure confidential ledger to annotate a document while preserving the confidentiality of the document contents, checking people are authorised to access the documents, and processing in main memory. We explore how Microsoft’s Form recogniser can be run in a TEE, and utilise services like SQL Ledger and Azre Confidential Ledger to securely track all of the data.
### Documentation
The `docs` folder contains more detailed documentation.
Feel free to contact the team on Twitter, either [Chris](https://twitter.com/sealjay_clj) or [Fergus](https://twitter.com/FergusKidd). For bugs, please [raise an issue on GitHub](https://github.com/Avanade/emtech-distributed-data/issues).
## Contributing
Contributions are welcome. See information on [contributing](CONTRIBUTING.md), as well as our [code of conduct](CODE_OF_CONDUCT.md).