Hello there, I would like to implement Pact Verif...
# pact-net
s
Hello there, I would like to implement Pact Verifier on Azure In-Process Functions. I'm wondering if anyone could recommend what is the best way to • Host Azure Functions for testing • Configure ProviderMiddleware when In-Process Functions do not support middleware. Thanks!
m
Unfortunately the slack history has been lost as it’s older than 90 days
You might find some inspiration in the digest here: https://docs.pact.io/slack/pact-net.html#1612896088.045200
s
Thanks @Matt (pactflow.io / pact-js / pact-go) for sharing the link. For hosting the Azure Functions locally or in PR (pre-deployment), I notices a number of people recommend using Azure Functions Core Tools per https://docs.pact.io/slack/pact-net.html#1625682537.054900. I will give this a go. For ProviderStateMiddleware with In-Process Functions, I came across https://docs.pact.io/slack/pact-net.html#1591037668.069200 and https://docs.pact.io/slack/pact-net.html#1566204067.061100. I will try writing up a "/provider-states endpoint"
🙌 1