Skip to content

Commit e99608d

Browse files
authored
Update ca-appointment-reminder-csharp.md
update based on acrolinx feedback
1 parent d91e12d commit e99608d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/communication-services/samples/includes/ca-appointment-reminder-csharp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ ms.author: kpunjabi
3838
Open the appsetting.json file to configure the following settings
3939

4040
1. `ConnectionString`: Azure Communication Service resource's connection string.
41-
2. `SourcePhone`: Phone number associated with the Azure Communication Service resource. For example "+1425XXXAAAA"
42-
3. `TargetPhoneNumber`: Target phone number to add in the call. For example "+1425XXXAAAA"
41+
2. `SourcePhone`: Phone number associated with the Azure Communication Service resource. For example, "+1425XXXAAAA"
42+
3. `TargetPhoneNumber`: Target phone number to add in the call. For example, "+1425XXXAAAA"
4343
4. `AppBaseUri`: Base url of the app. (For local development replace the dev tunnel url)
4444

4545
### Run app locally
4646

4747
1. Run the `CallAutomation_AppointmentReminder` project in debug mode
48-
2. Browser should pop up with swagger UI. If using Visual studio dev tunnels note the app base url and update it in the appsetting.json file `(AppBaseUri)`
48+
2. Browser should pop up with swagger UI. If you're using Visual Studio dev tunnels note the app base url and update it in the appsetting.json file `(AppBaseUri)`
4949
3. To initiate the call, from the swagger ui execute the `/api/call` endpoint or make an Http post request to `https://<AppBaseUri>/api/call`
5050

5151
### Publish the Call Automation Appointment Reminder to Azure WebApp
@@ -54,7 +54,7 @@ Open the appsetting.json file to configure the following settings
5454
2. Create a new publish profile and select your app name, Azure subscription, resource group etc. (choose any unique name, as this URL needed for `AppBaseUri` configuration settings)
5555
3. After publishing, add the following configurations on Azure portal (under app service's configuration section)
5656
1. `ConnectionString`: Azure Communication Service resource's connection string.
57-
2. `SourcePhone`: Phone number associated with the Azure Communication Service resource. For example "+1425XXXAAAA"
58-
3. `TargetPhoneNumber`: Target phone number to add in the call. For example "+1425XXXAAAA"
57+
2. `SourcePhone`: Phone number associated with the Azure Communication Service resource. For example, "+1425XXXAAAA"
58+
3. `TargetPhoneNumber`: Target phone number to add in the call. For example, "+1425XXXAAAA"
5959
4. `AppBaseUri`: URI of the deployed app service.
6060
4. Detailed instructions on publishing the app to Azure are available at [Publish a Web app](/visualstudio/deployment/quickstart-deploy-aspnet-web-app?view=vs-2019&tabs=azure&preserve-view=true)

0 commit comments

Comments
 (0)