Skip to content

Commit dd882e9

Browse files
committed
Merge branch 'patricka-blockchain-ad-update' of https://github.com/PatAltimore/azure-docs-pr into patricka-blockchain-ad-update
2 parents b284ca1 + bf3324d commit dd882e9

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

articles/blockchain/workbench/deploy.md

Lines changed: 13 additions & 9 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

@@ -281,15 +281,19 @@ If you have guest users in your Azure AD tenant, follow the additional steps to
281281
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.
282282

283283
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`
289289

290-
![Reply URLs](media/deploy/configure-reply-url.png)
290+
![Authentication reply URLs](media/deploy/configure-reply-url.png)
291291

292-
7. Select **Save** to update the client registration.
292+
1. In the **Advanced setting** section, check **Access tokens** and **ID tokens**.
293+
294+
![Authentication advanced settings](media/deploy/authentication-advanced-settings.png)
295+
296+
1. Select **Save** to update the client registration.
293297

294298
## Remove a deployment
295299

18.1 KB
Loading
21.2 KB
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)