SourceControlProperties interface

SourceControl resource specific properties

Properties

branch

The branch which will trigger the auto deployment

githubActionConfiguration

Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time

operationState

Current provisioning State of the operation

repoUrl

The repo url which will be integrated to ContainerApp.

Property Details

branch

The branch which will trigger the auto deployment

branch?: string

Property Value

string

githubActionConfiguration

Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time

githubActionConfiguration?: GithubActionConfiguration

Property Value

operationState

Current provisioning State of the operation

operationState?: string

Property Value

string

repoUrl

The repo url which will be integrated to ContainerApp.

repoUrl?: string

Property Value

string