mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Question: WireMock in Azure #136
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 @cpneale on GitHub (Aug 29, 2018).
Originally assigned to: @StefH on GitHub.
Hi,
Is it possible to start a standalone WireMock server from a Web App or Web Job in Azure and then hit the WireMock instance on an external uri?
Thanks!
@StefH commented on GitHub (Aug 29, 2018):
I doubt that this is possible.
However you can run WireMock.Net as a full server as WebApp or in Azure, take a look at:
https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-as-a-(Azure)-Web-App
@cpneale commented on GitHub (Aug 29, 2018):
Thanks. Appreciate the quick response and advice.
@StefH commented on GitHub (Aug 29, 2018):
Let me know if this works for you. If all works fine, you can close this issue.
@cpneale commented on GitHub (Aug 29, 2018):
Yes, works fine. Thanks for your help.