Skip to content

Commit e3ef2c6

Browse files
committed
install dependencies via 'poetry add --group backend azure-eventgrid'
1 parent d4cd93e commit e3ef2c6

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

azure_event_grid.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
AZURE_EVENT_GRID_ACCESS_KEY="<access-key>"
2+
AZURE_EVENT_GRID_TOPIC_ENDPOINT="https://<name>.<region>.eventgrid.azure.net/api/events"

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
- [FastAPI > UploadFile class](https://fastapi.tiangolo.com/reference/uploadfile/)
1414
- [FastAPI > Extending OpenAPI](https://fastapi.tiangolo.com/how-to/extending-openapi/)
1515
- [Get started with Azure Blob Storage and Python](https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-python-get-started?tabs=sas-token)
16+
- [Azure Event Grid client library for Python - version 4.19.0](https://learn.microsoft.com/en-us/python/api/overview/azure/eventgrid-readme?view=azure-python)
17+
- [Azure Event Grid Client Library Python Samples](https://learn.microsoft.com/en-us/samples/azure/azure-sdk-for-python/eventgrid-samples/)
1618

1719
## Frontend
1820

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ azure-ai-documentintelligence = "^1.0.0b3"
3131
python-multipart = "^0.0.9"
3232
azure-storage-blob = "^12.19.1"
3333
azure-ai-vision-imageanalysis = "^1.0.0b2"
34+
azure-eventgrid = "^4.19.0"
3435

3536

3637
[tool.poetry.group.frontend.dependencies]

0 commit comments

Comments
 (0)