Integration with Azure Function #192

Closed
opened 2025-12-29 14:24:42 +01:00 by adam · 2 comments
Owner

Originally created by @dannycrone on GitHub (Jul 19, 2019).

Hi all, this is a question to see if anyone had thoughts on this before I start investigating in more detail. Has anyone considered whether it would be possible to deploy WireMock as an Azure Function?

Originally created by @dannycrone on GitHub (Jul 19, 2019). Hi all, this is a question to see if anyone had thoughts on this before I start investigating in more detail. Has anyone considered whether it would be possible to deploy WireMock as an Azure Function?
adam added the question label 2025-12-29 14:24:42 +01:00
adam closed this issue 2025-12-29 14:24:42 +01:00
Author
Owner

@StefH commented on GitHub (Jul 19, 2019):

The only way I see how it can be used currently, if it's just proxying the http request via a HttpClient to WireMock server.

But normal functions are not durable, so you cannot save / define the mappings.

@StefH commented on GitHub (Jul 19, 2019): The only way I see how it can be used currently, if it's just proxying the http request via a HttpClient to WireMock server. But normal functions are not durable, so you cannot save / define the mappings.
Author
Owner

@dannycrone commented on GitHub (Jul 19, 2019):

Okay, thanks for that, I will look into it further

@dannycrone commented on GitHub (Jul 19, 2019): Okay, thanks for that, I will look into it further
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#192