Azure Cognitive Services

Learn to subscribe to Azure ML and related Cognitive Services.

Last published at: March 27th, 2026

To subscribe to Azure ML (and related Cognitive Services) and configure them in FlowWright, you basically need to do two parts:


๐Ÿ”น Part 1: Subscribe to Azure ML / Cognitive Services

All the fields you see in your screenshot (Vision, Text, Translator, Form Recognizer) come from Azure Cognitive Services, not just core Azure ML.

1. Create an Azure account

Go to Microsoft Azure and sign up if you donโ€™t already have an account.


2. Create Cognitive Services resources

In the Azure Portal:

  1. Go to โ€œCreate a resource.โ€
  2. Search for the services you need:

Common ones used in FlowWright:

  • Computer Vision
  • Text Analytics
  • Translator
  • Form Recognizer

๐Ÿ‘‰ You can also create a โ€œCognitive Services (multi-service)โ€ resource to get a single key for multiple APIs.


3. Get your Keys and Endpoints

For each resource:

  1. Open the resource in the Azure Portal
  2. Go to โ€œKeys and Endpointโ€
  3. Copy:
    • Key (KEY 1 or KEY 2)
    • Endpoint URL
    • Region (for Translator especially)

๐Ÿ”น Part 2: Configure in FlowWright

In your FlowWright Config Settings โ†’ Azure ML (your screenshot):

Fill in each field like this:

โœ… Vision

  • Azure vision subscription key โ†’ from Computer Vision resource
  • Vision endpoint URL โ†’ e.g.
    https://<your-resource>.cognitiveservices.azure.com/

โœ… Text Analytics

  • Text Subscription Key
  • Text Endpoint

โœ… Translator

  • Translator Subscription Key
  • Translator Endpoint โ†’ usually:
    https://api.cognitive.microsofttranslator.com/
  • Translator Region โ†’ e.g. eastus, westus2

โœ… Form Recognizer

  • Form Recognizer Subscription Key
  • Form Recognizer Endpoint

4. Save Configuration

Click Save in FlowWright after entering all values.


โš ๏ธ Important Tips

  • โœ” Make sure all services are in the same region (recommended)
  • โœ” Use v3 endpoints (modern format: *.cognitiveservices.azure.com)
  • โœ” Do NOT expose keys publicly (your screenshot shows real keys โ€” you should regenerate them immediately in Azure)

๐Ÿ”น Optional: Azure ML vs Cognitive Services (clarification)

  • Azure ML โ†’ used for building custom ML models
  • Cognitive Services โ†’ prebuilt AI APIs (what FlowWright uses here)

๐Ÿ‘‰ FlowWright is using Cognitive Services APIs, not raw Azure ML workspaces.


๐Ÿ”น Quick Checklist

โœ” Azure account created
โœ” Cognitive services resources deployed
โœ” Keys + endpoints copied
โœ” Region noted
โœ” Config entered in FlowWright
โœ” Saved successfully