From 5c4ce7399a92284cec1fbe6a642af5e78bacf722 Mon Sep 17 00:00:00 2001 From: Siddhant Gosavi Date: Tue, 10 Jul 2018 14:17:14 +0530 Subject: [PATCH] updated artifacts url and deploy to aure button url to azure quickstart --- 101-VM-Virus-Attack-Prevention/README.md | 4 ++-- 101-VM-Virus-Attack-Prevention/azuredeploy.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/101-VM-Virus-Attack-Prevention/README.md b/101-VM-Virus-Attack-Prevention/README.md index f9949e25e9d2..65981ca1697b 100644 --- a/101-VM-Virus-Attack-Prevention/README.md +++ b/101-VM-Virus-Attack-Prevention/README.md @@ -1,9 +1,9 @@ # Virus attack on Virtual Machines Scenario - + - + diff --git a/101-VM-Virus-Attack-Prevention/azuredeploy.json b/101-VM-Virus-Attack-Prevention/azuredeploy.json index a1cba154a121..79aa68bba508 100644 --- a/101-VM-Virus-Attack-Prevention/azuredeploy.json +++ b/101-VM-Virus-Attack-Prevention/azuredeploy.json @@ -4,7 +4,7 @@ "parameters": { "_artifactsLocation": { "type": "string", - "defaultValue": "https://raw.githubusercontent.com/AvyanConsultingCorp/VM-Virus-Attack-Prevention/master/101-VM-Virus-Attack-Prevention", + "defaultValue": "https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-VM-Virus-Attack-Prevention", "metadata": { "description": "this will be the location for artifacts" }