Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 878f5af

Browse files
committedMay 20, 2019
Update diagram
1 parent 939b308 commit 878f5af

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
 

‎articles/blockchain/workbench/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ services: azure-blockchain
55
keywords:
66
author: PatAltimore
77
ms.author: patricka
8-
ms.date: 05/09/2019
8+
ms.date: 05/20/2019
99
ms.topic: article
1010
ms.service: azure-blockchain
11-
ms.reviewer: zeyadr
11+
ms.reviewer: brendal
1212
manager: femila
1313
#Customer intent: As a developer, I want to understand the architecture and components of Azure Blockchain Workbench.
1414
---
1515
# Azure Blockchain Workbench architecture
1616

1717
Azure Blockchain Workbench simplifies blockchain application development by providing a solution using several Azure components. Blockchain Workbench can be deployed using a solution template in the Azure Marketplace. The template allows you to pick modules and components to deploy including blockchain stack, type of client application, and support for IoT integration. Once deployed, Blockchain Workbench provides access to a web app, iOS app, and Android app.
1818

19-
![Blockchain Workbench Architecture](./media/architecture/architecture.png)
19+
![Blockchain Workbench architecture](./media/architecture/architecture.png)
2020

2121
## Identity and authentication
2222

Loading

‎articles/blockchain/workbench/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ services: azure-blockchain
55
keywords:
66
author: PatAltimore
77
ms.author: patricka
8-
ms.date: 01/14/2019
8+
ms.date: 05/20/2019
99
ms.topic: overview
1010
ms.service: azure-blockchain
11-
ms.reviewer: zeyadr
11+
ms.reviewer: brendal
1212
manager: femila
1313
---
1414
# What is Azure Blockchain Workbench?
@@ -35,13 +35,13 @@ Workbench automatically delivers events to Service Bus and Event Grid to send me
3535

3636
Azure Blockchain Workbench simplifies consortium blockchain network setup as a preconfigured solution with an Azure Resource Manager solution template. The template provides simplified deployment that deploys all components needed to run a consortium. Today, Blockchain Workbench currently supports Ethereum.
3737

38-
## Use Active Directory login
38+
## Use Active Directory
3939

4040
With existing blockchain protocols, blockchain identities are represented as an address on the network. Azure Blockchain Workbench abstracts away the blockchain identity by associating it with an Active Directory identity, making it simpler to build enterprise applications with Active Directory identities.
4141

4242
## Synchronize on-chain data with off-chain storage
4343

44-
Azure Blockchain Workbench makes it easier to analyze blockchain events and data by automatically synchronizing data on the blockchain to off-chain storage. Instead of extracting data directly from the blockchain, you can query off-chain database systems such as SQL Server. Blockchain specific expertise is not required for end users who are doing data analysis tasks.
44+
Azure Blockchain Workbench makes it easier to analyze blockchain events and data by automatically synchronizing data on the blockchain to off-chain storage. Instead of extracting data directly from the blockchain, you can query off-chain database systems such as SQL Server. Blockchain expertise is not required for end users who are doing data analysis tasks.
4545

4646
## Next steps
4747

0 commit comments

Comments
 (0)
Please sign in to comment.