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: docs/solution-guidance/Use-remote-event-receivers-in-SharePoint.md
+9-32Lines changed: 9 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -43,44 +43,21 @@ Before you run this add-in, do the following:
43
43
44
44
3. To run this code sample, you need an Azure subscription. To sign up for a trial, see [Free one-month trial](http://azure.microsoft.com/en-us/pricing/free-trial/).
45
45
46
-
4. Create an Azure Service Bus Namespace with ACS Support.
46
+
4. Create an Azure Service Bus Namespace.
47
47
48
-
1. Install Azure PowerShell. For more information, see [How to: Install Azure PowerShell](http://azure.microsoft.com/en-us/documentation/articles/powershell-install-configure/#Install).
49
-
50
-
2. Start **Azure PowerShell**.
51
-
52
-
3. Enter **Add-AzureAccount**.
53
-
54
-
4. Enter your email address in the **Sign in to Windows Azure** dialog, and then choose **Continue**.
55
-
56
-
5. Enter your password, and then choose **Sign in**.
57
-
58
-
6. Create a new service bus namespace using the following PowerShell cmdlet.
- _NamespaceName_ is the name of your Azure Service Bus namespace.
68
-
69
-
- _Region_ is the region closest to you. For example, you may enter **"West US"**. You must include the region name in double quotes.
70
-
71
-
7. Return to your Azure Management Portal. Choose **SERVICE BUS**, and then choose the namespace name you entered.
72
-
73
-
8. Choose **Manage Connection Strings**, and then in **ACS CONNECTION STRING**, choose the copy button.
48
+
1. Carry out the instructions in [Create a Service Bus namespace](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-create-namespace-portal).
49
+
50
+
2. Copy **Primary Connection String** from the just created Service Bus Namespace
0 commit comments