Description | : Get the Container Apps in a given subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Web/containerApps
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
kubeEnvironmentId:
string
,
latestRevisionName:
string
,
latestRevisionFqdn:
string
,
configuration:
{
,
secrets:
[
]
,
{
,
name:
string
,
value:
string
,
}
activeRevisionsMode:
enum
,
ingress:
{
,
fqdn:
string
,
external:
boolean
,
targetPort:
integer
,
transport:
enum
,
traffic:
[
]
,
{
,
revisionName:
string
,
weight:
integer
,
latestRevision:
boolean
,
}
allowInsecure:
boolean
,
}
registries:
}
[
]
,
{
,
server:
string
,
username:
string
,
passwordSecretRef:
string
,
}
template:
}
{
,
revisionSuffix:
string
,
containers:
[
]
,
{
,
image:
string
,
name:
string
,
command:
[
,
string
,
]
args:
[
,
string
,
]
env:
[
]
,
{
,
name:
string
,
value:
string
,
secretRef:
string
,
}
resources:
}
{
,
cpu:
number
,
memory:
string
,
}
scale:
{
,
minReplicas:
integer
,
maxReplicas:
integer
,
rules:
}
[
]
,
{
,
name:
string
,
azureQueue:
{
,
queueName:
string
,
queueLength:
integer
,
auth:
}
[
]
,
{
,
secretRef:
string
,
triggerParameter:
string
,
}
custom:
{
,
type:
string
,
metadata:
object
,
auth:
}
[
]
,
{
,
secretRef:
string
,
triggerParameter:
string
,
}
http:
}
{
,
metadata:
object
,
auth:
}
[
]
,
{
,
secretRef:
string
,
triggerParameter:
string
,
}
dapr:
}
{
,
enabled:
boolean
,
appId:
string
,
appPort:
integer
,
components:
}
[
]
,
{
,
name:
string
,
type:
string
,
version:
string
,
metadata:
}
[
]
,
{
,
name:
string
,
value:
string
,
secretRef:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}
innererror:
string
,
}