Skip to content

Commit 93a505c

Browse files
authored
Added removed note from include
1 parent 7791ed6 commit 93a505c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-deploy-container.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ zone_pivot_groups: programming-languages-set-functions
1111

1212
In this article, you create a function app running in a Linux container and deploy it to Azure Functions.
1313

14+
>[!IMPORTANT]
15+
>This article currently shows how to connect to the container registry by using shared secret credentials. For the best security, you should instead use only a managed identity-based connection to Azure Container Registry using Microsoft Entra authentication. For more information, see the [Functions developer guide](../articles/azure-functions/functions-reference.md#connections).
16+
1417
Deploying your function code to Azure Functions in a container requires [Premium plan](functions-premium-plan.md) or [Dedicated (App Service) plan](dedicated-plan.md) hosting. Completing this article incurs costs of a few US dollars in your Azure account, which you can minimize by [cleaning-up resources](#clean-up-resources) when you're done.
1518

1619
> [!TIP]

0 commit comments

Comments
 (0)