-
Notifications
You must be signed in to change notification settings - Fork 2
/
settings.json
24 lines (24 loc) · 909 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
"AzureWebJobsDashboard": "UseDevelopmentStorage=true",
"ApplicationId": "",
"ApplicationSecret": "",
"TenantId": "",
"SubscriptionId": "",
"SourceStorageName": "",
"SourceStorageKey": "",
"SourceAppsContainerName": "applications",
"ScriptFileUri": "https://raw.githubusercontent.com/balteravishay/buzz/master/scripts/install.ps1",
"TemplateFileUri": "https://raw.githubusercontent.com/balteravishay/buzz/master/scripts/deploy.json",
"CommandToExecute": "powershell.exe set-executionpolicy remotesigned & powershell.exe -file install.ps1 -url [YOUR ENDPOINT]",
"Region": "westeurope",
"NodeUserName": "azureuser",
"NodeUserPassword": "Qwerty!23456",
"MaxVmsInScaleSet": 800,
"WaitTime": 6,
"OmsWorkspaceId": "",
"OmsWorkspaceKey": ""
}
}