Skip to content

Commit dad63f7

Browse files
committed
fix link typo
1 parent 0b035a6 commit dad63f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/migration/migrate-plan-consumption-to-flex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate an existing function app in Azure running in a
44
ms.service: azure-functions
55
ms.collection:
66
- migration
7-
ms.date: 06/23/2025
7+
ms.date: 06/24/2025
88
ms.topic: concept-article
99

1010
#customer intent: As a developer, I want to learn how to migrate my existing serverless applications in Azure Functions from the Consumption host plan to the Flex Consumption hosting plan.
@@ -1446,7 +1446,7 @@ After a successful migration, you should perform these follow-up tasks:
14461446

14471447
#### [Azure CLI](#tab/azure-cli)
14481448

1449-
Use this [`az functionapp show`](/cli/azure/functionap#az-functionapp-show) command two view the details about the hosting plan:
1449+
Use this [`az functionapp show`](/cli/azure/functionapp#az-functionapp-show) command two view the details about the hosting plan:
14501450

14511451
```azurecli
14521452
az functionapp show --name <APP_NAME> --resource-group <RESOURCE_GROUP> --query "serverFarmId"

0 commit comments

Comments
 (0)