Skip to content

Commit b886c27

Browse files
authored
Merge pull request #102126 from PatAltimore/patricka-blockchain-member
Add create member intro to blockchain quickstarts
2 parents 70b7b0a + 9a9f659 commit b886c27

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

articles/blockchain/service/create-member-cli.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure Blockchain Service member - Azure CLI
33
description: Create an Azure Blockchain Service member for a blockchain consortium using the Azure CLI.
4-
ms.date: 11/20/2019
4+
ms.date: 01/23/2020
55
ms.topic: quickstart
66
ms.reviewer: janders
77
#Customer intent: As a network operator, I want use Azure Blockchain Service so that I can create a blockchain member on Azure
@@ -33,7 +33,9 @@ az group create \
3333

3434
## Create a blockchain member
3535

36-
Create a blockchain member in Azure Blockchain Service that runs the Quorum ledger protocol in a new consortium. There are several parameters and properties you need to pass. Replace the example parameters with your values.
36+
An Azure Blockchain Service member is a blockchain node in a private consortium blockchain network. When provisioning a member, you can create or join a consortium network. You need at least one member for a consortium network. The number of blockchain members needed by participants depends on your scenario. Consortium participants may have one or more blockchain members or they may share members with other participants. For more information on consortia, see [Azure Blockchain Service consortium](consortium.md).
37+
38+
There are several parameters and properties you need to pass. Replace the example parameters with your values.
3739

3840
```azurecli-interactive
3941
az resource create \
@@ -50,7 +52,7 @@ az resource create \
5052
| **name** | A unique name that identifies your Azure Blockchain Service blockchain member. The name is used for the public endpoint address. For example, `myblockchainmember.blockchain.azure.com`.
5153
| **location** | Azure region where the blockchain member is created. For example, `westus2`. Choose the location that is closest to your users or your other Azure applications.
5254
| **password** | The password for the member's default transaction node. Use the password for basic authentication when connecting to blockchain member's default transaction node public endpoint.
53-
| **consortium** | Name of the consortium to join or create.
55+
| **consortium** | Name of the consortium to join or create. For more information on consortia, see [Azure Blockchain Service consortium](consortium.md).
5456
| **consortiumAccountPassword** | The consortium account password is also known as the member account password. The member account password is used to encrypt the private key for the Ethereum account that is created for your member. You use the member account and member account password for consortium management.
5557
| **skuName** | Tier type. Use S0 for Standard and B0 for Basic.
5658

@@ -70,7 +72,7 @@ az group delete \
7072

7173
## Next steps
7274

73-
In this quickstart, you deployed an Azure Blockchain Service member and a new consortium. Try the next quickstart to use Azure Blockchain Development Kit for Ethereum to attach to a consortium on Azure Blockchain Service.
75+
In this quickstart, you deployed an Azure Blockchain Service member and a new consortium. Try the next quickstart to use Azure Blockchain Development Kit for Ethereum to attach to an Azure Blockchain Service member.
7476

7577
> [!div class="nextstepaction"]
7678
> [Use Visual Studio Code to connect to Azure Blockchain Service](connect-vscode.md)

articles/blockchain/service/create-member.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create an Azure Blockchain Service member - Azure portal
33
description: Create an Azure Blockchain Service member for a blockchain consortium using the Azure portal.
4-
ms.date: 11/18/2019
4+
ms.date: 01/23/2020
55
ms.topic: quickstart
66
ms.reviewer: janders
77
#Customer intent: As a network operator, I want use Azure Blockchain Service so that I can create a managed ledger on Azure.
@@ -15,7 +15,7 @@ In this quickstart, you deploy a new blockchain member and consortium in Azure B
1515

1616
## Create a blockchain member
1717

18-
Create a blockchain member that runs the Quorum ledger protocol in a new or existing consortium.
18+
An Azure Blockchain Service member is a blockchain node in a private consortium blockchain network. When provisioning a member, you can create or join a consortium network. You need at least one member for a consortium network. The number of blockchain members needed by participants depends on your scenario. Consortium participants may have one or more blockchain members or they may share members with other participants. For more information on consortia, see [Azure Blockchain Service consortium](consortium.md).
1919

2020
1. Sign in to the [Azure portal](https://portal.azure.com).
2121
1. Select **Create a resource** in the upper left-hand corner of the Azure portal.
@@ -29,10 +29,9 @@ Create a blockchain member that runs the Quorum ledger protocol in a new or exis
2929
Resource group | Create a new resource group name or choose an existing one from your subscription.
3030
Region | Choose a region to create the member. All members of the consortium must be in the same location.
3131
Protocol | Currently, Azure Blockchain Service Preview supports the Quorum protocol.
32-
Consortium | For a new consortium, enter a unique name. If joining a consortium through an invite, choose the consortium you are joining.
32+
Consortium | For a new consortium, enter a unique name. If joining a consortium through an invite, choose the consortium you are joining. For more information on consortia, see [Azure Blockchain Service consortium](consortium.md).
3333
Name | Choose a unique name for the Azure Blockchain Service member. The blockchain member name can only contain lowercase letters and numbers. The first character must be a letter. The value must be between 2 and 20 characters long.
3434
Member account password | The member account password is used to encrypt the private key for the Ethereum account that is created for your member. You use the member account and member account password for consortium management.
35-
Description | Description of the consortium.
3635
Pricing | The node configuration and cost for your new service. Select the **Change** link to choose between **Standard** and **Basic** tiers.
3736
Node password | The password for the member's default transaction node. Use the password for basic authentication when connecting to blockchain member's default transaction node public endpoint.
3837

@@ -55,7 +54,7 @@ To delete the resource group:
5554

5655
## Next steps
5756

58-
In this quickstart, you deployed an Azure Blockchain Service member and a new consortium. Try the next quickstart to use Azure Blockchain Development Kit for Ethereum to attach to a consortium on Azure Blockchain Service.
57+
In this quickstart, you deployed an Azure Blockchain Service member and a new consortium. Try the next quickstart to use Azure Blockchain Development Kit for Ethereum to attach to an Azure Blockchain Service member.
5958

6059
> [!div class="nextstepaction"]
6160
> [Use Visual Studio Code to connect to Azure Blockchain Service](connect-vscode.md)

0 commit comments

Comments
 (0)