Jump to content

Search the Community

Showing results for tags 'function apps'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Delphi Questions and Answers
    • Algorithms, Data Structures and Class Design
    • VCL
    • FMX
    • RTL and Delphi Object Pascal
    • Databases
    • Network, Cloud and Web
    • Windows API
    • Cross-platform
    • Delphi IDE and APIs
    • General Help
    • Delphi Third-Party
  • C++Builder Questions and Answers
    • General Help
  • General Discussions
    • Embarcadero Lounge
    • Tips / Blogs / Tutorials / Videos
    • Job Opportunities / Coder for Hire
    • I made this
  • Software Development
    • Project Planning and -Management
    • Software Testing and Quality Assurance
  • Community
    • Community Management

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Delphi-Version

Found 1 result

  1. I need to collect data via a web site and add it to an Azure SQL Database. I found the following blog/examples by Glenn Dufke: https://code-kungfu.com/delphi-demystified/9-getting-started-with-azure-function-apps-in-delphi.html I got it working locally. When I try to deploy to Azure I get the message "Matches multiple schemas when only one must validate." Per StackOverflow I restarted everything and checked tasks.json. Still runs ok locally but not when deployed. Returns 200-OK. Seems to be skipping my custom handler. Error is attached to host.json file, Line 1 Col 1. What schema might it be talking about?
×