Hi @Mithila Lishan
Thanks for the question and using MS Q&A platform.
To configure network rules for Azure AI services through the Azure portal.1.Use the search bar at the top to find your Azure AI service by typing "Azure AI services" and selecting the relevant resource from the results.
2.Once you are on the resource page, look for Networking under the Resource Management section in the left-hand menu.
3.Under Firewalls and virtual networks, you will see options for network access.
4.To restrict access, set the default network rule to Deny (if not already set). This will block all traffic unless explicitly allowed.
5.Choose Selected networks and private endpoints to allow access only from specific virtual networks or IP addresses.
6.Click on Add existing virtual network to specify which virtual networks can access your Azure AI service.
7.If you want to allow access from specific public IP address ranges, you can do so by entering the ranges in CIDR format under the allowed IP address settings.
8.After configuring your settings, click on Save to apply the changes.
Network isolation - Azure AI services | Microsoft Learn
If your AI service only needs to communicate with App Services, then yes, azurewebsites.net
would be appropriate
However, the AI service might need to reach other Microsoft endpoints to function properly. For example:
· Model endpoints for inference
· Authentication services
· Telemetry services