Skip to content

Commit b96b186

Browse files
authored
Update deploy_private.md docs to reflect new feature (#2666)
1 parent d33affb commit b96b186

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/deploy_private.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ urlFragment: azure-search-openai-demo-private-access
2323

2424
The [azure-search-openai-demo](/) project can set up a full RAG chat app on Azure AI Search and OpenAI so that you can chat on custom data, like internal enterprise data or domain-specific knowledge sets. For full instructions on setting up the project, consult the [main README](/README.md), and then return here for detailed instructions on configuring private endpoints.
2525

26-
⚠️ This feature is not yet compatible with Azure Container Apps, so you will need to [deploy to Azure App Service](./azure_app_service.md) instead.
27-
28-
If you want to disable public access when deploying the Chat App, you can do so by setting `azd` environment values.
26+
If you want to disable public access for the application so that it can only be access from a private network, follow this guide.
2927

3028
## Before you begin
3129

32-
Deploying with public access disabled adds additional cost to your deployment. Please see pricing for the following products:
30+
Deploying with private networking adds additional cost to your deployment. Please see pricing for the following products:
3331

3432
* [Azure Container Registry](https://azure.microsoft.com/pricing/details/container-registry/): Premium tier is used when virtual network is added (required for private links), which incurs additional costs.
3533
* [Azure Container Apps](https://azure.microsoft.com/pricing/details/container-apps/): Workload profiles environment is used when virtual network is added (required for private links), which incurs additional costs. Additionally, min replica count is set to 1, so you will be charged for at least one instance.
@@ -46,7 +44,7 @@ The pricing for the following features depends on the [optional features](./depl
4644
either by deleting the resource group in the Portal or running `azd down`.
4745
You might also decide to delete the VPN Gateway when not in use.
4846

49-
## Recommended deployment strategy for private access
47+
## Deployment steps for private access
5048

5149
1. Configure the azd environment variables to use private endpoints and a VPN gateway, with public network access disabled. This will allow you to connect to the chat app from inside the virtual network, but not from the public Internet.
5250

0 commit comments

Comments
 (0)