Skip to content

Commit 5394639

Browse files
Update README (Azure#27600)
### 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)
1 parent 2cd3d9b commit 5394639

File tree

1 file changed

+11
-11
lines changed
  • sdk/communication/communication-job-router

1 file changed

+11
-11
lines changed

sdk/communication/communication-job-router/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Azure Communication Services (ACS) Job Router SDK for JavaScript
1+
# Azure Communication Services Job Router SDK for JavaScript
22

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

55
## Getting Started
66

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

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

1717
### Installing
1818

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

2525
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.
2626

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
2828

2929
In this tutorial, you will learn:
3030

@@ -58,13 +58,13 @@ npm install
5858
DEBUG=routerquickstart:* npm start
5959
```
6060

61-
### Have an ACS Resource
61+
### Have an Azure Communication Services Resource
6262

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.
6464

65-
### Install the Azure ACS Job Router SDK
65+
### Install the Azure Azure Communication Services Job Router SDK
6666

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`.
6868

6969
## Routing Jobs
7070

@@ -262,9 +262,9 @@ Example `RouterWorkerOfferIssued` JSON shape:
262262

263263
### Subscribing to Events
264264

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.
266266

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.
268268
2. Add an event subscription for the “RouterWorkerOfferIssued” event.
269269
3. Select an appropriate means to receive the event (e.g. Webhook, Azure Functions, Service Bus).
270270

0 commit comments

Comments
 (0)