Obtaining connection values for Microsoft Azure Blob Storage
About this task
This topic provides instructions for obtaining the connection values for the Microsoft Azure Blob Storage connector.
Procedure
- To find the Tenant ID (BASIC and BASIC
OAUTH), complete the following steps:
- Log in to the Microsoft Azure portal.
- Go to Azure Active Directory > Properties. Then, scroll down to the Tenant ID field.
- Click Copy to copy the Tenant ID.
Figure 1. The Tenant ID 
For more information about Tenant ID, see How to find your Microsoft Entra tenant ID on the Microsoft Documentation page.
- To register an application with Microsoft Azure, for
use with App Connect:
- Log in to the Microsoft Azure portal, and then locate and click App registrations.
- If you have access to more than one tenant, switch to the tenant where you want to register the app by using the Directories + subscriptions filter in the banner and then click the Close icon (X) to return to the previous page.
- In the
App registrations
page, click New registration. - In the
Register an application
page, specify a unique name for your app, select Accounts in any organizational directory (Any Azure AD directory - Multitenant) as the account type, and accept the default values for the remaining fields.Figure 2. Microsoft Azure registering an application window 
- Click Register. The Overview page for the
application is displayed.

- To obtain the Client ID (BASIC and BASIC
OAUTH), complete the following steps:
- Log in to the Microsoft Azure portal.
- Select Azure Active Directory. From App
registrations, select your application. Click Copy to copy the
Client ID of your application.
Figure 3. The Client ID of your application 
For more information about Client ID, see Register a Microsoft Entra app and create a service principal on the Microsoft Documentation page.
- To obtain the Client secret (BASIC and BASIC
OAUTH), complete the following steps:
- Log in to the Microsoft Azure portal.
- Select Azure Active Directory. From App registrations, select your application.
- Go to Certificates & secrets > Client
secrets. Click Copy to copy the existing Client
secret or click New client secret to create a new Client secret and copy it.
Figure 4. The Client secret of your application 
For more information about Client secret, see Register a Microsoft Entra app and create a service principal on the Microsoft Documentation page.
- To obtain your Storage account name (API KEY, BASIC and BASIC OAUTH), see Storage account overview on the Microsoft Documentation page.
- To obtain your Storage account KEY (API KEY), complete the
following steps:
- Sign in to the Azure portal and go to your storage account.
- Go to Security + networking > Access keys. Your account access keys appear, as well as the complete connection string for each key.
- Select Show keys to show your access keys and connection strings, and to enable buttons to copy the values.
- Under key1, find the Key value. Click
Copy to copy the Storage account key.
Figure 5. The Storage account key 
For more information about Storage account key, see Manage storage account access keys on the Microsoft Documentation page.
- To generate an access token (BASIC OAUTH), see Access tokens in the Microsoft identity platform on the Microsoft Entra Docs page.
- To generate an refresh token (BASIC OAUTH), see Refresh tokens in the Microsoft identity platform on the Microsoft Entra Docs page.