Skip to content

Commit a668ea9

Browse files
committed
added new inputs from the technical review
1 parent 1f41885 commit a668ea9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ms.topic: article
66
ms.reviewer: v-umha
77
---
88

9-
109
# Hyperledger Fabric consortium on Azure Kubernetes Service (AKS)
1110

1211
You can use the Hyperledger Fabric (HLF) on Azure Kubernetes Service (AKS) template to deploy and configure a Hyperledger Fabric consortium network on Azure.
@@ -116,12 +115,18 @@ To build the blockchain consortium post deploying the ordering service and peer
116115
> [!NOTE]
117116
> Azure HLF (azhlf) script provided is to help with demo/DevTest scenarios only. Channel and consortium created by this script has basic HLF policies to simplify demo/DevTest scenario. For production setup, we recommend updating channel/consortium HLF policies in line with your organization compliance needs using the native HLF APIs.
118117
118+
119+
>[!NOTE]
120+
> There is an update in the script, if you want to refer to the old script, [see here](https://github.com/Azure/Hyperledger-Fabric-on-Azure-Kubernetes-Service/blob/master/consortiumScripts/README.md). This update is to provide more functionality with Azure HLF script.
121+
119122
All the commands to run the Azure HLF script can be executed through Azure Bash Command Line. Interface (CLI). You can login into Azure shell web version through  ![Hyperledger Fabric on Azure Kubernetes Service Template](./media/hyperledger-fabric-consortium-azure-kubernetes-service/arrow.png) option at the top-right corner of the Azure portal. On the command prompt, type bash and enter to switch to bash CLI.
120123

121124
See [Azure shell](https://docs.microsoft.com/azure/cloud-shell/overview) for more information.
122125

123126
![Hyperledger Fabric on Azure Kubernetes Service Template](./media/hyperledger-fabric-consortium-azure-kubernetes-service/hyperledger-powershell.png)
124127

128+
129+
125130
The following image shows the step-by-step process to build consortium between an orderer organization and peer organization. Detailed commands to execute these steps are captured in the following sections.
126131

127132
![Hyperledger Fabric on Azure Kubernetes Service Template](./media/hyperledger-fabric-consortium-azure-kubernetes-service/process-to-build-consortium-flow-chart.png)
@@ -217,7 +222,7 @@ AZURE_FILE_CONNECTION_STRING=https://$STORAGE_ACCOUNT.file.core.windows.net/$STO
217222

218223
### Import organization connection profile, admin user identity, and MSP
219224

220-
Issue below commands to fetch organization’s connection profile, admin user identity, and MSP from Azure Cluster and store these identities in client application local store i.e. in “azhlfTool/stores” directory.
225+
Issue below commands to fetch organization’s connection profile, admin user identity, and MSP from Azure Kubernetes Cluster and store these identities in client application local store i.e. in “azhlfTool/stores” directory.
221226

222227
For orderer organization:
223228

Loading

0 commit comments

Comments
 (0)