Skip to content

Commit 56365cc

Browse files
committed
Updates
1 parent 7a6b3f8 commit 56365cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/confidential-ledger/quickstart-net.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Azure confidential ledger client library resources:
2828

2929
You will also need an running confidential ledger, and a registered user with the `Administrator` privileges. You can create a confidential ledger (and an administrator) using the [Azure portal](quickstart-portal.md), the [Azure CLI](quickstart-cli.md), or [Azure PowerShell](quickstart-powershell.md).
3030

31-
3231
## Setup
3332

3433
### Create new .NET console app
@@ -105,7 +104,7 @@ Operation postOperation = ledgerClient.PostLedgerEntry(
105104

106105
```
107106

108-
## Get transaction ID
107+
### Get transaction ID
109108

110109
The [PostLedgerEntry](/dotnet/api/azure.security.confidentialledger.confidentialledgerclient.postledgerentry) method returns an object that contains the transaction of the entry you just wrote to the confidential ledger. To get the transation ID, access the "Id" value:
111110

0 commit comments

Comments
 (0)