Skip to content

Commit afae12f

Browse files
committed
Fix build errors
1 parent 19ad31a commit afae12f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

articles/azure-functions/functions-container-apps-hosting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Keep in mind the following considerations when deploying your function app conta
107107
+ You can use managed identities for these connections:
108108
+ [Deployment from an Azure Container Registry](functions-deploy-container-apps.md?tabs=acr#create-and-configure-a-function-app-on-azure-with-the-image)
109109
+ [Triggers and bindings](functions-reference.md#configure-an-identity-based-connection)
110-
+ [Required host storage connection](functions-identity-based-connections-tutorial)
110+
+ [Required host storage connection](functions-identity-based-connections-tutorial.md)
111111
+ When either your function app and Azure Container Registry-based deployment use managed identity-based connections, you can't modify the CPU and memory allocation settings in the portal. You must instead [use the Azure CLI](functions-how-to-custom-container.md?tabs=acr%2Cazure-cli2%2Cazure-cli&pivots=container-apps#container-apps-workload-profiles).
112112
+ You currently can't move a Container Apps hosted function app deployment between resource groups or between subscriptions. Instead, you would have to recreate the existing containerized app deployment in a new resource group, subscription, or region.
113113
+ When using Container Apps, you don't have direct access to the lower-level Kubernetes APIs.

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ You need to set the connection string of this storage account as the `AzureWebJo
169169

170170
Deployments to an app running in the Flex Consumption plan require a container in Azure Blob Storage as the deployment source. You can use either the default storage account or you can specify a separate storage account. For more information, see [Configure deployment settings](flex-consumption-how-to.md#configure-deployment-settings).
171171

172-
This deployment account must already be configured when you create your app, including the specific container used for deployments. To learn more about configuring deployments, see [Deployment sources](#deployment-sources-2).
172+
This deployment account must already be configured when you create your app, including the specific container used for deployments. To learn more about configuring deployments, see [Deployment sources](#deployment-sources).
173173

174174
This example shows how to create a container in the storage account:
175175

@@ -187,7 +187,7 @@ For the snippet in context, see [this deployment example](https://github.com/Azu
187187

188188
---
189189

190-
Other deployment settings are [configured with the app itself](#deployment-sources-2).
190+
Other deployment settings are [configured with the app itself](#deployment-sources).
191191

192192
::: zone-end
193193
### Enable storage logs
@@ -1243,8 +1243,6 @@ For a complete reference example, see [this ARM template](https://github.com/Azu
12431243
When using a connection string instead of managed identities, you need to instead set the `authentication.type` to `StorageAccountConnectionString` and set `authentication.storageAccountConnectionStringName` to the name of the application setting that contains the deployment storage account connection string.
12441244
::: zone-end
12451245
::: zone pivot="consumption-plan"
1246-
## Deployment sources
1247-
12481246
Your Bicep file or ARM template can optionally also define a deployment for your function code using a [zip deployment package](./deployment-zip-push.md).
12491247
::: zone-end
12501248
::: zone pivot="dedicated-plan,premium-plan,consumption-plan"
@@ -1752,12 +1750,11 @@ These site settings are required on the `siteConfig` property:
17521750
+ [`linuxFxVersion`](functions-app-settings.md#linuxfxversion)
17531751
::: zone-end
17541752
::: zone pivot="dedicated-plan,premium-plan,azure-arc,container-apps"
1755-
1756-
These site settings are only required when using managed identities to obtain an image from an Azure Container Registry instance:
1753+
These site settings are required only when using managed identities to obtain the image from an Azure Container Registry instance:
17571754

17581755
+ [`AcrUseManagedIdentityCreds`](functions-app-settings.md#acrusemanagedidentitycreds)
17591756
+ [`AcrUserManagedIdentityID`](functions-app-settings.md#acrusermanagedidentityid)
1760-
1757+
::: zone-end
17611758
::: zone pivot="consumption-plan,premium-plan,dedicated-plan"
17621759
These application settings are required (or recommended) for a specific operating system and hosting option:
17631760
::: zone-end

0 commit comments

Comments
 (0)