Documentation Index
Fetch the complete documentation index at: https://docs.pipeshub.com/llms.txt
Use this file to discover all available pages before exploring further.
Azure OpenAI Embeddings Configuration

Required Fields
Endpoint URL *
The Endpoint URL connects PipesHub to your specific Azure OpenAI resource. How to obtain your Endpoint URL:- Log in to the Azure Portal
- Navigate to your Azure OpenAI resource
- Go to “Keys and Endpoint” under Resource Management
- Copy the Endpoint URL (format:
https://your-resource-name.openai.azure.com/)
API Key *
The API Key authenticates your requests to your Azure OpenAI resource. How to obtain an API Key:- In the Azure Portal, go to your Azure OpenAI resource
- Navigate to “Keys and Endpoint” under Resource Management
- Copy either Key 1 or Key 2 (both will work)
Deployment Name *
The Deployment Name is the name you assigned when you deployed the embedding model inside your Azure OpenAI resource. How to find your Deployment Name:- In the Azure Portal, navigate to your Azure OpenAI resource
- Select “Model deployments” from the left navigation
- Find the embedding deployment you want to use and copy the “Deployment name”
text-embedding-3-small).
Model Name *
The Model Name field specifies the underlying embedding model that was deployed. Available Azure OpenAI embedding models:text-embedding-3-small- Cost-effective model with excellent performance for most use cases
Configuration Steps
As shown in the image above:- Click Configure on the Azure OpenAI provider card
- Enter your Azure OpenAI Endpoint URL in the designated field (marked with *)
- Enter your Azure OpenAI API Key (marked with *)
- Specify your Deployment Name from your Azure OpenAI resource (marked with *)
- Specify your Model Name (marked with *)
- Click Add Model to save and validate your credentials
Endpoint URL, API Key, Deployment Name, and Model Name are all required fields to successfully configure Azure OpenAI embedding integration.
Usage Considerations
- API usage will count against your Azure OpenAI resource’s quota and billing
- Different models have different pricing — check the Azure OpenAI pricing page for details
- Azure OpenAI provides additional security, compliance, and data residency options compared to the standard OpenAI API
Troubleshooting
- If you encounter authentication errors, verify your API key and endpoint URL are correct
- Ensure the embedding model is properly deployed in your Azure OpenAI resource
- Verify the Deployment Name matches exactly as shown in your Azure deployment list
- Check that your Azure subscription is active and has sufficient quota
- Ensure your IP address is allowed if you have configured network access restrictions


















