mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Integration with Azure Function #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@dannycrone commented on GitHub (Jul 19, 2019):
Okay, thanks for that, I will look into it further