graemefoster/LockedDownChatBot

System.ArgumentNullException: Value cannot be null

Closed this issue · 1 comments

Describe the issue:
When executing azd up according to README.md, the error is as follows:

image

Repro Steps:

gh repo clone graemefoster/LockedDownChatBot
cd LockedDownChatBot
azd up

Environment:

  • OS: Windows desktop.

Expected behavior:
Run azd up can pass.

@hemarina for notification.

Fixed - there was an expectation of some env variables being set. Have removed that expectation.