RithwikBojja

Results 5 issues of RithwikBojja

**Describe the bug** I am unable to create events using python django myapp/views.py ``` import logging from opentelemetry import trace class SomeView(LoginRequiredMixin, TemplateView): login_required = True template_name = "myapp/index.html" def...

question
customer-reported
needs-team-attention

Azure Functions DateTime is not parsing with `CultureInfo("en-AU") `but parsing successfully with `InvariantCulture.` Below code doesnot work: ```csharp var date = "4 Sep 2023"; var valParsed = DateTime.ParseExact(date, new[] {...

Needs: Author feedback

I have used below code and got error Error: connect ECONNREFUSED 127.0.0.1:7071: ``` using System; using Azure.Messaging; using Microsoft.Azure.Functions.Worker; using Microsoft.Extensions.Logging; namespace FunctionApp92 { public class TestRithwik { private readonly...

Needs: Author feedback

### Describe the Bug Using an Azure Logic App to post a teams message in a chat with power virtual agent and got this error ```Could not retrieve values. The...

### Describe the Bug I have used below design and SFTP In App connector, The files is getting created but when I open in container it shows "Blob does not...