Skip to content

Commit de671f3

Browse files
M-HietalaMarko Hietala
andauthored
readme update for python and file logging, yaml change (#17)
Co-authored-by: Marko Hietala <[email protected]>
1 parent d4c6cff commit de671f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you want to enable logging to a file, uncomment the following line in Dockerf
7171

7272
**NOTE!** Any changes to the Dockerfile require a re-deployment in order for the changes to take effect.
7373

74-
Consider whether you want to have logging to file enabled after the R&D phase, when running in production.
74+
The provided file logging implementation is intended for development purposes only, specifically for testing with a single client/worker. It should not be used in production environments after the R&D phase.
7575

7676
#### Tracing to Azure Monitor
7777
To enable tracing to Azure Monitor, modify the value of ENABLE_AZURE_MONITOR_TRACING environment variable to true in Dockerfile found in src directory:
@@ -96,7 +96,7 @@ You can optionally use a local development server to test app changes locally. M
9696
On Windows:
9797

9898
```shell
99-
py -3 -m venv .venv
99+
python -3 -m venv .venv
100100
.venv\scripts\activate
101101
```
102102

azure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# TODO: do we need hooks?
33
# TODO: do we need all of the variables?
44

5-
name: azd-agents-starter
5+
name: azd-get-started-with-ai-agents
66
metadata:
7-
template: azd-agents-starter@0.0.1-beta
7+
template: azd-get-started-with-ai-agents@0.0.1-beta
88

99
services:
1010
api:

0 commit comments

Comments
 (0)