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/service-bus-relay/service-bus-dotnet-hybrid-app-using-service-bus-relay.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ First, you build a simulated on-premises product catalog system. This project i
83
83
84
84
### Create the project
85
85
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**.
87
87
1. In Visual Studio, select **Create a new project**.
88
88
1. In **Create a new project**, select **Console App (.NET Framework)** for C# and select **Next**.
89
89
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
Copy file name to clipboardExpand all lines: articles/service-bus-relay/service-bus-relay-rest-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ The primary difference between a WCF contract and a REST-style contract is the a
53
53
54
54
### To create a contract with an interface
55
55
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**.
57
57
1. In Visual Studio, select **Create a new project**.
58
58
1. In **Create a new project**, choose **Console App (.NET Framework)** for C# and select **Next**.
59
59
1. Name the project *ImageListener*. Use the default **Location**, and then select **Create**.
Copy file name to clipboardExpand all lines: articles/service-bus-relay/service-bus-relay-tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The service contract specifies what operations the service supports. Operations
60
60
61
61
### Create a relay contract with an interface
62
62
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**.
64
64
1. In Visual Studio, select **Create a new project**.
65
65
1. In **Create a new project**, choose **Console App (.NET Framework)** for C# and select **Next**.
66
66
1. Name the project *EchoService* and select **Create**.
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.
746
746
747
747
Here is example output from the console window. The values here are just examples.
Copy file name to clipboardExpand all lines: includes/relay-create-namespace-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ ms.author: clemensv
21
21
1. Select **All resources**, and then choose the newly created namespace name.
22
22
1. Select **Shared access policies**.
23
23
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.
25
25
1. Repeat the preceding step to copy and paste the value of **Primary key** to a temporary location for later use.
0 commit comments