# Private App Service

By default, the app service would be accessible from public network. But some organization would like to make this app service as private so that it would be accessible only from the local private network.

To make the app service follow the steps below.

* Go to the Networking section of App service and select the option ‘Private Endpoints’

<figure><img src="/files/CtAIIdAqP3dwA3mFaKI3" alt=""><figcaption></figcaption></figure>

* In the Private Endpoint connections page, click on ‘Add’ and select ‘Express’

<figure><img src="/files/nPfjh4S7xAJynCkTSYgQ" alt=""><figcaption></figcaption></figure>

* Give a name for the endpoint and select the private subnet information from the dropdowns and make sure to keep the option Yes for Integrating with private DNS zone.

<figure><img src="/files/s84wbfPmPbeueqtAqdcH" alt=""><figcaption></figcaption></figure>

* Once the Private Endpoint is created the public inbound IP will be replaced by a private IP and you may use this IP to map to a custom domain in your local DNS server or use the private FQDN *(\<appname>.azurewebsites.net*) to access the app service within your extended private network.

<figure><img src="/files/SHtYLiUKkqZCBTJLcgHK" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/inforiver-enterprise-on-prem/how-to-guides/private-app-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
