Confusing name of properties #6
Unanswered
ddobric
asked this question in
Product Feedback and Ideas
Replies: 1 comment 1 reply
-
Thanks, for the feedback! I've notified some PMs on this. Stay tuned |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Technical Feedback
When using storage_queue bindings by defining the Azure Function Tool within an Agent, property names are used that violate the common Azure Storage expectation.
The name of the property queue_service_uri is wrong. It should be "connection_string" or similar. The service URL is something different. and suggest rather using Azure Environment different than the public one.
Ref: https://learn.microsoft.com/en-us/azure/ai-services/agents/how-to/tools/azure-functions?tabs=python&pivots=code-example
Desired Outcome
n.a.
Current Workaround
Describe the current workaround.
n.a.
Beta Was this translation helpful? Give feedback.
All reactions