Skip to content

Commit 895d310

Browse files
committed
Fixing ACS reference from remote event receiver article
1 parent 7430999 commit 895d310

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

docs/solution-guidance/Use-remote-event-receivers-in-SharePoint.md

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -43,44 +43,21 @@ Before you run this add-in, do the following:
4343

4444
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/).
4545

46-
4. Create an Azure Service Bus Namespace with ACS Support.
46+
4. Create an Azure Service Bus Namespace.
4747

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.
59-
60-
```powershell
61-
New-AzureSBNamespace NamespaceNameRegion -CreateACSNamespace $true -NamespaceType Messaging
62-
63-
```
64-
65-
Where:
66-
67-
- _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
7451

75-
9. Return to Visual Studio.
52+
3. Return to Visual Studio.
7653

77-
10. Right-click Core.EventReceivers > **Properties** > **SharePoint**.
54+
4. Right-click Core.EventReceivers > **Properties** > **SharePoint**.
7855

79-
11. Select **Enable debugging via Microsoft Azure Service Bus**.
56+
5. Select **Enable debugging via Microsoft Azure Service Bus**.
8057

81-
12. In **Microsoft Azure Service Bus connection string**, paste the ACS Connection String.
58+
6. In **Microsoft Azure Service Bus connection string**, paste the Connection String.
8259

83-
13. Choose **Save**.
60+
7. Choose **Save**.
8461

8562
5. Run the code sample, and perform the following additional steps:
8663

0 commit comments

Comments
 (0)