Skip to main content

container_apps_source_controls

Creates, updates, deletes, gets or lists a container_apps_source_controls resource.

Overview

Namecontainer_apps_source_controls
TypeResource
Idazure.app.container_apps_source_controls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
namestringThe name of the resource.
branchstringThe branch which will trigger the auto deployment.
githubActionConfigurationobjectContainer 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.
operationStatestringCurrent provisioning State of the operation. Possible values include: "InProgress", "Succeeded", "Failed", "Canceled".
repoUrlstringThe repo url which will be integrated to ContainerApp.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet a SourceControl of a Container App. Get a SourceControl of a Container App.
list_by_container_appexecGet the Container App SourceControls in a given resource group. Get the Container App SourceControls in a given resource group.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get a SourceControl of a Container App. Get a SourceControl of a Container App.

SELECT
id,
name,
branch,
githubActionConfiguration,
operationState,
repoUrl,
systemData,
type
FROM azure.app.container_apps_source_controls
;

Lifecycle Methods

Get the Container App SourceControls in a given resource group. Get the Container App SourceControls in a given resource group.

EXEC azure.app.container_apps_source_controls.list_by_container_app 

;