Skip to content

Commit 2f4d48e

Browse files
authored
Merge pull request #217472 from andpiccione/apiccione/confidential-ledger-receipt-verification-docs
[Confidential Ledger] Add articles for Confidential Ledger write transaction receipts and receipts verification
2 parents 28c14ea + 5bb440c commit 2f4d48e

File tree

6 files changed

+770
-0
lines changed

6 files changed

+770
-0
lines changed

articles/confidential-ledger/architecture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ This image provides an architectural overview of Azure confidential ledger, and
2525

2626
- [Overview of Microsoft Azure confidential ledger](overview.md)
2727
- [Authenticating Azure confidential ledger nodes](authenticate-ledger-nodes.md)
28+
- [Azure Confidential Ledger write transaction receipts](write-transaction-receipts.md)

articles/confidential-ledger/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ landingContent:
4848
url: architecture.md
4949
- text: Authenticating ledger nodes
5050
url: authenticate-ledger-nodes.md
51+
- text: Write transaction receipts
52+
url: write-transaction-receipts.md
5153

5254
# Card
5355
- title: How-to-guides
@@ -60,6 +62,8 @@ landingContent:
6062
url: create-client-certificate.md
6163
- text: Register the Azure confidential ledger resource provider
6264
url: register-ledger-resource-provider.md
65+
- text: Verify write transaction receipts
66+
url: verify-write-transaction-receipts.md
6367
# Card
6468
- title: References
6569
linkLists:

articles/confidential-ledger/quickstart-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,4 @@ az group delete --resource-group myResourceGroup
333333
## Next steps
334334

335335
- [Overview of Microsoft Azure confidential ledger](overview.md)
336+
- [Verify Azure Confidential Ledger write transaction receipts](verify-write-transaction-receipts.md)

articles/confidential-ledger/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
href: authentication-azure-ad.md
2828
- name: Authenticating ledger nodes
2929
href: authenticate-ledger-nodes.md
30+
- name: Write transaction receipts
31+
href: write-transaction-receipts.md
3032
- name: How To Guides
3133
items:
3234
- name: Create a client certificate
@@ -35,6 +37,8 @@
3537
href: register-ledger-resource-provider.md
3638
- name: Register an ACL app with Azure AD
3739
href: register-application.md
40+
- name: Verify write transaction receipts
41+
href: verify-write-transaction-receipts.md
3842
- name: References
3943
items:
4044

0 commit comments

Comments
 (0)