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
Copy file name to clipboardExpand all lines: articles/communication-services/samples/includes/ca-appointment-reminder-csharp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,14 @@ ms.author: kpunjabi
38
38
Open the appsetting.json file to configure the following settings
39
39
40
40
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"
43
43
4.`AppBaseUri`: Base url of the app. (For local development replace the dev tunnel url)
44
44
45
45
### Run app locally
46
46
47
47
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)`
49
49
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`
50
50
51
51
### Publish the Call Automation Appointment Reminder to Azure WebApp
@@ -54,7 +54,7 @@ Open the appsetting.json file to configure the following settings
54
54
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)
55
55
3. After publishing, add the following configurations on Azure portal (under app service's configuration section)
56
56
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"
59
59
4. `AppBaseUri`: URI of the deployed app service.
60
60
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