Skip to content

Commit f2855a4

Browse files
authored
Update v1 link to v2
Update v1 link to v2
1 parent af2830f commit f2855a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-infrastructure-as-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The template code required depends on the desired hosting options for your funct
2626
| [Azure Functions Flex Consumption plan](functions-infrastructure-as-code.md?pivots=consumption-plan) | Code-only | [Flex Consumption plan](./flex-consumption-plan.md) |
2727
| [Azure Functions Elastic Premium plan](functions-infrastructure-as-code.md?pivots=premium-plan) | Code \| Container | [Premium plan](./functions-premium-plan.md)|
2828
| [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)|
3030
| [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)|
3131

3232
When using this article, keep these considerations in mind:
@@ -72,7 +72,7 @@ An Azure Container Apps-hosted deployment typically consists of these resources:
7272
|------|-------|----|
7373
| A [storage account](#create-storage-account) | Required | [Microsoft.Storage/storageAccounts](/azure/templates/microsoft.storage/storageaccounts) |
7474
| 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) |
7676
| A [function app](#create-the-function-app) | Required | [Microsoft.Web/sites](/azure/templates/microsoft.web/sites) |
7777
::: zone-end
7878
::: zone pivot="azure-arc"
@@ -1573,7 +1573,7 @@ resource functionApp 'Microsoft.Web/sites@2022-03-01' = {
15731573

15741574
::: zone-end
15751575
::: 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:
15771577

15781578
+ Set the `kind` field to a value of `functionapp,linux,container,azurecontainerapps`.
15791579
+ Set the `managedEnvironmentId` site property to the fully qualified URI of the Container Apps environment.

0 commit comments

Comments
 (0)