You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Script to be run post build to set the content for running the function locally using the environment variable settings
sed -i -e "s@UPI_FUNCTION_APP_STORAGE_ACCOUNT_CONNECTION_STRING@$UPI_FUNCTION_APP_STORAGE_ACCOUNT_CONNECTION_STRING@g" target/azure-functions/*/local.settings.json
sed -i -e "s@TRANSACTIONS_EVENT_HUB_CONNECTION_STRING@$TRANSACTIONS_EVENT_HUB_CONNECTION_STRING@g" target/azure-functions/*/local.settings.json
sed -i -e "s@PRODUCT_INVENTORY_COSMOSDB_CONNECTION_STRING@$PRODUCT_INVENTORY_COSMOSDB_CONNECTION_STRING@g" target/azure-functions/*/local.settings.json