@Uma Devi Ananthu Vidhyasagar Thanks for reaching out. If you are getting a 404 not found error when using WebClient
to fetch data from an Azure Function App URL, it could be due to a few different reasons.
Make sure that the URL you are using is correct and that it points to the correct Azure Function App that is in running state.
can you try using a different method, such as HttpClient
, to fetch data from the Azure Function App URL to see if the issue is with the WebClient
class.
please try and let me know if this helps!