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
Copy file name to clipboardExpand all lines: articles/azure-functions/container-concepts.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,26 +37,25 @@ The degree to which various features and behaviors of Azure Functions are suppor
37
37
| Product support | Yes | No | Yes |Yes | No |
38
38
| Functions portal integration | Yes | No | Yes | Yes | No |
39
39
|[Event-driven scaling](./event-driven-scaling.md)| Yes<sup>5</sup> | Yes ([scale rules](../container-apps/scale-app.md#scale-rules)) | Yes | No | No |
40
-
| Maximum scale (instances) | 1000<sup>1</sup> | 1000<sup>1</sup> |100sup>2</sup> | 10-30<sup>3</sup> |varies by cluster |
40
+
| Maximum scale (instances) | 1000<sup>1</sup> | 1000<sup>1</sup> |100<sup>2</sup> | 10-30<sup>3</sup> |Varies by cluster |
41
41
|[Scale-to-zero instances](./event-driven-scaling.md#scale-in-behaviors)| Yes | Yes | No | No | KEDA |
42
-
| Deployment: Core Tools |[`func azurecontainerapps`](./functions-core-tools-reference.md#func-azurecontainerapps-deploy)| No | No | No |[`func kubernetes`](./functions-core-tools-reference.md#func-kubernetes-deploy)|
43
-
| Multiple [revisions](../container-apps/revisions.md)| No | Yes |No |No |No |
|[Core Tools deployment](./functions-run-local.md#deploy-containers)|[`func azurecontainerapps`](./functions-core-tools-reference.md#func-azurecontainerapps-deploy)| No | No | No |[`func kubernetes`](./functions-core-tools-reference.md#func-kubernetes-deploy)|
44
+
|[Revisions](../container-apps/revisions.md)| No | Yes |No |No |No |
|[App Service authentication](../app-service/overview-authentication-authorization.md)| Not currently available<sup>4</sup> | Yes | Yes | Yes | No |
50
50
|[Custom domain names](../app-service/app-service-web-tutorial-custom-domain.md)| Not currently available<sup>4</sup> | Yes | Yes | Yes | No |
51
51
|[Private key certificates](../app-service/overview-tls.md)| Not currently available<sup>4</sup> | Yes | Yes | Yes | No |
52
-
| Diagnostics | Not currently available<sup>4</sup> |[Yes](../container-apps/troubleshooting.md#use-the-diagnose-and-solve-problems-tool)| Yes | Yes | No |
| Diagnostics | Not currently available<sup>4</sup> |[Yes](../container-apps/troubleshooting.md#use-the-diagnose-and-solve-problems-tool)|[Yes](./functions-diagnostics.md)|[Yes](./functions-diagnostics.md)| No |
| "Free grant" option |[Yes](../container-apps/billing#consumption-plan.md)|[Yes](../container-apps/billing#consumption-plan.md)| No | No | No |
58
+
| "Free grant" option |[Yes](../container-apps/billing.md#consumption-plan.md)|[Yes](../container-apps/billing.md#consumption-plan.md)| No | No | No |
60
59
| Pricing details |[Container Apps billing](../container-apps/billing.md)|[Container Apps billing](../container-apps/billing.md)|[Premium plan billing](./functions-premium-plan.md#billing)|[Dedicated plan billing](./dedicated-plan.md#billing)|[AKS pricing](/azure/aks/free-standard-pricing-tiers)|
61
60
62
61
1. On Container Apps, the default is 10 instances, but you can set the [maximum number of replicas](../container-apps/scale-app.md#scale-definition), which has an overall maximum of 1000. This setting is honored as long as there's enough cores quota available. When you create your function app from the Azure portal, you're limited to 300 instances.
0 commit comments