forked from microsoft/inventory-hub-java-on-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup-env.sh
26 lines (19 loc) · 1.43 KB
/
setup-env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# export POT_FUNCTION_APP_ID="<put-your-unique-guid>"
#export POT_FUNCTION_APP_NAME="<put-your-unique-function-app-name>"
#export POT_REGION_NAME="<put-your-region>"
#export POT_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 PRODUCT_ITEMS_COSMOSDB_CONNECTION_STRING="<put-your-cosmosdb-connection-string>"
#export PRODUCT_ITEMS_COSMOSDB_DBNAME="<put-your-cosmosdb-database-name>"
#export PRODUCT_ITEMS_COSMOSDB_COLLECTION_NAME="<put-your-cosmosdb-collection-name>"
#export PRODUCT_ITEMS_COSMOSDB_URI="<put-your-cosmosdb-uri>"
#export PRODUCT_ITEMS_COSMOSDB_KEY="<put-your-cosmosdb-key>"
#export POT_FUNCTION_APP_DESCRIPTION="<put-your-location-description>"
#export POT_FUNCTION_APP_TYPE="<put-your-location-type:[sale|intake]>"
#export POT_FUNCTION_APP_LOCATION_NAME="<put-your-location-name>"
#export POT_FUNCTION_APP_LOCATION_LATITUDE="<put-your-location-latitude>"
#export POT_FUNCTION_APP_LOCATION_LONGITUDE="<put-your-location-longitude>"
#export POT_FUNCTION_APP_STORAGE_ACCOUNT_CONNECTION_STRING="<put-your-storage-account-connection-string>"
#export PRODUCT_INVENTORY_COSMOSDB_CONNECTION_STRING="<put-your-cosmosdb-connection-string>"