The following table describes Azure Functions connection profile parameters:
Parameter |
Description |
---|---|
Subscription ID |
Defines the Azure account subscription ID The subscription ID can be retrieved from the Azure portal by selecting the Subscription menu. |
Identity Type |
Determines one of the following identity types to connect to Azure Functions:
|
Specify Managed Identity Client ID |
(Managed Identity) Determines whether the client ID for your Managed Identity is specified by the Managed Identity Client ID parameter. Select this check box if you are using the Managed Identity authentication method and you have multiple Managed Identities defined on your Azure virtual machine. |
Managed Identity Client ID |
(Managed Identity) Determines which client ID to use as the Managed Identity. This parameter requires a value only if you have multiple Managed Identities defined on your Azure virtual machine and you selected the Specify Managed Identity Client ID check box. If you have only one Managed Identity, it is detected automatically. |
Tenant ID |
(Service Principal) Defines the Tenant ID in Azure AD. |
Application ID |
Defines the application (service principal) ID of the registered application. The service principal must be an Azure Functions workspace user with a Contributor or Owner role associated. |
Client Secret |
(Service Principal) Defines the secret (password) associated with the Azure user and the application. |
Azure Login URL |
(Service Principal) Defines the Azure AD authentication endpoint base URL. Example: https://login.microsoftonline.com |
Resource Group |
Defines the name of the resource group that holds your application. |
Parent Topic |