How to know public ip address of azure chatgpt api?

hehehehehehe 0 Reputation points
2023-09-01T11:52:20.8866667+00:00

Im building a web server connecting Azure openai chatgpt api on AWS. The server’s Internet connection is restricted by security group. so I need IP address of Azure openai chatgpt api to put it as an outbound rule. Where can i find it?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,080 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,906 Reputation points Microsoft Employee Moderator
    2023-09-01T14:53:44.3066667+00:00

    @hehehehehehe Azure OpenAI does not publish IP addresses of the endpoint. You can however configure virtual networks with your OpenAI resource to restrict traffic from specific IP addresses in this case, in this case the webserver that you are using.

    If the AWS SG cannot be opened for public internet, you will have to configure virtual network for Azure OpenAI resource and then resources from on-premises networks (AWS in this case) can connect to the virtual network by using Azure VPN Gateway or ExpressRoutes with private-peering.

    See this page for all possibilities of using networking restriction on Azure AI services. Thanks!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.