Skip to main content

container_apps

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

Overview

Namecontainer_apps
TypeResource
Idazure.app.container_apps

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.
configurationobjectNon versioned Container App configuration properties.
customDomainVerificationIdstringId used to verify domain name ownership.
identityobjectmanaged identities for the Container App to interact with other Azure services without maintaining any secrets or credentials in code.
latestRevisionFqdnstringFully Qualified Domain Name of the latest revision of the Container App.
latestRevisionNamestringName of the latest revision of the Container App.
locationstringRequired. The geo-location where the resource lives.
managedEnvironmentIdstringResource ID of the Container App's environment.
outboundIPAddressesarrayOutbound IP Addresses for container app.
provisioningStatestringProvisioning state of the Container App. Possible values include: "InProgress", "Succeeded", "Failed", "Canceled".
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
tagsobjectA set of tags. Resource tags.
templateobjectContainer App versioned application definition.
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 the properties of a Container App. Get the properties of a Container App.
list_by_subscriptionexecGet the Container Apps in a given subscription. Get the Container Apps in a given subscription.
list_by_resource_groupexecGet the Container Apps in a given resource group. Get the Container Apps in a given resource group.
list_custom_host_name_analysisexecAnalyzes a custom hostname for a Container App. Analyzes a custom hostname for a Container App.
list_secretsexecList secrets for a container app. List secrets for a container app.

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 the properties of a Container App. Get the properties of a Container App.

SELECT
id,
name,
configuration,
customDomainVerificationId,
identity,
latestRevisionFqdn,
latestRevisionName,
location,
managedEnvironmentId,
outboundIPAddresses,
provisioningState,
systemData,
tags,
template,
type
FROM azure.app.container_apps
;

Lifecycle Methods

Get the Container Apps in a given subscription. Get the Container Apps in a given subscription.

EXEC azure.app.container_apps.list_by_subscription 

;