Azure Account Setup

Create a Microsoft Azure subscription — the foundation for Azure OpenAI, Azure AI Search, and OneDrive integration.

Used in: Arion Chordium Cadenzium
About 15 minutes (plus Microsoft's identity checks)

? What is Azure?

Azure is Microsoft's cloud computing platform. When Chordalia products use "cloud AI" features, they connect to services that run inside your own Azure account — not ours. Your documents and queries go to your Azure resources; Chordalia Systems never sees them.

This guide walks through creating the Azure account itself. Once that's done, each Azure service Chordalia products use has its own short setup guide:

Already have an Azure account? If you've used Azure before (for work or a previous project), you can skip straight to the service-specific guide above. Come back here only if you need to create a new subscription.

1 Have a Microsoft account ready

To create a personal Azure subscription, you need a Microsoft account (the same kind used for Outlook.com, Xbox, or OneDrive). If you already have one — for example, a personal Outlook or Hotmail address — skip ahead to Step 2.

Otherwise, create one at account.microsoft.com →

Work accounts vs. personal accounts. If your employer has given you a Microsoft work account (ending in a company domain, e.g. you@acme.com), that account is managed by your company's IT department. You generally can't create a personal Azure subscription with it — you'll need a personal Microsoft account for the free trial described here.

2 Sign up for Azure

Open the Azure signup page:

https://azure.microsoft.com/free →

Click Start free or Try Azure for free. Sign in with the Microsoft account from Step 1 when prompted.

Try Azure for free

What you'll need to provide

The free trial is 30 days, not months. Signing up creates a Free Trial subscription with US$200 credit — but only for the first 30 days. Unused credit does not roll over, and Microsoft starts charging your card from month two onward for any paid-service usage. A separate set of services remains free for 12 months, and a handful are always free; those are unaffected. Set a budget alert (Step 5's troubleshooting) before your 30 days are up so there are no surprises.

3 Wait for your subscription to activate

Once you submit the signup form, Microsoft takes anywhere from a few seconds to a few minutes to verify your details and activate the subscription. You'll receive a confirmation email.

When activation completes, Azure drops you on a "Let's start building, <your name>" welcome page with a "$200 USD in credits — Expires in 30 days" callout near the top. That callout is the visible confirmation that your free trial is active.

Azure 'Let's start building' welcome page showing $200 in credits

To see the subscription itself, type Subscriptions into the top search bar — you should see one entry (typically labelled Free Trial or Azure subscription 1, depending on Microsoft's current naming). That's where you'll later set spending limits and budget alerts.

Stuck at "Verifying identity"? Microsoft occasionally blocks new signups from VPNs, corporate networks, or disposable phone numbers. If your signup hangs for more than an hour, try a different network or contact Microsoft Support.

4 Find your way around the Azure portal

The Azure portal at portal.azure.com is the web dashboard where you manage everything. Bookmark it now — you'll use it to create and configure the services that Chordalia products connect to.

The three concepts you need to understand

Tip: the search bar at the top of the portal is the fastest way to find anything — type the name of any service (e.g. Azure OpenAI) and Azure will jump you straight to the right page.

5 Create a resource group

Create a resource group to hold all the Chordalia-related services. This keeps them organised and makes it easy to see what you're spending and — if you ever want to — delete everything at once.

Steps

  1. In the portal search bar (top of screen), type resource groups and click the result.
  2. Click + Create.
  3. Pick your Subscription (the Free Trial, or Azure subscription 1, unless you've added more).
  4. Give the resource group a name — e.g. chordalia-rg or arion-rg.
  5. Pick a Region close to you geographically — this affects latency. See the callout below.
  6. Click Review + create, then Create.
Create a resource group
Which region should I pick? Pick whichever available Azure region is closest to where you'll be using the app. Common choices: East US, West US 2, West Europe, UK South, Australia East. Not every Azure service is available in every region, so if you hit "service not available here" later, just create a new resource group in a different region.
Watch your spending. Services you create inside this resource group will consume your free-trial credit as they run. Chordalia products use them conservatively, but it's good practice to check Cost Management + Billing in the portal occasionally, especially after your first month.

6 What next?

Your Azure account is ready. Pick the service(s) you need for your Chordalia product:

Azure OpenAI →

Deploy a GPT model for AI question-answering. Required for Arion Tier 2 (Ask mode), Chordium, and Cadenzium AI features.

Azure AI Search →

Create a cloud-hosted search index. Required for Arion Tier 2 and Chordium.

Azure AD app →

Register an application for the OneDrive connector. Needed only if you want a product to read files from your OneDrive.

! Troubleshooting

"We couldn't process your payment"

Microsoft's verification sometimes rejects virtual cards, prepaid cards, or cards from certain issuers. Try a different card — any normal credit or debit card from a major bank should work. The card won't be charged during the first 30-day free-trial window (any usage comes out of the $200 credit), but Microsoft will start billing it from day 31 onward for any paid-service usage.

"This Microsoft account can't be used to sign up for Azure"

Your Microsoft account is probably a work or school account (managed by an organisation's IT department). Either create a new personal Microsoft account with a personal email address, or ask your organisation's Azure admin to set up a subscription for you.

"Your subscription doesn't have any eligible offers"

The free trial is a one-time offer per person/phone number. If you've used it before, you'll need to use a Pay-As-You-Go subscription instead. For Chordalia-scale use, Pay-As-You-Go typically costs a few dollars per month.

I accidentally created everything in the wrong region

You can't move most Azure resources between regions — but you can just delete the resource group and recreate it. That's why we use a dedicated resource group for Chordalia stuff: one right-click and everything inside it is cleaned up.

How do I avoid accidental charges?

Set a budget alert: in the portal, search for Cost Management + BillingBudgets+ Add. Set a monthly limit (e.g. $10) and an email alert at 80% — you'll get a warning well before anything surprises you.