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/tutorials/virtual-visits/sample-builder.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Learn more foundational concepts in the virtual appointments [overview](../../co
29
29
### Capabilities
30
30
The Sample Builder can help:
31
31
-**Deploy a working virtual visit experience in minute**s—minimal code required
32
-
-**Try new features early**—test UI capabilities that ahead of release
32
+
-**View cutting edge new AI capabilites**— try out new AI powered features
33
33
-**Customize the consumer experience** with by altering prebuilt user interface, post-call surveys, and more
34
34
-**Integrate with Microsoft Bookings** to support scheduling workflows
35
35
-**Launch Microsoft Teams meetings** using Azure Communication Services and enable guest access via the web app
@@ -70,10 +70,10 @@ After deployment, you can immediately test the deployed sample by visiting these
70
70
The following tutorial goes into more depth on how you can set this up.
71
71
72
72
73
-
# Tutorial: Build a virtual appointment sample
73
+
##Tutorial: Build a virtual appointment sample
74
74
In this section, we're going to use a Sample Builder tool to deploy a Microsoft 365 + Azure hybrid virtual appointments application to an Azure subscription. This application is a desktop and mobile-friendly browser experience, with code that you can use to explore and make the final product.
75
75
76
-
## Step 0: Configure Microsoft 365 Bookings (Optional)
76
+
###Step 0: Configure Microsoft 365 Bookings (Optional)
77
77
78
78
The Sample builder provides an option to configure the sample using Microsoft 365 Bookings. This functionality allows the bookings app to power the consumer scheduling experience and create meetings for providers.
79
79
@@ -94,9 +94,9 @@ And then, make sure "Add online meeting" is enabled.
94
94
95
95
96
96
97
-
## Step 1: Create a sample in the builder
97
+
###Step 1: Create a sample in the builder
98
98
99
-
### Prerequisites
99
+
####Prerequisites
100
100
To use the Sample Builder, you need:
101
101
- An active Azure subscription
102
102
- Admin permissions to deploy resources in Azure
@@ -119,7 +119,7 @@ As you progress through the wizard, select through different setting to see what
119
119
[](../media/virtual-visits/sample-builder-themes-4.25.png#lightbox)
120
120
121
121
122
-
## Step 2: Deploy
122
+
###Step 2: Deploy
123
123
At the end of the Sample Builder wizard, you're met with three options. You can deploy to Azure, download the code as a zip, or clone to GitHub. The sample builder code is publicly available on [GitHub](https://github.com/Azure-Samples/communication-services-virtual-visits-js).
124
124
125
125
[](../media/virtual-visits/sample-builder-landing-4.25.png#lightbox)
@@ -132,7 +132,7 @@ After walking through the ARM template, you can **Go to resource group**.
132
132
133
133

134
134
135
-
## Step 3: Test
135
+
###Step 3: Test
136
136
The Sample Builder creates three resources in the selected Azure subscriptions. The **App Service** is the consumer front end, powered by Azure Communication Services.
137
137
138
138

@@ -141,11 +141,11 @@ Opening the App Service's URL and navigating to `https://<YOUR URL>/VISIT` allow
141
141
142
142

143
143
144
-
## Step 4: Set deployed app URL in Bookings
144
+
###Step 4: Set deployed app URL in Bookings
145
145
146
146
If using Bookings, enter the application URL followed by "/visit" in the "Deployed App URL" field at https://outlook.office.com/bookings/businessinformation. Otherwise, ignore this step.
147
147
148
-
# Further Actions
148
+
##Further Actions
149
149
Congrats! You deployed a custom sample. As you try it out, consider the following
150
150
151
151
### Launching patterns
@@ -161,7 +161,7 @@ For more flexibility and customization, consider using:
161
161
### Identity & security
162
162
The sample app issues ACS access tokens without user authentication. In production, implement secure user auth. [Azure Communication Services user access tokens](../../quickstarts/identity/access-tokens.md)
163
163
164
-
# Next steps
164
+
##Next steps
165
165
-[Overview of virtual appointments](../../concepts/interop/virtual-visits/overview.md)
166
166
-[Learn about Teams controls](../../concepts/interop/guest/teams-administration.md).
167
167
-[Govern user experience in Teams meetings](../../concepts/interop/virtual-visits/govern-meeting-experience.md)
0 commit comments