I create an database in the azure. And try to access the table in app service. When I start the app service in local machine, and it works fine. but When I deploy the app service in azure, the app service will fail to access the table, the error is 'RequestError: Invalid object name '[table Name]'.'
What's the problem and how can I fix the issue?
Thanks,