You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/blockchain/service/create-member-cli.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create an Azure Blockchain Service member - Azure CLI
3
3
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
5
5
ms.topic: quickstart
6
6
ms.reviewer: janders
7
7
#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 \
33
33
34
34
## Create a blockchain member
35
35
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.
37
39
38
40
```azurecli-interactive
39
41
az resource create \
@@ -50,7 +52,7 @@ az resource create \
50
52
| **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`.
51
53
| **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.
52
54
| **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).
54
56
| **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.
55
57
| **skuName** | Tier type. Use S0 for Standard and B0 for Basic.
56
58
@@ -70,7 +72,7 @@ az group delete \
70
72
71
73
## Next steps
72
74
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.
74
76
75
77
> [!div class="nextstepaction"]
76
78
> [Use Visual Studio Code to connect to Azure Blockchain Service](connect-vscode.md)
Copy file name to clipboardExpand all lines: articles/blockchain/service/create-member.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Create an Azure Blockchain Service member - Azure portal
3
3
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
5
5
ms.topic: quickstart
6
6
ms.reviewer: janders
7
7
#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
15
15
16
16
## Create a blockchain member
17
17
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).
19
19
20
20
1. Sign in to the [Azure portal](https://portal.azure.com).
21
21
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
29
29
Resource group | Create a new resource group name or choose an existing one from your subscription.
30
30
Region | Choose a region to create the member. All members of the consortium must be in the same location.
31
31
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).
33
33
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.
34
34
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.
36
35
Pricing | The node configuration and cost for your new service. Select the **Change** link to choose between **Standard** and **Basic** tiers.
37
36
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.
38
37
@@ -55,7 +54,7 @@ To delete the resource group:
55
54
56
55
## Next steps
57
56
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.
59
58
60
59
> [!div class="nextstepaction"]
61
60
> [Use Visual Studio Code to connect to Azure Blockchain Service](connect-vscode.md)
0 commit comments