OpenAI via Microsoft Azure
Connect Automate with your deployment in Azure private cloud
SentiOne Automate provides native support for OpenAI models that can be deployed on Microsoft Azure.
OpenAI models can be deployed within the EU 🇪🇺
Sweden Central region allows private deployment of OpenAI models and you can configure Microsoft Azure for more advanced network security.
Both completion and embeddings model are supported.
Step-by-Step Instructions to Get an Azure OpenAI API Key
1. Access the Azure AI Foundry Portal
- Navigate to the Azure AI Foundry portal.
- Ensure you're signed in with your Azure account with the necessary permissions.
2. Locate Your Azure OpenAI Resource
- On the portal's homepage, look for the section titled "Focusing on Azure OpenAI Service?" and select "Let's go."
- If this option isn't visible, you can directly access your Azure OpenAI resources by visiting https://ai.azure.com/resources.
- Here, you'll see a list of your existing Azure OpenAI Service resources. Select the appropriate resource you intend to use or create a new Hub and then Project.
3. Retrieve the API Key:
- Within your selected Azure OpenAI resource, navigate to the "Deployments" section.
- Select the existing OpenAI model or deploy a new model by clicking "Deploy model" -> "Deploy base model"
- Here, you'll find your API key and the Target URI necessary for authentication and making API requests.
Remember to copy key and endpoint from proper website!
- To configure integration you need keys and model endpoint that is available on website https://ai.azure.com not https://portal.azure.com.
- The endpoint should be in format like https://your-deployment-name.openai.azure.com/openai/deployments/gpt-4o-mini/chat/completions?api-version=2024-08-01-preview
4. Use the API Key and Endpoint
- Log in to SentiOne Automate
- Got to Organization > AI Credentials
- Click Create and select OpenAI at Microsoft Azure
- Fill out the form and click save
- Select the newly created credentials as the Default Completion Credentials or Default Embeddings Credentials (Optional step)
✅ You are now ready to use Azure-hosted OpenAI services with your API key and endpoint!
Updated 9 days ago