1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. getContainerAppsSourceControl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.app.getContainerAppsSourceControl

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Container App SourceControl.

Uses Azure REST API version 2024-03-01.

Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]. See the version guide for details.

Using getContainerAppsSourceControl

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getContainerAppsSourceControl(args: GetContainerAppsSourceControlArgs, opts?: InvokeOptions): Promise<GetContainerAppsSourceControlResult>
function getContainerAppsSourceControlOutput(args: GetContainerAppsSourceControlOutputArgs, opts?: InvokeOptions): Output<GetContainerAppsSourceControlResult>
Copy
def get_container_apps_source_control(container_app_name: Optional[str] = None,
                                      resource_group_name: Optional[str] = None,
                                      source_control_name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetContainerAppsSourceControlResult
def get_container_apps_source_control_output(container_app_name: Optional[pulumi.Input[str]] = None,
                                      resource_group_name: Optional[pulumi.Input[str]] = None,
                                      source_control_name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetContainerAppsSourceControlResult]
Copy
func LookupContainerAppsSourceControl(ctx *Context, args *LookupContainerAppsSourceControlArgs, opts ...InvokeOption) (*LookupContainerAppsSourceControlResult, error)
func LookupContainerAppsSourceControlOutput(ctx *Context, args *LookupContainerAppsSourceControlOutputArgs, opts ...InvokeOption) LookupContainerAppsSourceControlResultOutput
Copy

> Note: This function is named LookupContainerAppsSourceControl in the Go SDK.

public static class GetContainerAppsSourceControl 
{
    public static Task<GetContainerAppsSourceControlResult> InvokeAsync(GetContainerAppsSourceControlArgs args, InvokeOptions? opts = null)
    public static Output<GetContainerAppsSourceControlResult> Invoke(GetContainerAppsSourceControlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetContainerAppsSourceControlResult> getContainerAppsSourceControl(GetContainerAppsSourceControlArgs args, InvokeOptions options)
public static Output<GetContainerAppsSourceControlResult> getContainerAppsSourceControl(GetContainerAppsSourceControlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:app:getContainerAppsSourceControl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContainerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SourceControlName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App SourceControl.
ContainerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SourceControlName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App SourceControl.
containerAppName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
sourceControlName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App SourceControl.
containerAppName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
sourceControlName
This property is required.
Changes to this property will trigger replacement.
string
Name of the Container App SourceControl.
container_app_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Container App.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
source_control_name
This property is required.
Changes to this property will trigger replacement.
str
Name of the Container App SourceControl.
containerAppName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
sourceControlName
This property is required.
Changes to this property will trigger replacement.
String
Name of the Container App SourceControl.

getContainerAppsSourceControl Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
OperationState string
Current provisioning State of the operation
SystemData Pulumi.AzureNative.App.Outputs.SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Branch string
The branch which will trigger the auto deployment
GithubActionConfiguration Pulumi.AzureNative.App.Outputs.GithubActionConfigurationResponse
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
RepoUrl string
The repo url which will be integrated to ContainerApp.
AzureApiVersion string
The Azure API version of the resource.
Id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name string
The name of the resource
OperationState string
Current provisioning State of the operation
SystemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Branch string
The branch which will trigger the auto deployment
GithubActionConfiguration GithubActionConfigurationResponse
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
RepoUrl string
The repo url which will be integrated to ContainerApp.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
operationState String
Current provisioning State of the operation
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
branch String
The branch which will trigger the auto deployment
githubActionConfiguration GithubActionConfigurationResponse
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
repoUrl String
The repo url which will be integrated to ContainerApp.
azureApiVersion string
The Azure API version of the resource.
id string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name string
The name of the resource
operationState string
Current provisioning State of the operation
systemData SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
branch string
The branch which will trigger the auto deployment
githubActionConfiguration GithubActionConfigurationResponse
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
repoUrl string
The repo url which will be integrated to ContainerApp.
azure_api_version str
The Azure API version of the resource.
id str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name str
The name of the resource
operation_state str
Current provisioning State of the operation
system_data SystemDataResponse
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
branch str
The branch which will trigger the auto deployment
github_action_configuration GithubActionConfigurationResponse
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
repo_url str
The repo url which will be integrated to ContainerApp.
azureApiVersion String
The Azure API version of the resource.
id String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name String
The name of the resource
operationState String
Current provisioning State of the operation
systemData Property Map
Azure Resource Manager metadata containing createdBy and modifiedBy information.
type String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
branch String
The branch which will trigger the auto deployment
githubActionConfiguration Property Map
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
repoUrl String
The repo url which will be integrated to ContainerApp.

Supporting Types

AzureCredentialsResponse

SubscriptionId string
Subscription Id.
SubscriptionId string
Subscription Id.
subscriptionId String
Subscription Id.
subscriptionId string
Subscription Id.
subscription_id str
Subscription Id.
subscriptionId String
Subscription Id.

GithubActionConfigurationResponse

AzureCredentials Pulumi.AzureNative.App.Inputs.AzureCredentialsResponse
AzureCredentials configurations.
ContextPath string
Context path
Image string
Image name
Os string
Operation system
PublishType string
Code or Image
RegistryInfo Pulumi.AzureNative.App.Inputs.RegistryInfoResponse
Registry configurations.
RuntimeStack string
Runtime stack
RuntimeVersion string
Runtime version
AzureCredentials AzureCredentialsResponse
AzureCredentials configurations.
ContextPath string
Context path
Image string
Image name
Os string
Operation system
PublishType string
Code or Image
RegistryInfo RegistryInfoResponse
Registry configurations.
RuntimeStack string
Runtime stack
RuntimeVersion string
Runtime version
azureCredentials AzureCredentialsResponse
AzureCredentials configurations.
contextPath String
Context path
image String
Image name
os String
Operation system
publishType String
Code or Image
registryInfo RegistryInfoResponse
Registry configurations.
runtimeStack String
Runtime stack
runtimeVersion String
Runtime version
azureCredentials AzureCredentialsResponse
AzureCredentials configurations.
contextPath string
Context path
image string
Image name
os string
Operation system
publishType string
Code or Image
registryInfo RegistryInfoResponse
Registry configurations.
runtimeStack string
Runtime stack
runtimeVersion string
Runtime version
azure_credentials AzureCredentialsResponse
AzureCredentials configurations.
context_path str
Context path
image str
Image name
os str
Operation system
publish_type str
Code or Image
registry_info RegistryInfoResponse
Registry configurations.
runtime_stack str
Runtime stack
runtime_version str
Runtime version
azureCredentials Property Map
AzureCredentials configurations.
contextPath String
Context path
image String
Image name
os String
Operation system
publishType String
Code or Image
registryInfo Property Map
Registry configurations.
runtimeStack String
Runtime stack
runtimeVersion String
Runtime version

RegistryInfoResponse

RegistryUrl string
registry server Url.
RegistryUserName string
registry username.
RegistryUrl string
registry server Url.
RegistryUserName string
registry username.
registryUrl String
registry server Url.
registryUserName String
registry username.
registryUrl string
registry server Url.
registryUserName string
registry username.
registry_url str
registry server Url.
registry_user_name str
registry username.
registryUrl String
registry server Url.
registryUserName String
registry username.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi