Skip to content

Commit d52071c

Browse files
committed
refactor: clean up code structure and remove redundant sections and unused files
1 parent b85555e commit d52071c

6 files changed

Lines changed: 3 additions & 18 deletions

File tree

articles/azure-functions/create-first-function-azure-developer-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ py -m venv .venv
277277

278278
1. When you're done, press Ctrl+C in the terminal window to stop the `func.exe` host process.
279279
::: zone pivot="programming-language-python"
280-
1. Run `deactivate` to shut down the virtual environment.
280+
5. Run `deactivate` to shut down the virtual environment.
281281
::: zone-end
282282

283283
## Review the code (optional)

includes/functions-create-azure-resources-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this section, you create a function app in the Flex Consumption plan along wi
2323

2424
In the **Azure: Activity Log** panel, the Azure extension shows the status of individual resources as they're created in Azure.
2525

26-
![Screenshot that shows the log of Azure resource creation.](media/functions-publish-project-vscode/resource-activity-log.png)
26+
![Screenshot that shows the log of Azure resource creation.](media/functions-create-azure-resources-vs-code/resource-activity-log.png)
2727

2828
1. When the function app is created, the following related resources are created in your Azure subscription. The resources are named based on the name you entered for your function app.
2929

includes/functions-custom-handler-create-function-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
ms.topic: include
23
author: ggailey777
34
ms.service: azure-functions
45
ms.date: 11/14/2025

includes/functions-language-selector-quickstart-vs-code.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

includes/media/functions-publish-project-vscode/resource-activity-log.png renamed to includes/media/functions-create-azure-resources-vs-code/resource-activity-log.png

File renamed without changes.
Binary file not shown.

0 commit comments

Comments
 (0)