Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --python when publishing #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 6, 2022

  1. add --python when publishing

    avoids this error: 
    
    Can't determine project language from files. Please use one of [--csharp, --javascript, --typescript, --java, --python, --powershell, --custom]
    Your Azure Function App has 'FUNCTIONS_WORKER_RUNTIME' set to 'python' while your local project is set to 'None'.
    You can pass --force to update your Azure app with 'None' as a 'FUNCTIONS_WORKER_RUNTIME'
    danstadler-LW authored Apr 6, 2022
    1 Configuration menu
    Copy the full SHA
    861340b View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. commiting some demo changes

    for Monday THG meeting
    danstadler-LW authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    37cb7b7 View commit details
    Browse the repository at this point in the history