Skip to content

Commit c0fea46

Browse files
committed
Fix links
1 parent 9efdc0e commit c0fea46

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/azure-functions/container-concepts.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,25 @@ The degree to which various features and behaviors of Azure Functions are suppor
3737
| Product support | Yes | No | Yes |Yes | No |
3838
| Functions portal integration | Yes | No | Yes | Yes | No |
3939
| [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 |
4141
| [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 |
42+
| Execution time limit | Unbounded<sup>6</sup>| Unbounded<sup>6</sup> | Unbounded<sup>7</sup> | Unbounded<sup>8</sup> | None |
43+
| [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 |
4445
| [Deployment slots](./functions-deployment-slots.md) |No |No |Yes |Yes |No |
45-
| [Advanced tools (Kudu)](./functions-how-to-use-azure-function-app-settings.md#advanced-tools-kudu) | No | No | Yes | Yes | No |
4646
| [Streaming logs](./streaming-logs.md) | Not currently available<sup>4</sup| [Yes](../container-apps/log-streaming.md) | Yes | Yes | No |
47-
| Console access | Not currently available<sup>4</sup| [Yes](../container-apps/container-console.md) | Yes([Kudu](./functions-how-to-custom-container.md#enable-ssh-connections)| Yes ([Kudu](./functions-how-to-custom-container.md#enable-ssh-connections)| Yes ([`kubctl`](https://kubernetes.io/docs/reference/kubectl/)) |
48-
| Cold start mitigation | Minimum replicas | DIY mode | Can configure min instances to avoid cold start issues | Can configure min instances to avoid cold start issues | DIY mode |
49-
| [Built-in authentication](../app-service/overview-authentication-authorization.md) | Not currently available<sup>4</sup| Yes | Yes | Yes | No |
47+
| [Console access](../container-apps/container-console.md) | Not currently available<sup>4</sup| Yes | Yes (using [Kudu](./functions-how-to-custom-container.md#enable-ssh-connections)| Yes (using [Kudu](./functions-how-to-custom-container.md#enable-ssh-connections)| Yes (in pods [using `kubctl`](https://kubernetes.io/docs/reference/kubectl/)) |
48+
| Cold start mitigation | Minimum replicas | [Scale rules](../container-apps/scale-app.md#scale-rules) | [Always-ready/pre-warmed instances](functions-premium-plan.md#eliminate-cold-starts) | n/a | n/a |
49+
| [App Service authentication](../app-service/overview-authentication-authorization.md) | Not currently available<sup>4</sup| Yes | Yes | Yes | No |
5050
| [Custom domain names](../app-service/app-service-web-tutorial-custom-domain.md) | Not currently available<sup>4</sup| Yes | Yes | Yes | No |
5151
| [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 |
52+
| Virtual networks | Yes | Yes | Yes | Yes | Yes |
53+
| Availability zones | Yes | Yes | Yes | Yes | Yes |
54+
| 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 |
5355
| Dedicated hardware | Yes ([workload profiles](../container-apps/workload-profiles-overview.md)) | Yes ([workload profiles](../container-apps/workload-profiles-overview.md)) | No | Yes | Yes |
5456
| Dedicated GPUs | Yes ([workload profiles](../container-apps/workload-profiles-overview.md)) | Yes ([workload profiles](../container-apps/workload-profiles-overview.md)) | No | No | Yes |
5557
| [Configurable memory/CPU count](../container-apps) | Yes | Yes | No | No | Yes |
56-
| Virtual networks | Yes | Yes | Yes | Yes | Yes |
57-
| Availability zones | Yes | Yes | Yes | Yes | Yes |
58-
| Execution time limit | Unbounded<sup>6</sup>| Unbounded<sup>6</sup> | Unbounded<sup>7</sup> | Unbounded<sup>8</sup> | None |
59-
| "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 |
6059
| 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) |
6160

6261
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

Comments
 (0)