DOliana

Results 7 comments of DOliana

We are having the same issue. Adding `Microsoft.Azure.Webjobs` 3.0.19 did not fix it for us. These are our packages: ``` ``` What did work is to revert `Microsoft.Azure.Functions.Extensions` to 1.0.0

It's locally when trying to debug in Visual Studio - so I am using what came with Visual Studio 16.7.5 (that's 3.0.2534). While trying to update I foudn out that...

I see it as @tomgron - This request is "the whole shebang", while adding for example draw on screen from zoomit as requested in #3096 or #14767 would (probably?) be...

I think MSI authentication for app -> openAI is in place (see [code](https://github.com/microsoft/sample-app-aoai-chatGPT/blob/18ffc7267de0ba886ade4b40f9e75156dd730c31/app.py#L125). I couldn't find anything similar for access of AI Search though in the code. It's not regarded...

I had the same issue. After deleting everything from kudu (rm -rf using bash) and redeploying using VScode with remote build configured it worked. I could not find the actual...

Are there any news on this or a workaround for adding NotNull-Columns for simple types as int/float?

@nurchi It's not that bad, but something down that alley :-) The thing is, that in my eyes there is a bug, since I cannot add NotNull columns to a...