Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,14 @@
"appLogsConfiguration": {
"$ref": "#/definitions/AppLogsConfiguration",
"description": "Cluster configuration which enables the log daemon to export\napp logs to a destination. Currently only \"log-analytics\" is\nsupported"
},
"zoneRedundant": {
"description": "Whether or not this Managed Environment is zone-redundant.",
"type": "boolean",
"x-ms-mutability": [
"create",
"read"
]
}
},
"x-ms-client-flatten": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,13 @@
],
"traffic": [
{
"weight": 100,
"revisionName": "testcontainerApp0-ab1234",
"label": "production"
"weight": 80,
"revisionName": "testcontainerApp0-ab1234"
},
{
"weight": 20,
"revisionName": "testcontainerApp0-ab4321",
"label": "staging"
}
]
},
Expand Down Expand Up @@ -190,9 +194,13 @@
"transport": "auto",
"traffic": [
{
"weight": 100,
"revisionName": "testcontainerApp0-ab1234",
"label": "production"
"weight": 80,
"revisionName": "testcontainerApp0-ab1234"
},
{
"weight": 20,
"revisionName": "testcontainerApp0-ab4321",
"label": "staging"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
],
"traffic": [
{
"weight": 100,
"revisionName": "testcontainerApp0-ab1234",
"label": "production"
"weight": 80,
"revisionName": "testcontainerApp0-ab1234"
},
{
"weight": 20,
"revisionName": "testcontainerApp0-ab4321",
"label": "staging"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@
],
"traffic": [
{
"weight": 100,
"revisionName": "testcontainerApp0-ab1234",
"label": "production"
"weight": 80,
"revisionName": "testcontainerApp0-ab1234"
},
{
"weight": 20,
"revisionName": "testcontainerApp0-ab4321",
"label": "staging"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,13 @@
],
"traffic": [
{
"weight": 100,
"revisionName": "testcontainerApp0-ab1234",
"label": "production"
"weight": 80,
"revisionName": "testcontainerApp0-ab1234"
},
{
"weight": 20,
"revisionName": "testcontainerApp0-ab4321",
"label": "staging"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"customerId": "string",
"sharedKey": "string"
}
}
},
"zoneRedundant": true
}
}
},
Expand All @@ -32,7 +33,8 @@
"logAnalyticsConfiguration": {
"customerId": "string"
}
}
},
"zoneRedundant": true
}
}
},
Expand All @@ -51,7 +53,8 @@
"logAnalyticsConfiguration": {
"customerId": "string"
}
}
},
"zoneRedundant": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"provisioningState": "Succeeded",
"deploymentErrors": null,
"defaultDomain": "jlaw-demo1.k4apps.io",
"staticIp": "20.42.33.145"
"staticIp": "20.42.33.145",
"zoneRedundant": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"deploymentErrors": null,
"defaultDomain": "jlaw-demo1.k4apps.io",
"staticIp": "20.42.33.145",
"appLogsConfiguration": null
"appLogsConfiguration": null,
"zoneRedundant": true
}
},
{
Expand All @@ -33,7 +34,8 @@
"deploymentErrors": null,
"defaultDomain": "demo1.k4apps.io",
"staticIp": "52.142.21.61",
"appLogsConfiguration": null
"appLogsConfiguration": null,
"zoneRedundant": true
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"deploymentErrors": null,
"defaultDomain": "jlaw-demo1.k4apps.io",
"staticIp": "20.42.33.145",
"appLogsConfiguration": null
"appLogsConfiguration": null,
"zoneRedundant": true
}
},
{
Expand All @@ -32,7 +33,8 @@
"deploymentErrors": null,
"defaultDomain": "demo1.k4apps.io",
"staticIp": "52.142.21.61",
"appLogsConfiguration": null
"appLogsConfiguration": null,
"zoneRedundant": true
}
}
]
Expand Down