Hello dear friends, I am trying to send a JSON payload from Snowflake to a function app in the Azure. I know how the payload should look like but as you know, two platforms are involved here, we wouldn’t be sure if the errors we get are technical issues or policy issues. I know how the syntax code should look like getting it from this documentation: Step 3: Create the API integration for Azure in Snowflake | Snowflake Documentation I’ve used this coding structure : CREATE OR REPLACE API I...