Share via

AZURE Vnet

2025-10-08T16:38:11.4466667+00:00

How to deploy Azure open ai model in FCP ? Actually i want to deploy open ai model on azure foundry but it is want in FCP .

Azure OpenAI in Foundry Models

1 answer

Sort by: Most helpful
  1. Anshika Varshney 13,405 Reputation points Microsoft External Staff Moderator
    2025-10-09T20:08:05.1033333+00:00

    Hi Waghmare, Shyam (Allianz Technology),

    If you’re using FCP VNet to access an Azure OpenAI model, the main idea is to keep all traffic private within your Azure Virtual Network using Private Endpoints.

    Here’s how the flow works:

    Create Azure VNet

    Set up a Virtual Network with subnets for your resources.

    Configure Private DNS Zone for name resolution of private endpoints.

    Enable Private Endpoint for Azure OpenAI

    Add a Private Endpoint to your Azure OpenAI resource

    This ensures requests stay on Azure’s backbone, not the public internet.

    FCP VNet Role

    FCP VNet allows full connectivity between subnets.

    Your compute resources (VMs, AKS, App Service) can directly call the OpenAI endpoint privately.

    Request Flow

    App → VNet → Private Endpoint → Azure OpenAI Service.

    Flow diagram:image

    Reference: https://learn.microsoft.com/en-us/azure/private-link/private-link-overview

    Hope this helps!

    Was this answer helpful?

    0 comments No comments

Your answer

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