Skip to content

Commit ca2a316

Browse files
Minor edits to prep for peer review.
1 parent aaf72d5 commit ca2a316

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
Loading

articles/service-bus-relay/service-bus-dotnet-hybrid-app-using-service-bus-relay.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ First, you build a simulated on-premises product catalog system. This project i
8383

8484
### Create the project
8585

86-
1. Using administrator privileges, start Microsoft Visual Studio. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
86+
1. Start Microsoft Visual Studio as an administrator. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
8787
1. In Visual Studio, select **Create a new project**.
8888
1. In **Create a new project**, select **Console App (.NET Framework)** for C# and select **Next**.
8989
1. Name the project *ProductsServer* and select **Create**.
@@ -236,7 +236,7 @@ In this section, you build a simple ASP.NET application that displays data retri
236236

237237
### Create the project
238238

239-
1. Ensure that Visual Studio is running with administrator privileges.
239+
1. Ensure that Visual Studio is running as administrator.
240240
1. In Visual Studio, select **Create a new project**.
241241
1. In **Create a new project**, select **ASP.NET Web Application (.NET Framework)** for C# and select **Next**.
242242
1. Name the project *ProductsPortal* and select **Create**.
@@ -427,7 +427,7 @@ To test the application locally, in Visual Studio press **F5**. The on-premises
427427

428428
Press **Refresh** on the **ProductsPortal** page. Each time you refresh the page, you see the server app display a message when `GetProducts()` from **ProductsServer** is called.
429429

430-
Close both applications before proceeding to the next step.
430+
Close both applications before proceeding to the next section.
431431

432432
## Deploy the ProductsPortal project to an Azure web app
433433

@@ -469,7 +469,7 @@ The product inventory lists data retrieved from the product service on-premises
469469
> The **ProductsServer** console application must be running and able to serve the data to the **ProductsPortal** application. If the browser displays an error, wait a few more seconds for **ProductsServer** to load and display the following message. Then press **Refresh** in the browser.
470470
>
471471

472-
1. In the browser, press **Refresh** on the **ProductsPortal** page. Each time you refresh the page, you see the server app display a message when `GetProducts()` from **ProductsServer** is called.
472+
In the browser, press **Refresh** on the **ProductsPortal** page. Each time you refresh the page, you see the server app display a message when `GetProducts()` from **ProductsServer** is called.
473473

474474
![Updated output][38]
475475

@@ -485,7 +485,7 @@ Advance to the following tutorial:
485485
[NuGet]: https://nuget.org
486486
487487
[11]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/configure-productsserver.png
488-
[13]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/getting-started-multi-tier-13.png
488+
[13]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/install-nuget-service-bus-productsserver.png
489489
[15]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/hy-web-2.png
490490
[16]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/choose-web-application-template.png
491491
[17]: ./media/service-bus-dotnet-hybrid-app-using-service-bus-relay/add-class-productsportal.png

articles/service-bus-relay/service-bus-relay-rest-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The primary difference between a WCF contract and a REST-style contract is the a
5353

5454
### To create a contract with an interface
5555

56-
1. Using administrator privileges, start Microsoft Visual Studio. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
56+
1. Start Microsoft Visual Studio as an administrator. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
5757
1. In Visual Studio, select **Create a new project**.
5858
1. In **Create a new project**, choose **Console App (.NET Framework)** for C# and select **Next**.
5959
1. Name the project *ImageListener*. Use the default **Location**, and then select **Create**.

articles/service-bus-relay/service-bus-relay-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The service contract specifies what operations the service supports. Operations
6060

6161
### Create a relay contract with an interface
6262

63-
1. Using administrator privileges, start Microsoft Visual Studio. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
63+
1. Start Microsoft Visual Studio as an administrator. To do so, right-click the Visual Studio program icon, and select **Run as administrator**.
6464
1. In Visual Studio, select **Create a new project**.
6565
1. In **Create a new project**, choose **Console App (.NET Framework)** for C# and select **Next**.
6666
1. Name the project *EchoService* and select **Create**.
@@ -742,7 +742,7 @@ namespace Microsoft.ServiceBus.Samples
742742
1. Select **OK** to close **Property Pages**.
743743
1. Press **F5** to run both projects.
744744
1. Both console windows open and prompt you for the namespace name. The service must run first, so in the **EchoService** console window, enter the namespace and then press **Enter**.
745-
1. Next, the console prompts you for your SAS key. Enter the SAS key and press ENTER.
745+
1. Next, the console prompts you for your SAS key. Enter the SAS key and press Enter.
746746

747747
Here is example output from the console window. The values here are just examples.
748748

includes/relay-create-namespace-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: clemensv
2121
1. Select **All resources**, and then choose the newly created namespace name.
2222
1. Select **Shared access policies**.
2323
1. Under **Shared access policies**, select **RootManageSharedAccessKey**.
24-
1. Under **Policy: RootManageSharedAccessKey**, select the **Copy** button next to **Primary Connection string**. This action copies the connection string to your clipboard for later use. Paste this value into Notepad or some other temporary location.
24+
1. Under **SAS Policy: RootManageSharedAccessKey**, select the **Copy** button next to **Primary Connection String**. This action copies the connection string to your clipboard for later use. Paste this value into Notepad or some other temporary location.
2525
1. Repeat the preceding step to copy and paste the value of **Primary key** to a temporary location for later use.
2626

2727
![connection-string][connection-string]

0 commit comments

Comments
 (0)