Skip to content

Commit e74bdb5

Browse files
committed
final fix!
1 parent 452a8e7 commit e74bdb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ You're promoted to install the [resource-graph extension](/cli/azure/graph), if
156156

157157
1. Copy this Kusto query, paste it in the query window, and select **Run query**:
158158

159-
#### [Windows](#tab/windows)
160-
161159
```kusto
162160
resources
163161
| where type == 'microsoft.web/sites'
@@ -166,8 +164,6 @@ You're promoted to install the [resource-graph extension](/cli/azure/graph), if
166164
| project name, location, resourceGroup
167165
```
168166
169-
---
170-
171167
This command generates a table with the app name, location, and resource group for all Consumption apps running on Windows in the current subscription.
172168
173169
---

0 commit comments

Comments
 (0)