Skip to content

Commit 5d4959b

Browse files
authored
Merge pull request #42450 from PatAltimore/patricka-blockchain-hyperledger-update
Update Hyperledger screenshot
2 parents 6d534f9 + 2a1178f commit 5d4959b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/blockchain-workbench/hyperledger-fabric-single-member-blockchain.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ If you are new to the blockchain community, this is a great opportunity to learn
2828

2929
This template deploys a topology to help test and simulate production for users within a single organization (single member). This deployment comprises of a multi-node network in a single region, soon to be expanded to multiple regions.
3030

31-
The network comprises of three types of nodes:
31+
The network is comprised of three types of nodes:
3232

33-
1. **Member Node** : A node running the Fabric membership service that registers and manages members of the network. This node can eventually be clustered for scalability and high availability, however in this lab, a single member node will be used.
34-
2. **Orderer Nodes** : A node running the communication service implementing a delivery guarantee, such as total order broadcast or atomic transactions.
35-
3. **Peer Nodes** : A node that commits transactions and maintains the state and a copy of the distributed ledger.
33+
1. **Member Node**: A node running the Fabric membership service that registers and manages members of the network. This node can eventually be clustered for scalability and high availability, however in this lab, a single member node will be used.
34+
2. **Orderer Nodes**: A node running the communication service implementing a delivery guarantee, such as total order broadcast or atomic transactions.
35+
3. **Peer Nodes**: A node that commits transactions and maintains the state and a copy of the distributed ledger.
3636

3737
## Getting started
3838

@@ -45,7 +45,7 @@ By default, most subscription types support a small deployment topology without
4545
- 1 load balancer
4646
- 1 public IP address
4747

48-
Once you have a subscription, go to the [Azure portal](https://portal.azure.com). Select **+**, select Blockchain, and select **Hyperledger Fabric Single Member Blockchain**.
48+
Once you have a subscription, go to the [Azure portal](https://portal.azure.com). Select **+**, select **Blockchain**, and select **Hyperledger Fabric Single Member Blockchain**.
4949

5050
![Hyperledger Fabric Single Member Blockchain Marketplace template](./media/hyperledger-fabric-single-member-blockchain/marketplace-template.png)
5151

@@ -83,7 +83,7 @@ Next, under **Network size and performance,** specify inputs for the size of the
8383
Parameter Name| Description| Allowed Values|Default Value
8484
---|---|---|---
8585
**Number of Membership Nodes**|The number of nodes that run the membership service. For additional details on the membership service, look at Security & Membership Services under the Hyperledger [documentation](https://media.readthedocs.org/pdf/hyperledger-fabric/latest/hyperledger-fabric.pdf).<br /><br />This value is currently restricted to 1 node, but we plan to support scale out through clustering in the next revision.|1| 1
86-
**Number of Orderer Nodes** |The number of nodes that order (organize) transactions into a block.--> This statement is wordy and confusing. For additional details on the ordering service, visit the Hyperledger [documentation](http://hyperledger-fabric.readthedocs.io/en/latest/orderingservice.html).<br /><br />This value is currently restricted to 1 node, but we plan to support scale out in the next version.|1 |1
86+
**Number of Orderer Nodes** |The number of nodes that order (organize) transactions into a block.--> This statement is wordy and confusing. For additional details on the ordering service, visit the Hyperledger [documentation](http://hyperledger-fabric.readthedocs.io/en/latest/orderingservice.html).<br /><br />This value is currently restricted to 1 node. |1 |1
8787
**Number of Peer Nodes**| Nodes that are owned by consortium members that execute transactions and maintain the state and a copy of the ledger.<br /><br />For additional details on the ordering service, visit the Hyperledger [documentation](https://hyperledger-fabric.readthedocs.io/en/latest/glossary.html).|3| 3 - 9
8888
**Storage performance**|The type of storage backing each of the deployed nodes. To learn more about storage, visit [Introduction to Microsoft Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-introduction) and [Premium Storage](https://docs.microsoft.com/azure/virtual-machines/windows/premium-storage).|Standard or Premium|Standard
8989
**Virtual machine size** |The virtual machine size used for all nodes in the network|Standard A,<br />Standard D,<br />Standard D-v2,<br />Standard F series,<br />Standard DS,<br />and Standard FS|Standard D1_v2
@@ -97,7 +97,7 @@ Finally, under **Fabric Settings**, specify Fabric-related configuration setting
9797
Parameter Name| Description| Allowed Values|Default Value
9898
---|---|---|---
9999
**Bootstrap User Name**| The initial authorized user that will be registered with the member services in the deployed network.|9 or fewer characters|admin
100-
**Bootstrap User Password for Fabric CA**|The administrator password used to secure the Fabric CA account imported into the Membership node.<br /><br />The password must contain the following: 1 upper case character, 1 lower case character, and 1 number.|12 or more characters|NA
100+
**Bootstrap User Password for Fabric CA**|The administrator password used to secure the Fabric CA account imported into the Membership node.<br /><br />The password must contain one upper case character, one lower case character, and one number.|12 or more characters|NA
101101

102102
### Deploy
103103

@@ -117,7 +117,7 @@ If the screen does not appear automatically (maybe because you moved around the
117117

118118
Overview lists all of the resources that were deployed by the solution template. You can explore them at will, but from this screen you can also access the _output parameters_ generated by the template. These output parameters will give you useful information when connecting to your Hyperledger Fabric network.
119119

120-
To access the output parameters, first click on the Deployments tab in the Resource Group blade. This opens the Deployment History as shown below.
120+
To access the output parameters, first click on the **Deployments** tab in the Resource Group blade. The deployment history is displayed.
121121

122122
![Deployment history](./media/hyperledger-fabric-single-member-blockchain/deployment-history.png)
123123

30.1 KB
Loading

0 commit comments

Comments
 (0)