Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions schemas/2022-03-01/Microsoft.App.json
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,10 @@
],
"description": "Configuration of application logs"
},
"daprAIConnectionString": {
"type": "string",
"description": "Application Insights connection string used by Dapr to export Service to Service communication telemetry"
},
"daprAIInstrumentationKey": {
"type": "string",
"description": "Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry"
Expand All @@ -2403,6 +2407,17 @@
}
],
"description": "Configuration properties for apps environment to join a Virtual Network"
},
"zoneRedundant": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Whether or not this Managed Environment is zone-redundant."
}
},
"description": "Managed environment resource specific properties"
Expand Down Expand Up @@ -2766,6 +2781,10 @@
"RegistryCredentials": {
"type": "object",
"properties": {
"identity": {
"type": "string",
"description": "A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'"
},
"passwordSecretRef": {
"type": "string",
"description": "The name of the Secret that contains the registry login password"
Expand Down