Security settings for the Virtual Machine in the prompt flow of Azure Machine Learning.
We are currently using the Azure OpenAI service. Due to internal security restrictions, we connect to Azure OpenAI via API Management, allowing only internal IP addresses.
We are now trying to use the prompt flow of Azure Machine Learning. However, the IP of the Virtual Machine (serverless), which is the program execution environment in this service, changes each time, making the IP permission setting complicated. In such a case, in addition to the connection restrictions from the internal IP address, how can we set it so that Azure Machine Learning’s Virtual Machine ⇒ API Management ⇒ Azure OpenAI, which was created in the same subscription, is always allowed?