Hello Marc Aguilar,
Welcome to Microsoft Q&A!
It seems like you are encountering an issue with deploying multiple models on Azure AI Foundry. Please verify the following:
Deployment Configuration:
- Ensure that your Azure AI Foundry project is correctly configured to support multiple model deployments. You might need to check the deployment settings and ensure that each model is assigned a unique deployment name and configuration.
Resource Limitations:
- There might be limitations on the number of models that can be deployed simultaneously based on your subscription or resource allocation. Verify if your Azure subscription supports multiple model deployments and if there are any resource constraints.
Model Inference Service Configuration:
- Make sure that the Azure AI model inference service is properly configured in your project. You may need to create connections to the desired resources and ensure that the models are available in the region of your Azure AI Services resource
Enterprise Agent Support:
- If you are using enterprise agents, note that there might be restrictions on the number of Azure Open AI connections associated with a project. Ensure that your project is set up to support multiple connections if needed.
If you were to have all the correct configurations, to resolve the issue, you can follow these steps:
Check Deployment Settings:
- Go to the Model catalog section in the Azure AI Foundry portal.
- Select the model you want to deploy and configure the deployment settings, ensuring each model has a unique deployment name
Verify Resource Allocation:
- Check your Azure subscription and resource allocation to ensure it supports multiple model deployments.
Configure Model Inference Service:
- Ensure that the Azure AI model inference service is properly configured in your project. Create connections to the desired resources if needed
In case you need the information used as a reference: https://github.com/Azure/azure-sdk-for-python/issues/38921 and https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/how-to/create-model-deployments?pivots=ai-foundry-portal
I hope the information provided was useful!
Regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".