You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Workload profile type to pin for container app execution."
570
571
},
572
+
"appState": {
573
+
"description": "Current state of the app. Controls if the app is enabled or disabled.",
574
+
"enum": [
575
+
"Enabled",
576
+
"Disabled"
577
+
],
578
+
"type": "string",
579
+
"x-ms-enum": {
580
+
"name": "AppState",
581
+
"modelAsString": true
582
+
}
583
+
},
571
584
"latestRevisionName": {
572
585
"description": "Name of the latest revision of the Container App.",
573
586
"type": "string",
574
587
"readOnly": true
575
588
},
589
+
"latestReadyRevisionName": {
590
+
"description": "Name of the latest ready revision of the Container App.",
591
+
"type": "string",
592
+
"readOnly": true
593
+
},
576
594
"latestRevisionFqdn": {
577
595
"description": "Fully Qualified Domain Name of the latest revision of the Container App.",
578
596
"type": "string",
@@ -636,7 +654,8 @@
636
654
"properties": {
637
655
"enabled": {
638
656
"description": "Boolean indicating if the Dapr side car is enabled",
639
-
"type": "boolean"
657
+
"type": "boolean",
658
+
"default": false
640
659
},
641
660
"appId": {
642
661
"description": "Dapr application identifier",
@@ -649,6 +668,7 @@
649
668
"grpc"
650
669
],
651
670
"type": "string",
671
+
"default": "http",
652
672
"x-ms-enum": {
653
673
"name": "appProtocol",
654
674
"modelAsString": true
@@ -725,7 +745,8 @@
725
745
"x-ms-enum": {
726
746
"name": "IngressTransportMethod",
727
747
"modelAsString": true
728
-
}
748
+
},
749
+
"default": "auto"
729
750
},
730
751
"traffic": {
731
752
"description": "Traffic weights for app's revisions",
@@ -749,7 +770,8 @@
749
770
},
750
771
"allowInsecure": {
751
772
"description": "Bool indicating if HTTP connections to is allowed. If set to false HTTP connections are automatically redirected to HTTPS connections",
752
-
"type": "boolean"
773
+
"type": "boolean",
774
+
"default": false
753
775
},
754
776
"ipSecurityRestrictions": {
755
777
"description": "Rules to restrict incoming IP address.",
Copy file name to clipboardExpand all lines: specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_CreateOrUpdate.json
Copy file name to clipboardExpand all lines: specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_ListByResourceGroup.json
Copy file name to clipboardExpand all lines: specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_ListBySubscription.json
Copy file name to clipboardExpand all lines: specification/app/resource-manager/Microsoft.App/stable/2022-10-01/examples/ContainerApps_TcpApp_CreateOrUpdate.json
0 commit comments