Package version:

Container App credentials.

interface AzureCredentials {
    clientId?: string;
    clientSecret?: string;
    kind?: string;
    subscriptionId?: string;
    tenantId?: string;
}

Properties

clientId?: string

Client Id.

clientSecret?: string

Client Secret.

kind?: string

Kind of auth github does for deploying the template

subscriptionId?: string

Subscription Id.

tenantId?: string

Tenant Id.