From 29b308a4f263e52059cd3366375be8dd9a3822d1 Mon Sep 17 00:00:00 2001 From: Ashley Donaldson Date: Tue, 14 Aug 2018 15:29:44 -0700 Subject: [PATCH] Added Button to Deploy through WebUI (#1061) Following what the Simulation Service is doing on their github, adding a button to jump to the web ui to do a deployment. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d60abf2db..241a40706 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Web app for Azure IoT Remote Monitoring Solution [dotnet](https://github.com/Azu Prerequisites ============= ### 1. Deploy a Remote Monitoring Solution + +[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://www.azureiotsolutions.com/Accelerators#solutions/types/RM2) + The easiest way to test the Web UI is against a deployed remote monitoring solution. The solution can be deployed via the [web interface](https://docs.microsoft.com/azure/iot-suite/iot-suite-remote-monitoring-deploy) or via the [command line](https://docs.microsoft.com/azure/iot-suite/iot-suite-remote-monitoring-deploy-cli). It is also possible to [deploy the solution locally](https://docs.microsoft.com/azure/iot-suite/iot-suite-remote-monitoring-deploy-local#deploy-the-azure-services).