Tried removing Fyers API from the code and kept Azure Data tables.
Now error has shifted to Azure Data Tables.
Below is the log.
2021-04-02T14:45:11.036846457Z
2021-04-02T14:45:11.037019758Z _____
2021-04-02T14:45:11.037029958Z / _ \ __________ _________ ____
2021-04-02T14:45:11.037034558Z / /_\ ___ / | _ __ _/ __ \
2021-04-02T14:45:11.037039058Z / | / /| | /| | /\ _/
2021-04-02T14:45:11.037043958Z __|__ /_____ ____/ || _ >
2021-04-02T14:45:11.037048358Z / / /
2021-04-02T14:45:11.037052858Z
2021-04-02T14:45:11.037056858Z A P P S E R V I C E O N L I N U X
2021-04-02T14:45:11.037060858Z
2021-04-02T14:45:11.037064758Z Documentation: http://aka.ms/webapp-linux
2021-04-02T14:45:11.037078358Z Python 3.8.6
2021-04-02T14:45:11.037083958Z Note: Any data outside '/home' is not persisted
2021-04-02T14:45:11.727122806Z Starting OpenBSD Secure Shell server: sshd.
2021-04-02T14:45:11.834760392Z App Command Line not configured, will attempt auto-detect
2021-04-02T14:45:11.835888893Z Launching oryx with: create-script -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite
2021-04-02T14:45:12.112835013Z Cound not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'
2021-04-02T14:45:12.112865313Z Could not find operation ID in manifest. Generating an operation id...
2021-04-02T14:45:12.112871713Z Build Operation ID: 474cb91c-8b62-46ec-97be-1789dd6410ca
2021-04-02T14:45:14.778669530Z Oryx Version: 0.2.20210225.2, Commit: f7b557f29a83aa078cc94c0056e7337c07f14271, ReleaseTagName: 20210225.2
2021-04-02T14:45:15.479130887Z Detected an app based on Flask
2021-04-02T14:45:15.480798989Z Generating gunicorn
command for 'app:app'
2021-04-02T14:45:16.243982755Z Writing output script to '/opt/startup/startup.sh'
2021-04-02T14:45:16.767427785Z Using packages from virtual environment antenv located at /home/site/wwwroot/antenv.
2021-04-02T14:45:16.767479185Z Updated PYTHONPATH to ':/home/site/wwwroot/antenv/lib/python3.8/site-packages'
2021-04-02T14:45:17.737333539Z [2021-04-02 14:45:17 +0000] [36] [INFO] Starting gunicorn 20.0.4
2021-04-02T14:45:17.745903151Z [2021-04-02 14:45:17 +0000] [36] [INFO] Listening at: http://0.0.0.0:8000 (36)
2021-04-02T14:45:17.746717352Z [2021-04-02 14:45:17 +0000] [36] [INFO] Using worker: sync
2021-04-02T14:45:17.756998766Z [2021-04-02 14:45:17 +0000] [38] [INFO] Booting worker with pid: 38
2021-04-02T14:45:18.348277291Z [2021-04-02 14:45:18 +0000] [38] [ERROR] Exception in worker process
2021-04-02T14:45:18.348333091Z Traceback (most recent call last):
2021-04-02T14:45:18.348338891Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
2021-04-02T14:45:18.348343591Z worker.init_process()
2021-04-02T14:45:18.348347691Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/workers/base.py", line 119, in init_process
2021-04-02T14:45:18.348363691Z self.load_wsgi()
2021-04-02T14:45:18.348368091Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
2021-04-02T14:45:18.348381591Z self.wsgi = self.app.wsgi()
2021-04-02T14:45:18.348385591Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
2021-04-02T14:45:18.348389691Z self.callable = self.load()
2021-04-02T14:45:18.348393591Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
2021-04-02T14:45:18.348397791Z return self.load_wsgiapp()
2021-04-02T14:45:18.348401691Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
2021-04-02T14:45:18.348405791Z return util.import_app(self.app_uri)
2021-04-02T14:45:18.348410291Z File "/opt/python/3.8.6/lib/python3.8/site-packages/gunicorn/util.py", line 358, in import_app
2021-04-02T14:45:18.348414391Z mod = importlib.import_module(module)
2021-04-02T14:45:18.348418291Z File "/opt/python/3.8.6/lib/python3.8/importlib/init.py", line 127, in import_module
2021-04-02T14:45:18.348422391Z return _bootstrap._gcd_import(name[level:], package, level)
2021-04-02T14:45:18.348426391Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2021-04-02T14:45:18.348469591Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2021-04-02T14:45:18.348473891Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2021-04-02T14:45:18.348478091Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2021-04-02T14:45:18.348482191Z File "<frozen importlib._bootstrap_external>", line 783, in exec_module
2021-04-02T14:45:18.348486291Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2021-04-02T14:45:18.348490391Z File "/home/site/wwwroot/app.py", line 7, in <module>
2021-04-02T14:45:18.348494491Z from azure.data.tables import TableServiceClient
2021-04-02T14:45:18.348498491Z ModuleNotFoundError: No module named 'azure'
2021-04-02T14:45:18.349457293Z [2021-04-02 14:45:18 +0000] [38] [INFO] Worker exiting (pid: 38)
2021-04-02T14:45:18.498020000Z [2021-04-02 14:45:18 +0000] [36] [INFO] Shutting down: Master
2021-04-02T14:45:18.506669812Z [2021-04-02 14:45:18 +0000] [36] [INFO] Reason: Worker failed to boot.
2021-04-02T14:45:19.953Z ERROR - Container rockettokensaverapp_0_86e409f3 for site rockettokensaverapp has exited, failing site start
2021-04-02T14:45:19.956Z ERROR - Container rockettokensaverapp_0_86e409f3 didn't respond to HTTP pings on port: 8000, failing site start. See container logs for debugging.
2021-04-02T14:45:19.963Z INFO - Stopping site rockettokensaverapp because it failed during startup.