We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04a6057 commit 12159f0Copy full SHA for 12159f0
src/commands/createNewProject/ProjectCreateStep/PythonProjectCreateStep.ts
@@ -23,9 +23,9 @@ protobuf==3.7.1
23
six==1.12.0
24
`;
25
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
+const defaultRequirements: string = `# Uncomment to enable Azure Monitor OpenTelemetry
+# Ref: aka.ms/functions-azure-monitor-python
+# azure-monitor-opentelemetry
29
30
azure-functions
31
0 commit comments