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
### Packages impacted by this PR
### Issues associated with this PR
### Describe the problem that is addressed by this PR
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
### Provide a list of related PRs _(if any)_
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
- If you need to create an ACS resource, you can use the [Azure Portal][azure_portal], [Azure PowerShell][azure_powershell], or the [Azure CLI][azure_cli].
14
+
- An Azure Communication Services resource.
15
+
- If you need to create an Azure Communication resource, you can use the [Azure Portal][azure_portal], [Azure PowerShell][azure_powershell], or the [Azure CLI][azure_cli].
To use Azure SDK libraries on a website, you need to convert your code to work inside the browser. You do this using a tool called a **bundler**. Refer to our [bundling documentation](https://aka.ms/AzureSDKBundling) to better understand bundling.
26
26
27
-
## Tutorial: Route jobs to workers using the Azure Communication Services (ACS) Job Router SDK
27
+
## Tutorial: Route jobs to workers using the Azure Communication Services Job Router SDK
28
28
29
29
In this tutorial, you will learn:
30
30
@@ -58,13 +58,13 @@ npm install
58
58
DEBUG=routerquickstart:* npm start
59
59
```
60
60
61
-
### Have an ACS Resource
61
+
### Have an Azure Communication Services Resource
62
62
63
-
Create an ACS resource in the [Azure Portal](https://ms.portal.azure.com/#home) or use an existing resource.
63
+
Create an Azure Communication Services resource in the [Azure Portal](https://ms.portal.azure.com/#home) or use an existing resource.
64
64
65
-
### Install the Azure ACS Job Router SDK
65
+
### Install the Azure Azure Communication Services Job Router SDK
66
66
67
-
In the `RouterQuickStart` folder, install the ACS Job Router SDK by executing `npm install @azure/communication-job-router --save`.
67
+
In the `RouterQuickStart` folder, install the Azure Communication Services Job Router SDK by executing `npm install @azure/communication-job-router --save`.
68
68
69
69
## Routing Jobs
70
70
@@ -262,9 +262,9 @@ Example `RouterWorkerOfferIssued` JSON shape:
262
262
263
263
### Subscribing to Events
264
264
265
-
One way to subscribe to ACS Job Router events is through the Azure Portal.
265
+
One way to subscribe to Azure Communication Services Job Router events is through the Azure Portal.
266
266
267
-
1. Navigate to your ACS resource in the Azure Portal and open the “Events” blade.
267
+
1. Navigate to your Azure Communication Services resource in the Azure Portal and open the “Events” blade.
268
268
2. Add an event subscription for the “RouterWorkerOfferIssued” event.
269
269
3. Select an appropriate means to receive the event (e.g. Webhook, Azure Functions, Service Bus).
0 commit comments