Skip to content

Commit 6f15362

Browse files
author
Luis Cabrera
authored
Merge pull request #18 from dereklegenzoff/master
Adding GUID to ARM Template
2 parents b9a7fb4 + ac9c177 commit 6f15362

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ Clone/download this repo onto your computer and then walk through each of these
4747
### [00 - Resource Deployment](./00%20-%20Resource%20Deployment)
4848
The resources in this folder can be used to deploy the required resources into your Azure Subscription. This can be done either via the [Azure Portal](https://portal.azure.com) or by using the [PowerShell script](./00%20-%20Resource%20Deployment/deploy.ps1) included in the resource deployment folder.
4949

50-
Skip this folder if you have already provisioned the required resources or will be provisioning manually.
50+
Alternatively, you can deploy the resources using this button:
51+
52+
<a href="https://azuredeploy.net/?repository=https://github.com/Azure-Samples/azure-search-knowledge-mining/" target="_blank">
53+
<img src="http://azuredeploy.net/deploybutton.png"/>
54+
</a>
5155

5256
### [01 - Search Index Creation](./01%20-%20Search%20Index%20Creation)
5357
This folder contains a Postman collection that can be used to create a search index. The collection is pre-configured to take advantage of a majority of the out of the box Cognitive Search functionality.

azuredeploy.json

+13
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,19 @@
211211
]
212212
}
213213
}
214+
},
215+
{
216+
"apiVersion": "2018-02-01",
217+
"name": "pid-205d0e47-324f-5b9e-8dde-f9fc4a92c091",
218+
"type": "Microsoft.Resources/deployments",
219+
"properties": {
220+
"mode": "Incremental",
221+
"template": {
222+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
223+
"contentVersion": "1.0.0.0",
224+
"resources": []
225+
}
226+
}
214227
}
215228
]
216229
}

0 commit comments

Comments
 (0)