Skip to content

Commit 5b997b2

Browse files
Update CHANGELOG.md
Update changelog and demo version to 1.2 to include azure deployment.
1 parent 8c2b170 commit 5b997b2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
## Azure AI Agent Service Enterprise Demo Changelog
22

3+
<a name="1.2"></a>
4+
# 1.2 (2025-02-14)
5+
6+
**Features**
7+
8+
- **Azure Web App Deployment Scripts**
9+
- Added deployment scripts for deploying the Azure AI Agent Service Enterprise Demo on Azure Web App.
10+
- Includes `deploy.sh`, `start.sh`, and `requirements.txt` for setting up the environment and starting the application.
11+
12+
**Enhancements**
13+
14+
- **Custom Python Functions**
15+
- Added custom Python functions (`fetch_weather`, `send_email`, `fetch_stock_price`, `fetch_datetime`) to the `enterprise_functions.py` file.
16+
- Integrated these functions with the main application.
17+
18+
**Documentation**
19+
20+
- **Deployment Guide**
21+
- Added `README.md` with step-by-step instructions for deploying the web app.
22+
23+
**Environment Configuration**
24+
25+
- **.env.example**
26+
- Added a template for environment variables required for deployment.
27+
28+
**Bug Fixes**
29+
30+
- None.
31+
32+
**Breaking Changes**
33+
34+
- None.
35+
36+
---
37+
338
<a name="1.1"></a>
439
# 1.1 (2025-02-08)
540

0 commit comments

Comments
 (0)