Skip to content

Commit ee5c8d9

Browse files
committed
adding review inputs
1 parent 0bd1ad8 commit ee5c8d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/blockchain/templates/hyperledger-fabric-consortium-azure-kubernetes-service.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,21 @@ For peer organization:
240240
> [!NOTE]
241241
> Before starting with any channel operation, ensure that the initial setup of the client application is done.
242242
243+
The following are the two channel management commands:
244+
245+
1. [Create channel command](#create-channel-command)
246+
2. [Setting anchor peer(s) command](#setting-anchor-peer-s-command)
247+
248+
249+
#### Create channel command
250+
243251
From orderer organization client, issue command to create a new channel. This command will create a channel with only orderer organization in it.
244252

245253
```bash
246254
./azhlf channel create -c $CHANNEL_NAME -u $ORDERER_ADMIN_IDENTITY -o $ORDERER_ORG_NAME
247255
```
248256

257+
#### Setting anchor peer(s) commands
249258
From peer organization client, issue below command to set anchor peer(s) for the peer organization on the specified channel.
250259

251260
>[!NOTE]

0 commit comments

Comments
 (0)