- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
availability_state
Type: STRING
Provider name: properties.availabilityState
Description: Management information availability state for the app.
client_affinity_enabled
Type: BOOLEAN
Provider name: properties.clientAffinityEnabled
Description: true
to enable client affinity; false
to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true
.
client_cert_enabled
Type: BOOLEAN
Provider name: properties.clientCertEnabled
Description: true
to enable client certificate authentication (TLS mutual authentication); otherwise, false
. Default is false
.
client_cert_exclusion_paths
Type: STRING
Provider name: properties.clientCertExclusionPaths
Description: client certificate authentication comma-separated exclusion paths
client_cert_mode
Type: STRING
Provider name: properties.clientCertMode
Description: This composes with ClientCertEnabled setting.- ClientCertEnabled: false means ClientCert is ignored.- ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.- ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted.
container_size
Type: INT64
Provider name: properties.containerSize
Description: Size of the function container.
custom_domain_verification_id
Type: STRING
Provider name: properties.customDomainVerificationId
Description: Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
daily_memory_time_quota
Type: INT64
Provider name: properties.dailyMemoryTimeQuota
Description: Maximum allowed daily memory-time quota (applicable on dynamic apps only).
default_host_name
Type: STRING
Provider name: properties.defaultHostName
Description: Default hostname of the app. Read-only.
enabled
Type: BOOLEAN
Provider name: properties.enabled
Description: true
if the app is enabled; otherwise, false
. Setting this value to false disables the app (takes the app offline).
enabled_host_names
Type: UNORDERED_LIST_STRING
Provider name: properties.enabledHostNames
Description: Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,the app is not served on those hostnames.
extended_location
Type: STRUCT
Provider name: extendedLocation
name
STRING
name
type
STRING
type
host_names
Type: UNORDERED_LIST_STRING
Provider name: properties.hostNames
Description: Hostnames associated with the app.
host_names_disabled
Type: BOOLEAN
Provider name: properties.hostNamesDisabled
Description: true
to disable the public hostnames of the app; otherwise, false
. If true
, the app is only accessible via API management process.
https_only
Type: BOOLEAN
Provider name: properties.httpsOnly
Description: HttpsOnly: configures a web site to accept only https requests. Issues redirect forhttp requests
hyper_v
Type: BOOLEAN
Provider name: properties.hyperV
Description: Hyper-V sandbox.
id
Type: STRING
Provider name: id
Description: Resource Id.
identity
Type: STRUCT
Provider name: identity
principal_id
STRING
principalId
tenant_id
STRING
tenantId
type
STRING
type
in_progress_operation_id
Type: STRING
Provider name: properties.inProgressOperationId
Description: Specifies an operation id if this site has a pending operation.
is_default_container
Type: BOOLEAN
Provider name: properties.isDefaultContainer
Description: true
if the app is a default container; otherwise, false
.
is_xenon
Type: BOOLEAN
Provider name: properties.isXenon
Description: Obsolete: Hyper-V sandbox.
key_vault_reference_identity
Type: STRING
Provider name: properties.keyVaultReferenceIdentity
Description: Identity to use for Key Vault Reference authentication.
kind
Type: STRING
Provider name: kind
Description: Kind of resource.
last_modified_time_utc
Type: STRING
Provider name: properties.lastModifiedTimeUtc
Description: Last time the app was modified, in UTC. Read-only.
location
Type: STRING
Provider name: location
Description: Resource Location.
max_number_of_workers
Type: INT32
Provider name: properties.maxNumberOfWorkers
Description: Maximum number of workers.This only applies to Functions container.
name
Type: STRING
Provider name: name
Description: Resource Name.
outbound_ip_addresses
Type: STRING
Provider name: properties.outboundIpAddresses
Description: List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
possible_outbound_ip_addresses
Type: STRING
Provider name: properties.possibleOutboundIpAddresses
Description: List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.
redundancy_mode
Type: STRING
Provider name: properties.redundancyMode
Description: Site redundancy mode
repository_site_name
Type: STRING
Provider name: properties.repositorySiteName
Description: Name of the repository site.
reserved
Type: BOOLEAN
Provider name: properties.reserved
Description: true
if reserved; otherwise, false
.
resource_group
Type: STRING
scm_site_also_stopped
Type: BOOLEAN
Provider name: properties.scmSiteAlsoStopped
Description: true
to stop SCM (KUDU) site when the app is stopped; otherwise, false
. The default is false
.
server_farm_id
Type: STRING
Provider name: properties.serverFarmId
Description: Resource ID of the associated App Service plan, formatted as: “/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}”.
site_config
Type: STRUCT
Provider name: properties.siteConfig
Description: Configuration of the app.
acr_use_managed_identity_creds
BOOLEAN
acrUseManagedIdentityCreds
acr_user_managed_identity_id
STRING
acrUserManagedIdentityID
always_on
BOOLEAN
alwaysOn
true
if Always On is enabled; otherwise, false
.app_command_line
STRING
appCommandLine
auto_heal_enabled
BOOLEAN
autoHealEnabled
true
if Auto Heal is enabled; otherwise, false
.ftps_state
STRING
ftpsState
function_app_scale_limit
INT64
functionAppScaleLimit
functions_runtime_scale_monitoring_enabled
BOOLEAN
functionsRuntimeScaleMonitoringEnabled
http20_enabled
BOOLEAN
http20Enabled
http_logging_enabled
BOOLEAN
httpLoggingEnabled
true
if HTTP logging is enabled; otherwise, false
.java_container
STRING
javaContainer
java_container_version
STRING
javaContainerVersion
java_version
STRING
javaVersion
limits
STRUCT
limits
max_disk_size_in_mb
INT64
maxDiskSizeInMb
max_memory_in_mb
INT64
maxMemoryInMb
max_percentage_cpu
DOUBLE
maxPercentageCpu
linux_fx_version
STRING
linuxFxVersion
load_balancing
STRING
loadBalancing
local_my_sql_enabled
BOOLEAN
localMySqlEnabled
true
to enable local MySQL; otherwise, false
.logs_directory_size_limit
INT64
logsDirectorySizeLimit
machine_key
STRUCT
machineKey
decryption
STRING
decryption
validation
STRING
validation
managed_pipeline_mode
STRING
managedPipelineMode
managed_service_identity_id
INT64
managedServiceIdentityId
min_tls_version
STRING
minTlsVersion
minimum_elastic_instance_count
INT64
minimumElasticInstanceCount
net_framework_version
STRING
netFrameworkVersion
node_version
STRING
nodeVersion
number_of_workers
INT64
numberOfWorkers
php_version
STRING
phpVersion
power_shell_version
STRING
powerShellVersion
pre_warmed_instance_count
INT64
preWarmedInstanceCount
public_network_access
STRING
publicNetworkAccess
publishing_username
STRING
publishingUsername
python_version
STRING
pythonVersion
remote_debugging_enabled
BOOLEAN
remoteDebuggingEnabled
true
if remote debugging is enabled; otherwise, false
.remote_debugging_version
STRING
remoteDebuggingVersion
request_tracing_enabled
BOOLEAN
requestTracingEnabled
true
if request tracing is enabled; otherwise, false
.scm_ip_security_restrictions_use_main
BOOLEAN
scmIpSecurityRestrictionsUseMain
scm_min_tls_version
STRING
scmMinTlsVersion
scm_type
STRING
scmType
tracing_options
STRING
tracingOptions
use32_bit_worker_process
BOOLEAN
use32BitWorkerProcess
true
to use 32-bit worker process; otherwise, false
.vnet_name
STRING
vnetName
vnet_private_ports_count
INT32
vnetPrivatePortsCount
vnet_route_all_enabled
BOOLEAN
vnetRouteAllEnabled
web_sockets_enabled
BOOLEAN
webSocketsEnabled
true
if WebSocket is enabled; otherwise, false
.website_time_zone
STRING
websiteTimeZone
windows_fx_version
STRING
windowsFxVersion
x_managed_service_identity_id
INT64
xManagedServiceIdentityId
state
Type: STRING
Provider name: properties.state
Description: Current state of the app.
storage_account_required
Type: BOOLEAN
Provider name: properties.storageAccountRequired
Description: Checks if Customer provided storage account is required
subscription_id
Type: STRING
subscription_name
Type: STRING
suspended_till
Type: STRING
Provider name: properties.suspendedTill
Description: App suspended till in case memory-time quota is exceeded.
tags
Type: UNORDERED_LIST_STRING
target_swap_slot
Type: STRING
Provider name: properties.targetSwapSlot
Description: Specifies which deployment slot this app will swap into. Read-only.
traffic_manager_host_names
Type: UNORDERED_LIST_STRING
Provider name: properties.trafficManagerHostNames
Description: Azure Traffic Manager hostnames associated with the app. Read-only.
type
Type: STRING
Provider name: type
Description: Resource type.
usage_state
Type: STRING
Provider name: properties.usageState
Description: State indicating whether the app has exceeded its quota usage. Read-only.
virtual_network_subnet_id
Type: STRING
Provider name: properties.virtualNetworkSubnetId
Description: Azure Resource Manager ID of the Virtual network and subnet to be joined by Regional VNET Integration.This must be of the form /subscriptions/{subscriptionName}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}
web_auth_settings
Type: STRUCT
Provider name: SiteAuthSettings
aad_claims_authorization
STRING
properties.aadClaimsAuthorization
auth_file_path
STRING
properties.authFilePath
client_id
STRING
properties.clientId
client_secret_setting_name
STRING
properties.clientSecretSettingName
config_version
STRING
properties.configVersion
default_provider
STRING
properties.defaultProvider
enabled
BOOLEAN
properties.enabled
true
if the Authentication / Authorization feature is enabled for the current app; otherwise, false
.id
STRING
id
is_auth_from_file
STRING
properties.isAuthFromFile
issuer
STRING
properties.issuer
kind
STRING
kind
name
STRING
name
runtime_version
STRING
properties.runtimeVersion
token_refresh_extension_hours
DOUBLE
properties.tokenRefreshExtensionHours
token_store_enabled
BOOLEAN
properties.tokenStoreEnabled
true
to durably store platform-specific security tokens that are obtained during login flows; otherwise, false
. The default is false
.type
STRING
type
unauthenticated_client_action
STRING
properties.unauthenticatedClientAction
validate_issuer
BOOLEAN
properties.validateIssuer