Skip to content

Commit faf74c9

Browse files
committed
Update screenshots
1 parent 83ab8d4 commit faf74c9

File tree

11 files changed

+6
-14
lines changed

11 files changed

+6
-14
lines changed

articles/blockchain/service/configure-transaction-nodes.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,16 @@ services: azure-blockchain
55
keywords:
66
author: PatAltimore
77
ms.author: patricka
8-
ms.date: 05/02/2019
8+
ms.date: 11/20/2019
99
ms.topic: article
1010
ms.service: azure-blockchain
11-
ms.reviewer: seal
11+
ms.reviewer: janders
1212
manager: femila
1313
#Customer intent: As a network operator, I want to use the Azure portal to create and configure transaction nodes.
1414
---
1515

1616
# Configure Azure Blockchain Service transaction nodes
1717

18-
To interact with Azure Blockchain Service, you do so through connecting to one or more transaction nodes in your blockchain member. In order to interact with transaction nodes, you will need to configure your nodes for access.
19-
20-
## Prerequisites
21-
22-
* [Create an Azure Blockchain member](create-member.md)
23-
24-
## Transaction node overview
25-
2618
Transaction nodes are used to send blockchain transactions to Azure Blockchain Service through a public endpoint. The default transaction node contains the private key of the Ethereum account registered on the blockchain, and as such cannot be deleted.
2719

2820
To view the default transaction node details:
@@ -135,9 +127,9 @@ You can view a transaction node's connection strings and copy endpoint addresses
135127

136128
Sample code is provided to quickly enable connecting to your transaction node via Web3, Nethereum, Web3js, and Truffle.
137129

138-
You can view a transaction node's sample connection code and copy it to use with popular developer tools. Navigate to one of your Azure Blockchain Service member transaction nodes and select **Sample Code** in settings.
130+
You can view a transaction node's sample connection code and copy it to use with popular developer tools. Go to one of your Azure Blockchain Service member transaction nodes and select **Sample Code** in settings.
139131

140-
Choose the Web3 or Nethereum tab to view the code sample you want to use.
132+
Choose the Web3, Nethereum, Truffle, or Web3j tab to view the code sample you want to use.
141133

142134
![Sample code](./media/configure-transaction-nodes/sample-code.png)
143135

articles/blockchain/service/connect-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this quickstart, you install and use the Azure Blockchain Development Kit for
3232

3333
On Windows, an installed C++ compiler is required for the node-gyp module. You can use the MSBuild tools:
3434

35-
* If Visual Studio 2017 is installed, configure npm to use the MSBuild tools using the command `npm config set msvs_version 2017 -g`
35+
* If Visual Studio 2017 is installed, configure npm to use the MSBuild tools with the command `npm config set msvs_version 2017 -g`
3636
* If Visual Studio 2019 is installed, set the MS build tools path for npm. For example, `npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"`
3737
* Otherwise, install the stand-alone VS Build tools using `npm install --global windows-build-tools` in an elevated *Run as administrator* command shell.
3838

-32.3 KB
Loading
-14.7 KB
Loading
2.83 KB
Loading
8.5 KB
Loading
5.94 KB
Loading
8.02 KB
Loading
19.5 KB
Loading
-57 Bytes
Loading

0 commit comments

Comments
 (0)