Prisma session table error after deployement

Hi everyone,
I’m facing an issue while running my Shopify app on Azure. Although the deployment was successful, I’m seeing this error in the logs:

“Error: The table session does not exist in the current database.
at PrismaSessionStorage.pollForTable (/node_modules/@shopify/src/prisma.ts:162:11)”

Do I need to set up an SQL database on the server for this? I’m not storing any data in the app, so I’m not sure if it’s required.