Skip to content

Commit 12159f0

Browse files
authored
Update Python Requirements.txt (#4618)
1 parent 04a6057 commit 12159f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/commands/createNewProject/ProjectCreateStep/PythonProjectCreateStep.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ protobuf==3.7.1
2323
six==1.12.0
2424
`;
2525

26-
const defaultRequirements: string = `# DO NOT include azure-functions-worker in this file
27-
# The Python Worker is managed by Azure Functions platform
28-
# Manually managing azure-functions-worker may cause unexpected issues
26+
const defaultRequirements: string = `# Uncomment to enable Azure Monitor OpenTelemetry
27+
# Ref: aka.ms/functions-azure-monitor-python
28+
# azure-monitor-opentelemetry
2929
3030
azure-functions
3131
`;

0 commit comments

Comments
 (0)