Pode.Web and Azure Functions #1079
JustinGrote
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @JustinGrote, Pode.Web doesn't work in Azure Functions 😃 Using the main Pode module you can create very simplistic sites that work in Azure Functions; but due to the nature of how Azure Functions work, and how Pode.Web works, the two aren't compatible. If you want to use Pode.Web your best bet would be Azure Web Apps or Azure Container Apps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I want to make an ARM template generator for Azure Lighthouse. Pode and Azure functions seems like a nice way to do it.
I'm trying to figure out the correct syntax to get an azure function to respond with a Pode Web Page. My goal eventually is to present a form, and when clicked, will submit to another azure function which will return a JSON result to be displayed in a box.
Using the base example, I'm trying to do something like this, but I can't figure out how to wire up the route to the webpage since I'm not defining an endpoint?
My HTTP Trigger
Beta Was this translation helpful? Give feedback.
All reactions