-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2615906
commit a0a0293
Showing
6 changed files
with
83 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
export AZURE_SUBSCRIPTION_ID="" | ||
# application id | ||
export AZURE_CLIENT_ID="" | ||
export AZURE_CLIENT_SECRET="" | ||
export AZURE_TENANT_ID="" | ||
export AZURE_DEFAULT_REGION="eastus" | ||
export SUMO_ACCESS_ID="" | ||
export SUMO_ACCESS_KEY="" | ||
export SUMO_DEPLOYMENT="us1" | ||
export TEMPLATE_NAME="appendblobreaderdeploy.json" | ||
python test_appendblobreader.py | ||
# For deleting leftover resources in case of failures | ||
# python ~/git/sumologic-azure-function/deletetestresourcegroups.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
#!/bin/bash | ||
|
||
export AZURE_SUBSCRIPTION_ID="" | ||
# application id | ||
export AZURE_CLIENT_ID="" | ||
export AZURE_CLIENT_SECRET="" | ||
export AZURE_TENANT_ID="" | ||
export AZURE_DEFAULT_REGION="eastus" | ||
export SUMO_ACCESS_ID="" | ||
export SUMO_ACCESS_KEY="" | ||
export SUMO_DEPLOYMENT="us1" | ||
export TEMPLATE_NAME="blobreaderdeploy.json" | ||
# export FIXTURE_FILE="blob_fixtures.json" | ||
export FIXTURE_FILE="blob_fixtures_vnetflowlogs.json" | ||
# export FIXTURE_FILE="blob_fixtures_subnetflowlogs.json" | ||
# export FIXTURE_FILE="blob_fixtures_networkinterfaceflowlogs.json" | ||
export MAX_FOLDER_DEPTH=1 | ||
# export TEMPLATE_NAME="blobreaderdeploywithPremiumPlan.json" | ||
# export TEMPLATE_NAME="blobreaderzipdeploy.json" | ||
python test_blobreader.py | ||
# python ~/git/sumologic-azure-function/deletetestresourcegroups.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
export AZURE_SUBSCRIPTION_ID="" | ||
# application id | ||
export AZURE_CLIENT_ID="" | ||
export AZURE_CLIENT_SECRET="" | ||
export AZURE_TENANT_ID="" | ||
export AZURE_DEFAULT_REGION="eastus" | ||
export SUMO_ACCESS_ID="" | ||
export SUMO_ACCESS_KEY="" | ||
export SUMO_DEPLOYMENT="us1" | ||
export TEMPLATE_NAME="azuredeploy_metrics.json" | ||
python test_eventhub_metrics.py | ||
# For deleting leftover resources in case of failures | ||
# python ~/git/sumologic-azure-function/deletetestresourcegroups.py |