@@ -26,7 +26,7 @@ The template code required depends on the desired hosting options for your funct
26
26
| [ Azure Functions Flex Consumption plan] ( functions-infrastructure-as-code.md?pivots=consumption-plan ) | Code-only | [ Flex Consumption plan] ( ./flex-consumption-plan.md ) |
27
27
| [ Azure Functions Elastic Premium plan] ( functions-infrastructure-as-code.md?pivots=premium-plan ) | Code \| Container | [ Premium plan] ( ./functions-premium-plan.md ) |
28
28
| [ Azure Functions Dedicated (App Service) plan] ( functions-infrastructure-as-code.md?pivots=dedicated-plan ) | Code \| Container | [ Dedicated plan] ( ./dedicated-plan.md ) |
29
- | [ Azure Container Apps] ( functions-infrastructure-as-code.md?pivots=premium-plan ) | Container-only | [ Container Apps hosting of Azure Functions] ( functions- container-apps-hosting .md) |
29
+ | [ Azure Container Apps] ( functions-infrastructure-as-code.md?pivots=premium-plan ) | Container-only | [ Container Apps hosting of Azure Functions] ( ../ container-apps/functions-overview .md) |
30
30
| [ Azure Arc] ( functions-infrastructure-as-code.md?pivots=premium-plan ) | Code \| Container | [ App Service, Functions, and Logic Apps on Azure Arc (Preview)] ( ../app-service/overview-arc-integration.md ) |
31
31
32
32
When using this article, keep these considerations in mind:
@@ -72,7 +72,7 @@ An Azure Container Apps-hosted deployment typically consists of these resources:
72
72
| ------| -------| ----|
73
73
| A [ storage account] ( #create-storage-account ) | Required | [ Microsoft.Storage/storageAccounts] ( /azure/templates/microsoft.storage/storageaccounts ) |
74
74
| An [ Application Insights] ( #create-application-insights ) component | Recommended | [ Microsoft.Insights/components] ( /azure/templates/microsoft.insights/components ) <sup >* </sup >|
75
- | A [ managed environment] ( ./functions- container-apps-hosting .md# ) | Required | [ Microsoft.App/managedEnvironments] ( /azure/templates/microsoft.app/managedenvironments ) |
75
+ | A [ managed environment] ( ../ container-apps/functions-overview .md# ) | Required | [ Microsoft.App/managedEnvironments] ( /azure/templates/microsoft.app/managedenvironments ) |
76
76
| A [ function app] ( #create-the-function-app ) | Required | [ Microsoft.Web/sites] ( /azure/templates/microsoft.web/sites ) |
77
77
::: zone-end
78
78
::: zone pivot="azure-arc"
@@ -1573,7 +1573,7 @@ resource functionApp 'Microsoft.Web/sites@2022-03-01' = {
1573
1573
1574
1574
::: zone-end
1575
1575
::: zone pivot="container-apps"
1576
- When deploying [ containerized functions to Azure Container Apps] ( ./functions- container-apps-hosting .md ) , your template must:
1576
+ When deploying [ containerized functions to Azure Container Apps] ( ../ container-apps/functions-overview .md ) , your template must:
1577
1577
1578
1578
+ Set the ` kind ` field to a value of ` functionapp,linux,container,azurecontainerapps ` .
1579
1579
+ Set the ` managedEnvironmentId ` site property to the fully qualified URI of the Container Apps environment.
0 commit comments