Skip to content

Commit 252672f

Browse files
authored
docs: update Prompts api keys note about whitelisting IP ranges (#8048)
1 parent 22b90c7 commit 252672f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/source/guide/prompts_keys.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ There are two approaches to adding a model provider API key.
2323
* In the second scenario, you add a separate API key per model. Examples include:
2424

2525
* Azure OpenAI
26+
* Azure AI Foundry
2627
* Custom
2728

29+
!!! note
30+
If you are restricting network access to your resource, you may need to whitelist HumanSignal IP addresses ([IP ranges on SaaS](saas#Outbound-Connections-IP-Addresses)) when configuring network security.
31+
32+
2833
Once a model is added via the API key, anyone in the organization who has access to the Prompts feature can select the associated models when executing their prompt.
2934

3035
You can see what API keys you have and add new ones by clicking **API Keys** in the top right of the Prompts page to open the **Model Provider API Keys** window:
@@ -77,12 +82,6 @@ To use Azure OpenAI, you must first create the Azure OpenAI resource and then a
7782

7883
1. From the Azure portal, [create an Azure OpenAI resource](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=web-portal#create-a-resource).
7984

80-
!!! note
81-
If you are restricting network access to your resource, you will need to add the following IP addresses when configuring network security:
82-
83-
* 3.219.3.197
84-
* 34.237.73.3
85-
* 44.216.17.242
8685

8786
2. From Azure OpenAI Studio, [create a deployment](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/create-resource?pivots=web-portal#deploy-a-model). This is a base model endpoint.
8887

0 commit comments

Comments
 (0)