diff --git a/.gitmodules b/.gitmodules index 5216e2f..da99ac6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,8 @@ [submodule "demand-forecasting-ebay-azureml"] path = demand-forecasting-ebay-azureml url = https://github.com/dishadas168/demand-forecasting-ebay-azureml.git + branch = main +[submodule "demand-forecasting-ebay-databricks"] + path = demand-forecasting-ebay-databricks + url = https://github.com/dishadas168/demand-forecasting-ebay-databricks.git + branch = main \ No newline at end of file diff --git a/demand-forecasting-ebay-databricks b/demand-forecasting-ebay-databricks new file mode 160000 index 0000000..19a32a8 --- /dev/null +++ b/demand-forecasting-ebay-databricks @@ -0,0 +1 @@ +Subproject commit 19a32a85c56c848d4e161cbba56134f0d1b258a1 diff --git a/handy_commands.txt b/scraper_azure_function/handy_commands.txt similarity index 93% rename from handy_commands.txt rename to scraper_azure_function/handy_commands.txt index 5483eb7..569584b 100644 --- a/handy_commands.txt +++ b/scraper_azure_function/handy_commands.txt @@ -8,11 +8,14 @@ python3 -m venv .venv (Download MS Python extension) (Choose python interpreter) +(To start a function) func init pip install -r requirements.txt func new func start + +(To publish the function) curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash az login --use-device-code func azure functionapp publish scrape-ebay-fns \ No newline at end of file