Skip to main content

Azure Azure

Microsoft Azure, often referred to as Azure, is a cloud computing service operated by Microsoft for application management via Microsoft-managed data centers.

Stage One: The Azure Portal

Using App Registration

To create the connection you need:

  • An APP ID
  • A client secret
  • A subscription ID

Obtaining the credentials

  1. Go to Microsoft Azure Portal.
  2. Click on Azure Active Directory.
  3. Go to App Registrations.
  4. Create a new application registration or click on one of your existing applications.
  5. Copy your client ID and tenant ID.
  6. Create a new client secret or copy your existing client secret here.
  7. Navigate back to Microsoft Azure Portal home.
  8. Click Subscriptions.
  9. Copy the subscription ID of the subscription you want to use.

Creating an Azure Connection

Create the connection by using one of the following methods:

Creating your connection Written Step-By-Step Guide

App Registration

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the Azure icon. A dialog box with name of the connection and connection methods appear.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Select App Registration as the method to make the connection.
  5. Fill in the parameters:
    • The APP ID
    • The client secret
    • The subscription ID
  6. (Optional) Click Test Connection to test it.
  7. Click Create connection. The new connection appears on the Connections page.

Using OAuth

This method will not work if your Azure User Type is Guest.

Creating your Connection Written Step-By-Step Guide

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the Azure icon. A dialog box with name of the connection and connection methods appear.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Click Azure to authenticate using OAuth.
  5. Sign in using your credentials.