Joao Ribeiro

Results 12 comments of Joao Ribeiro

I found a solution by myself after discussing with colleagues. Calling the proxy again from the `WithAfterReceive` function seems to work.

Sorry for commenting here again after one week, but it looks like I did not test as much as I should. My code to test the retry was something like...

@twitchax It sounds great to me. Important (IMO) would be the following acceptance criteria: - Retry if a condition is satisfied. - Allow other code to run before retry or...

@h82258652 Sorry for the delayed response. Maybe it works, but I am struggling with an operation that I need to do between attempts. I need to access the user's claims....

For swagger purposes, I wanted to maintain the content model in the endpoint definition. Therefore I could manage to forward the content with the following code: ``` var httpProxyOptions =...

Thanks @v-bbalaiagar , I will try to create a repo in the next days.

@v-bbalaiagar Repo [here](https://github.com/joaocpribeiro/ai_webjobs_dotnetcoreapi). Sorry in advance if I am missing any requirement or guideline about creating repro projects for public discussions, it is my first one and I have been...

@jkodroff @Zaid-Ajaj I am trying to add a azure-files volume to my app container. As far as I can see, this feature is missing. There is no azurefiles option for...

I was mistaken, the feature exists. But the documentation is missing, indeed. I share my solution, which can help others arriving to this thread. Sorry for the identation. ``` const...