forked from microsoft/inventory-hub-java-on-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-env.sh
12 lines (10 loc) · 833 Bytes
/
setup-env.sh
1
2
3
4
5
6
7
8
9
10
11
12
#export APPEND_TRANSACTION_FUNCTION_APP_ID="<put-your-unique-guid>"
#export APPEND_TRANSACTION_FUNCTION_APP_NAME="<put-your-unique-function-app-name>"
#export APPEND_TRANSACTION_REGION_NAME="<put-your-region>"
#export APPEND_TRANSACTION_RESOURCE_GROUP_NAME="<put-your-resource-group-name>"
#export TRANSACTIONS_EVENT_HUB_NAME="<put-your-eventhub-for-transactions-name>"
#export TRANSACTIONS_EVENT_HUB_CONSUMER_GROUP_NAME="<put-your-eventhub-for-transactions-consumer-group-name>"
#export TRANSACTIONS_EVENT_HUB_CONNECTION_STRING="<put-your-eventhub-for-transactions-connection-string>"
#export TRANSACTIONS_COSMOSDB_CONNECTION_STRING="<put-your-cosmosdb-connection-string>"
#export TRANSACTIONS_COSMOSDB_DBNAME="<put-your-cosmosdb-database-name>"
#export TRANSACTIONS_COSMOSDB_COLLECTION_NAME="<put-your-cosmosdb-collection-name>"