Skip to content

Commit d51bd14

Browse files
committed
Add retirement notice
1 parent 7172cbb commit d51bd14

19 files changed

+67
-22
lines changed

articles/blockchain/workbench/architecture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Azure Blockchain Workbench architecture
33
description: Overview of Azure Blockchain Workbench Preview architecture and its components.
4-
ms.date: 09/05/2019
4+
ms.date: 02/18/2022
55
ms.topic: conceptual
66
ms.reviewer: brendal
77
#Customer intent: As a developer, I want to understand the architecture and components of Azure Blockchain Workbench.
88
---
99
# Azure Blockchain Workbench architecture
1010

11+
[!INCLUDE [Retirement note](./includes/retire.md)]
12+
1113
Azure Blockchain Workbench Preview simplifies blockchain application development by providing a solution using several Azure components. Blockchain Workbench can be deployed using a solution template in the Azure Marketplace. The template allows you to pick modules and components to deploy including blockchain stack, type of client application, and support for IoT integration. Once deployed, Blockchain Workbench provides access to a web app, iOS app, and Android app.
1214

1315
![Blockchain Workbench architecture](./media/architecture/architecture.png)

articles/blockchain/workbench/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Azure Blockchain Workbench configuration metadata reference
33
description: Azure Blockchain Workbench Preview application configuration metadata overview.
4-
ms.date: 12/09/2019
4+
ms.date: 02/18/2022
55
ms.topic: article
66
ms.reviewer: brendal
77
#Customer intent: As a developer, I want to understand application configuration metadata details used by Azure Blockchain Workbench.
88
---
99
# Azure Blockchain Workbench configuration reference
1010

11+
[!INCLUDE [Retirement note](./includes/retire.md)]
12+
1113
Azure Blockchain Workbench applications are multi-party workflows defined by configuration metadata and smart contract code. Configuration metadata defines the high-level workflows and interaction model of the blockchain application. Smart contracts define the business logic of the blockchain application. Workbench uses configuration and smart contract code to generate blockchain application user experiences.
1214

1315
Configuration metadata specifies the following information for each blockchain application:

articles/blockchain/workbench/create-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Create a blockchain application - Azure Blockchain Workbench
33
description: Tutorial on how to create a blockchain application for Azure Blockchain Workbench Preview.
4-
ms.date: 08/24/2020
4+
ms.date: 02/18/2022
55
ms.topic: tutorial
66
ms.reviewer: ravastra
77
#Customer intent: As a developer, I want to use Azure Blockchain Workbench to create a blockchain app.
88
---
99
# Tutorial: Create a blockchain application for Azure Blockchain Workbench
1010

11+
[!INCLUDE [Retirement note](./includes/retire.md)]
12+
1113
You can use Azure Blockchain Workbench to create blockchain applications that represent multi-party workflows defined by configuration and smart contract code.
1214

1315
You'll learn how to:

articles/blockchain/workbench/data-excel.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Use Azure Blockchain Workbench data in Microsoft Excel
33
description: Learn how to load and view Azure Blockchain Workbench Preview SQL DB data in Microsoft Excel.
4-
ms.date: 09/05/2019
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.reviewer: mmercuri
77
#Customer intent: As a developer, I want to view Azure Blockchain Workbench data in Microsoft Excel for analysis.
88
---
99

1010
# View Azure Blockchain Workbench data with Microsoft Excel
1111

12+
[!INCLUDE [Retirement note](./includes/retire.md)]
13+
1214
You can use Microsoft Excel to view data in Azure Blockchain Workbench's SQL DB. This article provides the steps you need to:
1315

1416
* Connect to the Blockchain Workbench database from Microsoft Excel

articles/blockchain/workbench/data-powerbi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Use Azure Blockchain Workbench data in Microsoft Power BI
33
description: Learn how to load and view Azure Blockchain Workbench SQL DB data in Microsoft Power BI.
4-
ms.date: 04/22/2020
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.reviewer: sunri
77
#Customer intent: As a developer, I want to load and view Azure Blockchain Workbench data in Power BI for analysis.
88
---
99
# Using Azure Blockchain Workbench data with Microsoft Power BI
1010

