Eamon O'Reilly
Eamon O'Reilly
This would need to be updated in the Service Bus output binding code as it doesn't look like it currently supports it https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus?tabs=csharp#output As an alternative, you can import the...
Adding Ahmed as he is collecting feedback related to monitoring so we can prioritize the work. I can see the benefit of this, particularly when functions are used for different...
Will document this and also look to add to the VS Code extension.
I'll investigate this using vNets and update the thread here. For now, you can also use hybrid connections to do remoting to VMs on premises (or in Azure or other...
You can use VNets in an Azure Function premium (or app service plan) and do remoting to an on-premises or Azure VM connected to the vNet. If you follow the...
Thanks Jan for trying this solution out and for the feedback. I agree that generally it would make sense to have a couple of jump boxes configured in the environment...
Might be able to use https://www.nuget.org/packages/Microsoft.ML.Tokenizers/0.22.0-preview.24378.1#readme-body-tab to determine the length and trim based on model requirements.
@jerryshia What version of .NET do you have installed? It seems you might not have .NET 8 and it is using .NET 6 and trying to update the app to...
We have not tested Az Cli within the PowerShell worker (or any other language). I see you have copied this in manually using Kudo and it is failing. We do...
There is not a PowerShell equivalent for this yet. It is tracked on https://github.com/Azure/azure-powershell/issues/7599 I'll have to do some research to see what other options might be available. Thanks, Eamon