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
+31-39Lines changed: 31 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-blockchain
5
5
keywords:
6
6
author: PatAltimore
7
7
ms.author: patricka
8
-
ms.date: 11/07/2019
8
+
ms.date: 11/19/2019
9
9
ms.topic: article
10
10
ms.service: azure-blockchain
11
11
ms.reviewer: brendal
@@ -53,17 +53,9 @@ Azure Blockchain Workbench requires Azure AD configuration and application regis
53
53
Once the prerequisite steps have been completed, you are ready to deploy the Blockchain Workbench. The following sections outline how to deploy the framework.
54
54
55
55
1. Sign in to the [Azure portal](https://portal.azure.com).
56
-
2. Select your account in the top-right corner, and switch to the desired Azure AD tenant where you want to deploy Azure Blockchain Workbench.
57
-
3. In the left pane, select **Create a resource**. Search for `Azure Blockchain Workbench` in the **Search the Marketplace** search bar.
@@ -80,9 +72,9 @@ Once the prerequisite steps have been completed, you are ready to deploy the Blo
80
72
| Resource groups | Create a new Resource group by selecting **Create new** and specify a unique resource group name. |
81
73
| Location | Specify the region you wish to deploy the framework. |
82
74
83
-
7. Select **OK** to finish the basic setting configuration section.
75
+
1. Select **OK** to finish the basic setting configuration section.
84
76
85
-
8. In **Advanced Settings**, choose if you want to create a new blockchain network or use an existing proof-of-authority blockchain network.
77
+
1. In **Advanced Settings**, choose if you want to create a new blockchain network or use an existing proof-of-authority blockchain network.
86
78
87
79
For **Create new**:
88
80
@@ -115,13 +107,13 @@ Once the prerequisite steps have been completed, you are ready to deploy the Blo
115
107
| Azure Active Directory settings | Choose **Add Later**.</br>Note: If you chose to [pre-configure Azure AD](#azure-ad-configuration) or are redeploying, choose to *Add Now*. |
116
108
| VM selection | Select preferred storage performance and VM size for your blockchain network. Choose a smaller VM size such as *Standard DS1 v2* if you are on a subscription with low service limits like Azure free tier. |
117
109
118
-
9. Select **OK** to finish Advanced Settings.
110
+
1. Select **OK** to finish Advanced Settings.
119
111
120
-
10. Review the summary to verify your parameters are accurate.
112
+
1. Review the summary to verify your parameters are accurate.
11. Select **Create** to agree to the terms and deploy your Azure Blockchain Workbench.
116
+
1. Select **Create** to agree to the terms and deploy your Azure Blockchain Workbench.
125
117
126
118
The deployment can take up to 90 minutes. You can use the Azure portal to monitor progress. In the newly created resource group, select **Deployments > Overview** to see the status of the deployed artifacts.
127
119
@@ -133,14 +125,14 @@ The deployment can take up to 90 minutes. You can use the Azure portal to monito
133
125
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
126
135
127
1. Sign in to the [Azure portal](https://portal.azure.com).
136
-
2. In the left-hand navigation pane, select **Resource groups**.
137
-
3. Choose the resource group name you specified when deploying Blockchain Workbench.
138
-
4. Select the **TYPE** column heading to sort the list alphabetically by type.
139
-
5. There are two resources with type **App Service**. Select the resource of type **App Service***without* the "-api" suffix.
128
+
1. In the left-hand navigation pane, select **Resource groups**.
129
+
1. Choose the resource group name you specified when deploying Blockchain Workbench.
130
+
1. Select the **TYPE** column heading to sort the list alphabetically by type.
131
+
1. There are two resources with type **App Service**. Select the resource of type **App Service***without* the "-api" suffix.
140
132
141
133

142
134
143
-
6. In the App Service **Overview**, copy the **URL** value, which represents the web URL to your deployed Blockchain Workbench.
135
+
1. In the App Service **Overview**, copy the **URL** value, which represents the web URL to your deployed Blockchain Workbench.
144
136
145
137

146
138
@@ -151,30 +143,30 @@ To associate a custom domain name with Blockchain Workbench, see [configuring a
151
143
Azure AD must be configured to complete your Blockchain Workbench deployment. You'll use a PowerShell script to do the configuration.
152
144
153
145
1. In a browser, navigate to the [Blockchain Workbench Web URL](#blockchain-workbench-web-url).
154
-
2. You'll see instructions to set up Azure AD using Cloud Shell. Copy the command and launch Cloud Shell.
146
+
1. You'll see instructions to set up Azure AD using Cloud Shell. Copy the command and launch Cloud Shell.
3. Choose the Azure AD tenant where you deployed Blockchain Workbench.
159
-
4. In Cloud Shell, paste and run the command.
160
-
5. When prompted, enter the Azure AD tenant you want to use for Blockchain Workbench. This will be the tenant containing the users for Blockchain Workbench.
150
+
1. Choose the Azure AD tenant where you deployed Blockchain Workbench.
151
+
1. In Cloud Shell, paste and run the command.
152
+
1. When prompted, enter the Azure AD tenant you want to use for Blockchain Workbench. This will be the tenant containing the users for Blockchain Workbench.
161
153
162
154
> [!IMPORTANT]
163
155
> The authenticated user requires permissions to create Azure AD application registrations and grant delegated application permissions in the tenant. You may need to ask an administrator of the tenant to run the Azure AD configuration script or create a new tenant.
164
156
165
157

166
158
167
-
6. You'll be prompted to authenticate to the Azure AD tenant using a browser. Open the web URL in a browser, enter the code, and authenticate.
159
+
1. You'll be prompted to authenticate to the Azure AD tenant using a browser. Open the web URL in a browser, enter the code, and authenticate.
168
160
169
161

170
162
171
-
7. The script outputs several status messages. You get a **SUCCESS** status message if the tenant was successfully provisioned.
172
-
8. Navigate to the Blockchain Workbench URL. You are asked to consent to grant read permissions to the directory. This allows the Blockchain Workbench web app access to the users in the tenant. If you are the tenant administrator, you can choose to consent for the entire organization. This option accepts consent for all users in the tenant. Otherwise, each user is prompted for consent on first use of the Blockchain Workbench web application.
173
-
9. Select **Accept** to consent.
163
+
1. The script outputs several status messages. You get a **SUCCESS** status message if the tenant was successfully provisioned.
164
+
1. Navigate to the Blockchain Workbench URL. You are asked to consent to grant read permissions to the directory. This allows the Blockchain Workbench web app access to the users in the tenant. If you are the tenant administrator, you can choose to consent for the entire organization. This option accepts consent for all users in the tenant. Otherwise, each user is prompted for consent on first use of the Blockchain Workbench web application.
165
+
1. Select **Accept** to consent.
174
166
175
167

176
168
177
-
10. After consent, the Blockchain Workbench web app can be used.
169
+
1. After consent, the Blockchain Workbench web app can be used.
178
170
179
171
## Azure AD configuration
180
172
@@ -191,11 +183,11 @@ Blockchain Workbench deployment requires registration of an Azure AD application
@@ -273,7 +265,7 @@ In the left-hand navigation pane, select the **Azure Active Directory** service.
273
265
If you have guest users in your Azure AD tenant, follow the additional steps to ensure Blockchain Workbench user assignment and management works properly.
274
266
275
267
1. Switch you your Azure AD tenant and select **Azure Active Directory > User settings > Manage external collaboration settings**.
276
-
2. Set **Guest user permissions are limited** to **No**.
268
+
1. Set **Guest user permissions are limited** to **No**.
0 commit comments