From 8306e81965c276367655f9b5e84c809154aa814c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 25 Oct 2022 17:00:25 +0200 Subject: [PATCH] Updated WireMock as a (Azure) Web App (markdown) --- WireMock-as-a-(Azure)-Web-App.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/WireMock-as-a-(Azure)-Web-App.md b/WireMock-as-a-(Azure)-Web-App.md index 1ecadb1..6b141e4 100644 --- a/WireMock-as-a-(Azure)-Web-App.md +++ b/WireMock-as-a-(Azure)-Web-App.md @@ -64,5 +64,12 @@ public class WireMockService : IWireMockService ``` -# Example -For a full working example, see [examples\WireMock.Net.WebApplication.NETCore3](https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NETCore3) \ No newline at end of file +# Example on Windows +For a full working example, see [examples\WireMock.Net.WebApplication.NETCore3](https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NETCore3) + + +# Example on Linux +For a full working example, see [examples\WireMock.Net.WebApplication.NET6](https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.WebApplication.NET6) + +## Publish settings: +![image](https://user-images.githubusercontent.com/249938/197809430-f8f29770-f283-4273-89a4-6eff03443027.png)