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/workbench/deploy.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,14 +133,14 @@ The deployment can take up to 90 minutes. You can use the Azure portal to monito
133
133
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.
134
134
135
135
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**.
137
137
3. Choose the resource group name you specified when deploying Blockchain Workbench.
138
138
4. Select the **TYPE** column heading to sort the list alphabetically by type.
139
139
5. There are two resources with type **App Service**. Select the resource of type **App Service***without* the "-api" suffix.
140
140
141
141

142
142
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.
144
144
145
145

146
146
@@ -281,15 +281,19 @@ If you have guest users in your Azure AD tenant, follow the additional steps to
281
281
Once the Azure Blockchain Workbench has been deployed, you have to configure the Azure Active Directory (Azure AD) client application **Reply URL** of the deployed Blockchain Workbench web URL.
282
282
283
283
1. Sign in to the [Azure portal](https://portal.azure.com).
284
-
2. Verify you are in the tenant where you registered the Azure AD client application.
285
-
3. In the left-hand navigation pane, select the **Azure Active Directory** service. Select **App registrations**.
286
-
4. Select the Azure AD client application you registered in the prerequisite section.
287
-
5. Select **Authentication**.
288
-
6. Specify the main web URL of the Azure Blockchain Workbench deployment you retrieved in the [Blockchain Workbench web URL](#blockchain-workbench-web-url) section. The Reply URL is prefixed with `https://`. For example, `https://myblockchain2-7v75.azurewebsites.net`
284
+
1. Verify you are in the tenant where you registered the Azure AD client application.
285
+
1. In the left-hand navigation pane, select the **Azure Active Directory** service. Select **App registrations**.
286
+
1. Select the Azure AD client application you registered in the prerequisite section.
287
+
1. Select **Authentication**.
288
+
1. Specify the main web URL of the Azure Blockchain Workbench deployment you retrieved in the [Blockchain Workbench web URL](#blockchain-workbench-web-url) section. The Reply URL is prefixed with `https://`. For example, `https://myblockchain2-7v75.azurewebsites.net`
Copy file name to clipboardExpand all lines: articles/blockchain/workbench/use-api.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,19 @@ Azure Blockchain Workbench Preview REST API provides developers and information
24
24
25
25
The example blockchain applications used in the scenarios, can be [downloaded from GitHub](https://github.com/Azure-Samples/blockchain).
26
26
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
+

39
+
27
40
## List applications
28
41
29
42
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