Skip to content

azure-application

The following operations can be performed on "azure-application":

add| rm| show|

add azure application

Creates an Azure application entity. This entity contains the credentials required to authenticate to Azure Active Directory and obtain the access token.

Synopsis

add azure application <name> -clientID <string> -clientSecret -tenantID <string> [-tokenEndpoint <URL>]

Arguments

name

Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.',

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my application" or 'my application').

clientID

Application ID that is generated when an application is created in Azure Active Directory using either the Azure CLI or the Azure portal (GUI)

clientSecret

Password for the application configured in Azure Active Directory. The password is specified in the Azure CLI or generated in the Azure portal (GUI).

tenantID

ID of the directory inside Azure Active Directory in which the application was created

tokenEndpoint

URL from where access token can be obtained. If the token end point is not specified, the default value is https://login.microsoftonline.com/<tenant id>.

rm azure application

Deletes an existing Azure application entity

Synopsis

rm azure application <name>

Arguments

name

Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.',

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my application" or 'my application').

show azure application

Displays information about all configured Azure applications, or displays detailed information about the specified azure application.

Synopsis

show azure application [<name>]

Arguments

name

Name for the application. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at sign (@), equal sign (=), and hyphen (-) characters. Can be changed after the application is created.',

CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my application" or 'my application').

Output

clientID

Application ID that is generated when an application is created in Azure Active Directory using either the Azure CLI or the Azure portal (GUI)

tokenEndpoint

URL from where access token can be obtained. If the token end point is not specified, the default value is https://login.microsoftonline.com/<tenant id>.

tenantID

ID of the directory inside Azure Active Directory in which the application was created

devno

count

stateflag

Was this article helpful?