Skip to content

Commit f622bc5

Browse files
authored
Merge pull request #107499 from PatAltimore/patricka-blockchain-tiers
Clarify pricing tier scenarios
2 parents 656dcdf + 0c31028 commit f622bc5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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: 01/23/2020
4+
ms.date: 03/12/2020
55
ms.topic: quickstart
6-
ms.reviewer: janders
6+
ms.reviewer: ravastra
77
#Customer intent: As a network operator, I want use Azure Blockchain Service so that I can create a blockchain member on Azure
88
---
99

@@ -54,7 +54,7 @@ az resource create \
5454
| **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.
5555
| **consortium** | Name of the consortium to join or create. For more information on consortia, see [Azure Blockchain Service consortium](consortium.md).
5656
| **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.
57-
| **skuName** | Tier type. Use S0 for Standard and B0 for Basic.
57+
| **skuName** | Tier type. Use S0 for Standard and B0 for Basic. Use the *Basic* tier for development, testing, and proof of concepts. Use the *Standard* tier for production grade deployments.
5858

5959
It takes about 10 minutes to create the blockchain member and supporting resources.
6060

articles/blockchain/service/create-member.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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: 01/23/2020
4+
ms.date: 03/12/2020
55
ms.topic: quickstart
6-
ms.reviewer: janders
6+
ms.reviewer: ravastra
77
#Customer intent: As a network operator, I want use Azure Blockchain Service so that I can create a managed ledger on Azure.
88
---
99

@@ -32,7 +32,7 @@ An Azure Blockchain Service member is a blockchain node in a private consortium
3232
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-
Pricing | The node configuration and cost for your new service. Select the **Change** link to choose between **Standard** and **Basic** tiers.
35+
Pricing | The node configuration and cost for your new service. Select the **Change** link to choose between **Standard** and **Basic** tiers. Use the *Basic* tier is for development, testing, and proof of concepts. Use the *Standard* tier for production grade deployments.
3636
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.
3737

3838
1. Select **Review + create** to validate your settings. Select **Create** to provision the service. Provisioning takes about 10 minutes.

articles/blockchain/service/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Azure Blockchain Service overview
33
description: Overview of Azure Blockchain Service
4-
ms.date: 11/21/2019
4+
ms.date: 03/12/2020
55
ms.topic: overview
6-
ms.reviewer: janders
6+
ms.reviewer: ravastra
77
#Customer intent: As a network operator or developer, I want to understand how I can use Azure Blockchain Service to build and manage consortium blockchain networks on Azure
88
---
99

@@ -25,7 +25,7 @@ Deploying Azure Blockchain Service is done through the Azure portal, Azure CLI,
2525

2626
### Performance and service tiers
2727

28-
Azure Blockchain Service offers two service tiers: *Basic* and *Standard*. Each tier offers different performance and capabilities to support lightweight development and test workloads up to massively scaled production blockchain deployments. Both tiers include at least one transaction node, and one validator node (Basic) or two validator nodes (Standard).
28+
Azure Blockchain Service offers two service tiers: *Basic* and *Standard*. Each tier offers different performance and capabilities to support lightweight development and test workloads up to massively scaled production blockchain deployments. Use the *Basic* tier for development, testing, and proof of concepts. Use the *Standard* tier for production grade deployments. Both tiers include at least one transaction node, and one validator node (Basic) or two validator nodes (Standard).
2929

3030
![Pricing tiers](./media/overview/pricing-tiers.png)
3131

articles/blockchain/workbench/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Azure Blockchain Workbench provides a web application and REST APIs for managing
2424

2525
You can use the Blockchain Workbench REST APIs and message-based APIs to integrate with existing systems. The APIs provide an interface to allow for replacing or using multiple distributed ledger technologies, storage, and database offerings.
2626

27-
Blockchain Workbench can transform messages sent to its message-based API to build transactions in a format expected by that blockchains native API. Workbench can sign and route transactions to the appropriate blockchain.
27+
Blockchain Workbench can transform messages sent to its message-based API to build transactions in a format expected by that blockchain's native API. Workbench can sign and route transactions to the appropriate blockchain.
2828

2929
Workbench automatically delivers events to Service Bus and Event Grid to send messages to downstream consumers. Developers can integrate with either of these messaging systems to drive transactions and to look at results.
3030

0 commit comments

Comments
 (0)