Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Functions Fixes #925

Merged
merged 4 commits into from
Jan 14, 2025
Merged

Azure Functions Fixes #925

merged 4 commits into from
Jan 14, 2025

Conversation

sjuarezgx
Copy link
Contributor

Improvements to impl to Issue:20064

  • Use Function Execution Context logger inside the Functions, because the messages are thrown automatically to App Insights.
  • Avoid managing the blob binaries in Blob Functions. Just return URI. The Java SDK has limitations related to this. They do not offer any metadata. An idea is to use a Blob Client to extract metadata. That needs an Authentication (it can be Managed). Leave it for another impl due to SDK limitations.

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx requested a review from iroqueta January 13, 2025 19:24
@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@sjuarezgx sjuarezgx merged commit 7ff7ea3 into master Jan 14, 2025
10 checks passed
@sjuarezgx sjuarezgx deleted the AzureFunctionsFixes branch January 14, 2025 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants