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 Function call validation problem with empty JSON #662

Open
EntityAdam opened this issue Apr 26, 2024 · 1 comment
Open

Azure Function call validation problem with empty JSON #662

EntityAdam opened this issue Apr 26, 2024 · 1 comment

Comments

@EntityAdam
Copy link

When creating an Azure Function call in ADF, it demands a valid body for a POST request.

Entering an empty body { } is accepted, however when the changes are published, and refreshed the body section remains empty.

This causes future publish changes to fail because the body is empty and triggers the validation error.

Expected behavior: After publishing changes, the body should contain { } instead of being empty.

Work-around: enter the default {"body":{"myMessage":"Sample"}} in the body and publish changes.

This just seems like a bug to me, am I missing something?

@lizbowers
Copy link

We are also having this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants