英文:
Azure OpenAi disable public internet access
问题
在Open AI网络部分,我已将"允许访问来自"设置为禁用。由于这个配置,我已创建了私有终结点,因此无法通过虚拟网络连接到我的Open AI。但是,我现在可以从公共互联网和虚拟网络连接。如何完全禁用公共互联网?
英文:
In Open AI networking section I have set the "allow access from" to disabled. Due to this configuration I have created private endpoint so I cannot connect to my Open AI via virtual network. However, I can now connect from public internet and from virtual network. How can I disable public internet completely?
答案1
得分: 1
我现在可以从公共互联网和虚拟网络连接。如何完全禁用公共互联网?
如果您创建一个具有私有端点的OpenAI
,它只会阻止OpenAI Studio
内部的Chat Service
。但是,您无法阻止OpenAI Studio
本身,因为它是一个必须通过公共互联网访问的云服务。
门户视图:
虚拟网络配置:
要保护您的Cognitive Services
资源,您应首先默认禁用所有网络的流量访问。然后,您应配置规则以授予特定VNets
的流量访问权限。
有关有关Cognitive Services资源的更多详细信息,请参阅MS Doc。
英文:
> I can now connect from public internet and from virtual network. How can I disable public internet completely?
If you create an OpenAI
with a Private Endpoint
, it only blocks the Chat Service
inside OpenAI Studio
. However, you can't block OpenAI Studio
itself, as it's a cloud-based service that must be accessed through the public internet.
Portal View:
VIrtual Network Configuration
To secure your Cognitive Services
resource, you should first disable all access to traffic from all networks by default. Then, you should configure rules that grant access to traffic from specific VNets
.
Refer this MS Doc for more details about Cognitive Services resources.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论