Azure Percept Reference solution for Voice Control Inventory Management has errors in Azure Functions.

vinit sawant 11 Reputation points
2022-08-24T12:10:19.847+00:00

Azure Percept Reference solution for Voice Control Inventory Management has errors in Azure Funtions.
Trying out the reference solution in the below link-
https://github.com/microsoft/Azure-Percept-Reference-Solutions/tree/main/voice-control-inventory-management

documentation link :
https://learn.microsoft.com/en-us/azure/azure-percept/voice-control-your-inventory-then-visualize-with-power-bi-dashboard

232259-solution-architect-1.png

Getting the following error when testing the function app at step 2->7->d. of the documentation.
Error: ****Result: Failure Exception: AttributeError: module 'azure.functions._abc' has no attribute 'SqlRow'****

The username and password given in the CRUD.py file are correct. Still the error.
ODBC Driver 17 is also installed.

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
70 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,209 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vinit sawant 11 Reputation points
    2022-08-30T06:33:56.243+00:00

    Hello @QuantumCache ,

    That error is somehow solved, but i am getting a new error now,

    Encountering a new Error after step 2->7->d. of the documentation.

    Error: Result: Failure Exception: OperationalError: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')

    In the SQL db firewall setting, I have enabled " Allow Azure services and resources to access this server".