Home > Software engineering >  The type or namespace name 'Queue' could not be found in Azure Functions Http Trigger C#
The type or namespace name 'Queue' could not be found in Azure Functions Http Trigger C#

Time:12-28

I have created Azure Functions Http Trigger (C#) through VS Code.

I'm getting few namespace errors which I tried to resolve by installing few packages like Azure WebJobs, Azure WebJobs Extensions, System Component DataAnnotation package but the error is not going.

The error is in this image - enter image description here

enter image description here

For more information please refer the below links: MS DOC: CREATE AZURE FUNCTION USING VSCODE & Azure Table storage bindings for Azure Functions

  • Related