Skip to content

Commit

Permalink
Update README (Azure#27600)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
adamtuck-msft authored Oct 31, 2023
1 parent 2cd3d9b commit 5394639
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sdk/communication/communication-job-router/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Communication Services (ACS) Job Router SDK for JavaScript
# Azure Communication Services Job Router SDK for JavaScript

This package contains the JavaScript SDK for the Azure Communication Services (ACS) Job Router Service.
This package contains the JavaScript SDK for the Azure Communication Services Job Router Service.

## Getting Started

Expand All @@ -11,8 +11,8 @@ Refer to our [Job Router key concepts documentation](https://learn.microsoft.com
### Prerequisites

- An [Azure subscription][azure_sub].
- An Azure Communication Services (ACS) resource.
- 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].
- An Azure Communication Services resource.
- 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].

### Installing

Expand All @@ -24,7 +24,7 @@ npm install @azure/communication-job-router

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.

## Tutorial: Route jobs to workers using the Azure Communication Services (ACS) Job Router SDK
## Tutorial: Route jobs to workers using the Azure Communication Services Job Router SDK

In this tutorial, you will learn:

Expand Down Expand Up @@ -58,13 +58,13 @@ npm install
DEBUG=routerquickstart:* npm start
```

### Have an ACS Resource
### Have an Azure Communication Services Resource

Create an ACS resource in the [Azure Portal](https://ms.portal.azure.com/#home) or use an existing resource.
Create an Azure Communication Services resource in the [Azure Portal](https://ms.portal.azure.com/#home) or use an existing resource.

### Install the Azure ACS Job Router SDK
### Install the Azure Azure Communication Services Job Router SDK

In the `RouterQuickStart` folder, install the ACS Job Router SDK by executing `npm install @azure/communication-job-router --save`.
In the `RouterQuickStart` folder, install the Azure Communication Services Job Router SDK by executing `npm install @azure/communication-job-router --save`.

## Routing Jobs

Expand Down Expand Up @@ -262,9 +262,9 @@ Example `RouterWorkerOfferIssued` JSON shape:

### Subscribing to Events

One way to subscribe to ACS Job Router events is through the Azure Portal.
One way to subscribe to Azure Communication Services Job Router events is through the Azure Portal.

1. Navigate to your ACS resource in the Azure Portal and open the “Events” blade.
1. Navigate to your Azure Communication Services resource in the Azure Portal and open the “Events” blade.
2. Add an event subscription for the “RouterWorkerOfferIssued” event.
3. Select an appropriate means to receive the event (e.g. Webhook, Azure Functions, Service Bus).

Expand Down

0 comments on commit 5394639

Please sign in to comment.