Skip to content

Commit 3c026d8

Browse files
committed
updates to 12_User_Interface
1 parent 68e62bb commit 3c026d8

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

12_User_Interface/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ The URL to access this front-end application within the Azure Portal on the **We
66

77
The following screenshot shows where to find the front-end application URL:
88

9-
![Web App resource for front-end application with Default domain highlighted](images/2024-01-17-12-41-48.png)
9+
![Web App resource for front-end application with Default domain highlighted](images/2024-09-03-12-13-34.png)
1010

1111
Navigating to this URL in the browser accesses the front-end application. Through this front-end application User Interface, questions can be submitted to the Azure OpenAI model about the CosmicWorks company data, then it will generate responses accordingly.
1212

1313
![Front-end Web Application User Interface](images/2024-01-17-12-42-59.png)
1414

15-
While the code for the SPA web application is outside the scope of this dev guide. It's worth noting that the Web App is configured with the URL for the Backend API using the **Application setting** named `API_ENDPOINT`. When the application was deployed as part of the Azure template deployment, it was automatically configured with this URL to connect the front-end SPA web application to the Backend API.
15+
While the code for the SPA web application is outside the scope of this dev guide. It's worth noting that the Web App is configured with the URL for the Backend API using **App settings** with the variable named `API_ENDPOINT` under the **Settings** -> **Environment variables** pane. When the application was deployed as part of the Azure template deployment, it was automatically configured with this URL to connect the front-end SPA web application to the Backend API.
1616

17-
![Web App resource showing the application settings with the API_ENDPOINT setting highlighted](images/2024-01-17-12-45-30.png)
17+
![Web App resource showing the application settings with the API_ENDPOINT setting highlighted](images/2024-09-03-12-15-57.png)
1818

1919
## Ask questions about data and observe the responses
2020

-327 KB
Binary file not shown.
-649 KB
Binary file not shown.
44.9 KB
Loading
47.7 KB
Loading

0 commit comments

Comments
 (0)