Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bdab6ae

Browse files
committedNov 7, 2019
Add api endpoint
1 parent 3a20c63 commit bdab6ae

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
 

‎articles/blockchain/workbench/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ The deployment can take up to 90 minutes. You can use the Azure portal to monito
133133
Once the deployment of the Blockchain Workbench has completed, a new resource group contains your Blockchain Workbench resources. Blockchain Workbench services are accessed through a web URL. The following steps show you how to retrieve the web URL of the deployed framework.
134134

135135
1. Sign in to the [Azure portal](https://portal.azure.com).
136-
2. In the left-hand navigation pane, select **Resource groups**
136+
2. In the left-hand navigation pane, select **Resource groups**.
137137
3. Choose the resource group name you specified when deploying Blockchain Workbench.
138138
4. Select the **TYPE** column heading to sort the list alphabetically by type.
139139
5. There are two resources with type **App Service**. Select the resource of type **App Service** *without* the "-api" suffix.
140140

141141
![App service list](media/deploy/resource-group-list.png)
142142

143-
6. In the App Service **Essentials** section, copy the **URL** value, which represents the web URL to your deployed Blockchain Workbench.
143+
6. In the App Service **Overview**, copy the **URL** value, which represents the web URL to your deployed Blockchain Workbench.
144144

145145
![App service essentials](media/deploy/app-service.png)
146146

Loading

‎articles/blockchain/workbench/use-api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ Azure Blockchain Workbench Preview REST API provides developers and information
2424

2525
The example blockchain applications used in the scenarios, can be [downloaded from GitHub](https://github.com/Azure-Samples/blockchain).
2626

27+
## Blockchain Workbench API endpoint
28+
29+
Blockchain Workbench APIs are accessed through an endpoint for your deployment. To get the API endpoint URL for your deployment:
30+
31+
1. Sign in to the [Azure portal](https://portal.azure.com).
32+
1. In the left-hand navigation pane, select **Resource groups**.
33+
1. Choose the resource group name your deployed Blockchain Workbench.
34+
1. Select the **TYPE** column heading to sort the list alphabetically by type.
35+
1. There are two resources with type **App Service**. Select the resource of type **App Service** *with* the "-api" suffix.
36+
1. In the App Service **Overview**, copy the **URL** value, which represents the API endpoint URL to your deployed Blockchain Workbench.
37+
38+
![App service API endpoint URL](media/use-api/app-service-api.png)
39+
2740
## List applications
2841

2942
Once a user has signed into the blockchain client, the first task is to retrieve all Blockchain Workbench applications for the user. In this scenario, the user has access to two applications:

0 commit comments

Comments
 (0)
Please sign in to comment.