Skip to content

Commit 60b2a9d

Browse files
authored
PR review: Update migration instructions for Flex Consumption
Acrolinx fix.
1 parent 4e90225 commit 60b2a9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ If you use Infrastructure as Code (IaC) to manage your Azure resources, you need
18371837

18381838
2. **Update resource names or use lifecycle management**: Since you can't convert a Consumption app to Flex Consumption in place, you have two options:
18391839
+ **New resource names**: Update your IaC to use new names for the hosting plan and function app. This approach keeps your old resources intact until you're confident the migration succeeded.
1840-
+ **Import existing resources**: If you want to keep the same names, delete the old resources first, then let your IaC create the new Flex Consumption resources. Alternatively, import the manually-created resources into your Terraform state using `terraform import` or reference existing resources in Bicep.
1840+
+ **Import existing resources**: If you want to keep the same names, delete the old resources first, then let your IaC create the new Flex Consumption resources. Alternatively, import the manually created resources into your Terraform state using `terraform import` or reference existing resources in Bicep.
18411841

18421842
3. **Verify state alignment**: After updating your IaC files, run a plan/preview operation (`terraform plan` or `az deployment group what-if`) to confirm no unexpected changes will occur.
18431843

@@ -1974,4 +1974,4 @@ If you encounter issues with your migration using this article or want to provid
19741974
+ [Flex Consumption plan-specific samples](https://github.com/Azure-Samples/azure-functions-flex-consumption-samples)
19751975
19761976
[Azure portal]: https://portal.azure.com
1977-
[az functionapp flex-migration start]: /cli/azure/functionapp/flex-migration#az-functionapp-flex-migration-start
1977+
[az functionapp flex-migration start]: /cli/azure/functionapp/flex-migration#az-functionapp-flex-migration-start

0 commit comments

Comments
 (0)