diff --git a/.funcignore b/functions/.funcignore similarity index 100% rename from .funcignore rename to functions/.funcignore diff --git a/.gitignore b/functions/.gitignore similarity index 100% rename from .gitignore rename to functions/.gitignore diff --git a/Analyzer/__init__.py b/functions/Analyzer/__init__.py similarity index 100% rename from Analyzer/__init__.py rename to functions/Analyzer/__init__.py diff --git a/Analyzer/function.json b/functions/Analyzer/function.json similarity index 100% rename from Analyzer/function.json rename to functions/Analyzer/function.json diff --git a/Analyzer/sample.dat b/functions/Analyzer/sample.dat similarity index 100% rename from Analyzer/sample.dat rename to functions/Analyzer/sample.dat diff --git a/host.json b/functions/host.json similarity index 100% rename from host.json rename to functions/host.json diff --git a/proxies.json b/functions/proxies.json similarity index 100% rename from proxies.json rename to functions/proxies.json diff --git a/requirements.txt b/functions/requirements.txt similarity index 100% rename from requirements.txt rename to functions/requirements.txt