Skip to content

Commit 8f0135f

Browse files
committed
fix tabs hashes
1 parent e4956c9 commit 8f0135f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Before staring a migration, keep these considerations in mind:
4343

4444
## Prerequisites
4545

46-
### [Azure CLI](#tab/azure-cli)
46+
#### [Azure CLI](#tab/azure-cli)
4747

4848
+ Access to the Azure subscription containing one or more function apps to migrate. The account used to run Azure CLI commands must be able to:
4949

@@ -64,7 +64,7 @@ Before staring a migration, keep these considerations in mind:
6464
6565
+ The [`jq` tool](https://jqlang.org/download/), which is used to work with JSON output.
6666
67-
### [Azure portal](#tab/azure-portal)
67+
#### [Azure portal](#tab/azure-portal)
6868
6969
+ Access to the [Azure portal]
7070
@@ -156,7 +156,7 @@ This command generates a table with the app name, location, resource group, and
156156
157157
1. Copy this Kusto query, paste it in the query window, and select **Run query**:
158158
159-
##### [Windows](#tab/windows)
159+
#### [Windows](#tab/windows)
160160
161161
```kusto
162162
resources
@@ -672,7 +672,7 @@ To be able to redeploy your app, you must have either your project's source file
672672

673673
If you no longer have access to your project source files, you can download the current deployment package from the existing Consumption plan app in Azure. The location of the deployment package depends on whether you run on Linux or Windows.
674674

675-
##### [Linux](#tab/linux)
675+
#### [Linux](#tab/linux)
676676

677677
Consumption plan apps on Linux maintain the deployment zip package file in one of these locations:
678678

@@ -683,7 +683,7 @@ Consumption plan apps on Linux maintain the deployment zip package file in one o
683683
>[!TIP]
684684
>If your storage account is restricted to managed identity access only, you might need to grant your Azure account read access to the storage container by adding it to the `Storage Blob Data Reader` role.
685685
686-
##### [Windows](#tab/windows)
686+
#### [Windows](#tab/windows)
687687

688688
The location of your project source files depends on the `WEBSITE_RUN_FROM_PACKAGE` app setting as follows:
689689

@@ -1338,7 +1338,7 @@ If your original app had any IP-based inbound access restrictions, you can recre
13381338
>[!TIP]
13391339
>The Flex Consumption plan fully supports virtual network integration. For more information, see [Virtual network integration](../flex-consumption-plan.md#virtual-network-integration).
13401340
1341-
##### [Azure CLI](#tab/azure-cli)
1341+
#### [Azure CLI](#tab/azure-cli)
13421342

13431343
Use this [`az functionapp config access-restriction add`](/cli/azure/functionapp/config/access-restriction#az-functionapp-config-access-restriction-add) command for each IP access restriction you want to replicate in the new app:
13441344

@@ -1359,7 +1359,7 @@ In this example, replace these placeholders with the values from your original a
13591359

13601360
Run this command for each documented IP restriction from the original app.
13611361

1362-
##### [Azure portal](#tab/azure-portal)
1362+
#### [Azure portal](#tab/azure-portal)
13631363

13641364
To add IP-based networking restrictions:
13651365

@@ -1430,10 +1430,10 @@ As part of the migration strategy for triggers, you might need to immediately st
14301430

14311431
If your app hasn't
14321432

1433-
##### [Azure CLI](#tab/azure-cli)
1433+
#### [Azure CLI](#tab/azure-cli)
14341434

14351435

1436-
##### [Azure portal](#tab/azure-portal)
1436+
#### [Azure portal](#tab/azure-portal)
14371437

14381438
---
14391439

@@ -1499,14 +1499,14 @@ We recommend waiting at least a few days or even weeks (depending on your applic
14991499
15001500
15011501
1502-
##### [Azure CLI](#tab/azure-cli)
1502+
#### [Azure CLI](#tab/azure-cli)
15031503
15041504
```azurecli
15051505
# Delete the original Linux Consumption function app
15061506
az functionapp delete --name <OriginalFunctionAppName> --resource-group <ResourceGroupName>
15071507
```
15081508

1509-
##### [Azure portal](#tab/azure-portal)
1509+
#### [Azure portal](#tab/azure-portal)
15101510

15111511
1. Navigate to your original Linux Consumption function app in the Azure Portal
15121512
2. Click on "Delete" in the top menu

0 commit comments

Comments
 (0)