Cannot read properties of undefined (reading 'getSubscriptionPromptStep')

Joseph Abioye 6 Reputation points
2022-05-26T01:16:45.787+00:00

I was trying to create a new project and a function with Python and always getting the error was I select create new local setting file. The error is

Cannot read properties of undefined (reading 'getSubscriptionPromptStep')

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,261 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Joseph Abioye 6 Reputation points
    2022-05-26T19:04:12.253+00:00

    I was able to resolve by changing setting.json file property 'azureFunctions.deploySubpath' to my project name.

    "azureFunctions.deploySubpath": "projectname",

    0 comments No comments