Updated WireMock as a (Azure) Web App (markdown)

Stef Heyenrath
2022-10-25 17:00:25 +02:00
parent 76a62509e8
commit 8306e81965

@@ -64,5 +64,12 @@ public class WireMockService : IWireMockService
</configuration>
```
# 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)
# 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)