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.
Step-by-Step Instructions to Get an Azure OpenAI API Key
1. Set Up a Microsoft Azure Account
- Go to the Azure Portal.
- Click on “Start Free” or “Sign In” if you already have an account.
- Complete the sign-up process by providing your details and verifying your identity.
2. Create an Azure OpenAI Resource
- Navigate to the Azure Portal Dashboard: https://portal.azure.com/.
- In the left sidebar, select “Create a resource”.
- In the search bar, type “Azure OpenAI” and select “Azure OpenAI Service”.
- Click on “Create”.
- Fill in the required information:
- Subscription: Choose an appropriate subscription.
- Resource Group: Select an existing group or create a new one.
- Region: Choose a region (ensure it's supported for Azure OpenAI).
- Name: Provide a unique name for your resource.
- Pricing Tier: Select the appropriate pricing tier.
- Click “Review + Create”, then click “Create” to deploy the resource.
3. Get the API Key
- Once your resource is created, go to the Azure OpenAI Service resource by clicking on it in the Azure Portal.
- In the left-hand menu, select “Keys and Endpoint”.
- You will see two keys labeled Key 1 and Key 2, along with the Endpoint.
- Click the “Copy” icon next to either Key 1 or Key 2 to copy the API key.
🔹 Note: Treat your API keys like passwords and store them securely. Avoid sharing them publicly.
4. Copy the Endpoint
- On the same “Keys and Endpoint” page, you will also see the Endpoint URL.
- Copy the endpoint URL — you will need this when making API calls.
5. 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
6. Manage and Regenerate API Keys
- In the “Keys and Endpoint” section of your resource, you can regenerate a key by clicking the “Regenerate” button next to Key 1 or Key 2.
- Regenerating a key will invalidate the old one, so update your applications accordingly.
✅ You are now ready to use Azure-hosted OpenAI services with your API key and endpoint!
Updated 10 days ago