Anthony Shaw

Results 150 comments of Anthony Shaw

Which version did pip install? `pip show azure-devops` The last published version to PyPi is very old, we're looking at publishing another update soon

@yks0000 I'll clone your repo and isolate the issue. There is a new API for the sample that removes the need for `nest-asyncio` and changes the main function to: ```python...

@yks0000 I've submitted a PR to your sample with the changes to the sample for v1.12 of the functions library https://github.com/yks0000/az-function-fastapi/pull/1 This fixes the hanging process problem, but the app...

Looking deeper into the issue with a debugger, when the custom middleware is added, the `http.response.body` message is never sent to the Azure functions library code for handling ASGI applications....

I've submitted a fix to the related package, it might take a while for this to roll through. https://github.com/Azure/azure-functions-python-library/pull/153 In the meantime only 1 piece of middleware is supported.

```yaml name: Validate bicep scripts on: workflow_dispatch: push: branches: - main - master pull_request: branches: - main - master jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 -...

@jongio @puicchan ## Pros - Azure CLI action is already actively maintained - Single action can be used in a workflow with other steps like "run tests" and language-specific linters...

Thanks for the PR, there's a lot of edge cases and scenarios to handle, I've submitted a PR, #187 with a full implementation