11+
[!INCLUDE [Retirement note](./includes/retire.md)]
12+
1113
Microsoft Power BI provides the ability to easily generate powerful reports from SQL DB databases using Power BI Desktop and then publish them to [https://www.powerbi.com](https://www.powerbi.com).
1214

1315
This article contains a step by step walkthrough of how to connect to Azure Blockchain Workbench's SQL Database from within PowerBI desktop, create a report, and deploy the report to powerbi.com.

articles/blockchain/workbench/data-sql-management-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Query Azure Blockchain Workbench data using SQL Server Management Studio
33
description: Learn how to connect to Azure Blockchain Workbench's SQL Database from within SQL Server Management Studio.
4-
ms.date: 11/20/2019
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.service: azure-blockchain
77
ms.reviewer: mmercuri
88
#Customer intent: As a developer, I want to use SQL Server Management Studio to query Azure Blockchain Workbench data.
99
---
1010
# Using Azure Blockchain Workbench data with SQL Server Management Studio
1111

12+
[!INCLUDE [Retirement note](./includes/retire.md)]
13+
1214
Microsoft SQL Server Management Studio provides the ability to rapidly
1315
write and test queries against Azure Blockchain Workbench's SQL DB. This section contains a step-by-step walkthrough of how to connect to Azure Blockchain Workbench's SQL Database from within SQL Server Management Studio.
1416

articles/blockchain/workbench/database-firewall.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Configure Azure Blockchain Workbench database firewall
33
description: Learn how to configure the Azure Blockchain Workbench Preview database firewall to allow external clients and applications to connect.
4-
ms.date: 09/09/2019
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.reviewer: mmercuri
77
#Customer intent: As an administrator, I want to configure Azure Blockchain Workbench's SQL Server firewall to allow external clients to connect.
88
---
99

1010
# Configure the Azure Blockchain Workbench database firewall
1111

12+
[!INCLUDE [Retirement note](./includes/retire.md)]
13+
1214
This article shows how to configure a firewall rule using the Azure portal. Firewall rules let external clients or applications connect to your Azure Blockchain Workbench database.
1315

1416
## Connect to the Blockchain Workbench database

articles/blockchain/workbench/database-views.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
title: Azure Blockchain Workbench database views
33
description: Overview of available Azure Blockchain Workbench Preview SQL DB database views.
4-
ms.date: 09/05/2019
4+
ms.date: 02/18/2022
55
ms.topic: article
66
ms.reviewer: mmercuri
77
#Customer intent: As a developer, I want to understand the available Azure Blockchain Workbench SQL Server database views for querying off-chain blockchain data.
88
---
99
# Azure Blockchain Workbench database views
1010

11+
[!INCLUDE [Retirement note](./includes/retire.md)]
12+
1113
Azure Blockchain Workbench Preview delivers data from distributed ledgers to an *off-chain* SQL DB database. The off-chain database makes it possible to use SQL and existing tools, such as [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms), to interact with blockchain data.
1214

1315
Azure Blockchain Workbench provides a set of database views that provide access to data that will be helpful when performing your queries. These views are heavily denormalized to make it easy to quickly get started building reports, analytics, and otherwise consume blockchain data with existing tools and without having to retrain database staff.

articles/blockchain/workbench/deploy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: Deploy Azure Blockchain Workbench Preview
33
description: How to deploy Azure Blockchain Workbench Preview
4-
ms.date: 09/15/2021
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.reviewer: ravastra
77
ms.custom: references_regions
88
#Customer intent: As a developer, I want to deploy Azure Blockchain Workbench so that I can create a blockchain apps.
99
---
1010
# Deploy Azure Blockchain Workbench Preview
1111

12+
[!INCLUDE [Retirement note](./includes/retire.md)]
13+
1214
Azure Blockchain Workbench Preview is deployed using a solution template in the Azure Marketplace. The template simplifies the deployment of components needed to create blockchain applications. Once deployed, Blockchain Workbench provides access to client apps to create and manage users and blockchain applications.
1315

1416
For more information about the components of Blockchain Workbench, see [Azure Blockchain Workbench architecture](architecture.md).

articles/blockchain/workbench/getdb-details.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: Get Azure Blockchain Workbench database details
33
description: Learn how to get Azure Blockchain Workbench Preview database and database server information.
4-
ms.date: 09/05/2019
4+
ms.date: 02/18/2022
55
ms.topic: how-to
66
ms.reviewer: mmercuri
77
#Customer intent: As a developer, I want to get Azure Blockchain database details to connect and view off-chain blockchain data.
88
---
99

1010
# Get information about your Azure Blockchain Workbench database
1111

12+
[!INCLUDE [Retirement note](./includes/retire.md)]
1213
This article shows how to get detailed information about your Azure Blockchain Workbench Preview database.
1314

1415
## Overview

0 commit comments

Comments
 (0)