Skip to content

Commit be0abb1

Browse files
committed
edits
1 parent 97a49f6 commit be0abb1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/python/get-started-app-chat-private-endpoint.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ The default deployment creates a chat app with public endpoints.
2929

3030
:::image type="content" source="media/get-started-app-chat-private-endpoints/simple-architecture-diagram-chat-app.png" alt-text="Diagram showing network architecture of basic RAG chat app.":::
3131

32-
For chat apps enriched with private data, you should secure access to your chat app. This article shows one solution: use a virtual private network (VPN). Deploy the sample with private connectivity that uses a combination of VNETs and Private Endpoints. You now have a problem: You can't access the chat app anymore because your client browser is not in the VNET. To fix this, you create a virtual machine inside the VNET.
32+
For chat apps enriched with private data, you should secure access to your chat app. This article shows one solution: use a virtual private network (VPN). Deploy the sample with private connectivity that uses a combination of VNETs and Private Endpoints. You now have a problem: You can't access the chat app anymore because your client browser isn't in the virtual network. To fix this, you create a virtual machine inside the virtual network.
3333

3434
:::image type="content" source="media/get-started-app-chat-private-endpoints/diagram-vpn-subnets.png" alt-text="Diagram showing network architecture using Azure Bastion to connect to private virtual machines using the Azure portal.":::
3535

36-
Now that the virtual machine is in the same VNET, use Azure Bastion to connect. From the Azure portal, use the VM remote desktop (RDP) to access the chat app. The VM is a Windows server with a Microsoft Edge browser. Use the same chat app endpoint, just through the VM's browser.
36+
Now that the virtual machine is in the same virtual network, use Azure Bastion to connect. From the Azure portal, use the VM remote desktop (RDP) to access the chat app. The VM is a Windows server with a Microsoft Edge browser. Use the same chat app endpoint, just through the VM's browser.
3737

38-
:::image type="content" source="media/get-started-app-chat-private-endpoints/simple-architecture-diagram-vpn-chat-app.png" alt-text="Diagram showing network architecture using Azure Bastion to RDP connect to private virtual machine which in term connects to the Chat app.":::
38+
:::image type="content" source="media/get-started-app-chat-private-endpoints/simple-architecture-diagram-vpn-chat-app.png" alt-text="Diagram showing network architecture using Azure Bastion to RDP connect to private virtual machine which connects to the Chat app.":::
3939

4040
## Deployment steps
4141

42-
This article deploys the solution twice. The first deployment creates all the chat resources, including the VNET. This means the second deployment goes quicker because it doesn't need to create the resources again. The first deploy has a publicly accessible chat app which allows you to test the chat app from any browser.
42+
This article deploys the solution twice. The first deployment creates all the chat resources, including the virtual network. This means the second deployment goes quicker because it doesn't need to create the resources again. The first deploy has a publicly accessible chat app which allows you to test the chat app from any browser.
4343

4444
The second deployment secures the chat app. You test this access by connecting to the VM with RDP then use the VM's browser to access the chat app.
4545

@@ -230,11 +230,11 @@ Change the deployment configuration to secure the chat app for private access.
230230
231231
1. Select **VM Password** for Authentication Type.
232232
1. Enter your user name and password and select **Connect**.
233-
1. When the RDP session to the Windows server opens, use the windows search box on the tool bar to search for **Edge** browser.
234-
1. In the Edge browser, paste the chat endpoint into the browser to open the chat app.
233+
1. When the RDP session to the Windows server opens, use the windows search box on the tool bar to search for `Edge` browser.
234+
1. In the Microsoft Edge browser, paste the chat endpoint into the browser to open the chat app.
235235
1. When the chat app displays, use one of the cards to get an answer.
236236
237-
:::image type="content" source="./media/get-started-app-chat-private-endpoints/virtual-machine-edge-browser-chat-app.png" lightbox="./media/get-started-app-chat-private-endpoints/virtual-machine-edge-browser-chat-app" alt-text="Screenshot of virtual machine with Edge browser displaying chap app with answer.":::
237+
:::image type="content" source="./media/get-started-app-chat-private-endpoints/virtual-machine-edge-browser-chat-app.png" lightbox="./media/get-started-app-chat-private-endpoints/virtual-machine-edge-browser-chat-app.png" alt-text="Screenshot of virtual machine with the Microsoft Edge browser displaying chap app with answer.":::
238238
239239
1. To validate that only the VM has access, open a browser on your host computer (not the VM) and paste in the same URL.
240240

0 commit comments

Comments
 (0)