Skip to content

Commit

Permalink
Merge pull request #26 from alertlogic/integration
Browse files Browse the repository at this point in the history
Release 1.0.5
  • Loading branch information
tomdos authored Oct 12, 2017
2 parents 50c2cdc + f5fe0d0 commit 29ef637
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,16 @@ _Managed application in local directory_ -> _Properties_ -> _Object ID_
You can use either [Azure Cloud Shell](https://docs.microsoft.com/en-gb/azure/cloud-shell/quickstart#start-cloud-shell) or
local installation of [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest).

1. Create a resource group with name "AlertLogicCollect" in location "Central US" by executing following command
1. Create a new resource group in, for example, the "Central US" location by executing following command:
```
az group create --name AlertLogicCollect --location "Central US"
az group create --name <new-resource-group-name> --location "Central US"
```
1. Once created go to `Resource groups` blade and select the resource group.
1. Select `Access Control (IAM)` and add `Website Contributor` role to AD application identity created above.
1. Deploy a template by using following command, during its execution enter required parameters when asked
1. Deploy a template by using following command, during its execution enter required parameters when asked.
```
az group deployment create \
--name AlertLogicCollector \
--resource-group AlertLogicCollect \
--resource-group <new-resource-group-name> \
--template-uri "https://raw.githubusercontent.com/alertlogic/azure-collector/master/template.json"
```
Expand Down
3 changes: 1 addition & 2 deletions template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"Name": {
"type": "String",
"defaultValue": "AlertLogicCollector"
"type": "String"
},
"Storage Name": {
"type": "String"
Expand Down

0 comments on commit 29ef637

Please sign in to comment.