You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/confidential-ledger/quickstart-ledger-explorer.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ To use the ledger explorer, follow these steps:
27
27
28
28
1) Open the Azure portal and log in as an Entra ID user who has a Reader, Contributor or Administrator role assigned for the confidential ledger resource.
29
29
1) On the Overview page, navigate to the "Ledger explorer (preview)" tab
30
-

30
+
:::image type="content" source="./media/ledger-explorer-entry.png" alt-text="Screenshot of Ledger explorer Item in the Menu bar." lightbox="./media/ledger-explorer-entry.png":::
31
31
32
32
### Searching for a transaction
33
33
[CCF Transaction IDs](https://microsoft.github.io/CCF/main/use_apps/verify_tx.html#verifying-transactions) require both a view and a sequence number, separated by a `.`. e.g. `2.15`
@@ -36,7 +36,8 @@ Valid Transaction IDs start at `2.1`. Your transactions will receive a unique se
36
36
37
37
If you have previously recorded the specific Transaction ID of a past transaction, you may enter that Transaction ID in the search box to locate that transaction.
38
38
39
-
- Search: You can use the filters and the search box to start your transaction search from any Transaction ID. 
39
+
- Search: You can use the filters and the search box to start your transaction search from any Transaction ID.
40
+
:::image type="content" source="./media/ledger-explorer-search.png" alt-text="Screenshot of how to search for a transaction in Ledger explorer." lightbox="./media/ledger-explorer-search.png":::
40
41
41
42
### Creating an entry
42
43
Entries can be created from ledger explorer if you have Administrator or Contributor roles. You can use Ledger explorer to quickly create a new ledger entry by clicking on the `Create` button in the command bar.
0 commit comments