Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,207 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello!
i'm trying to call an azure function from my custom MS teams app, but it responds with an error:
My code looks like this:
The azure function works fine if i call it from postman or any other API tester.
What am i missing to make this work?
Any help would be appreciated, thanks in advance.
Fixed the issue by enabling CORS with the wild card "*" for my Azure Functions app.