Share via

Getting errors while trying to trigger Service bus queue

Rohit Kumar B 1 Reputation point
2022-04-18T12:02:02.127+00:00

I trying to trigger service bus queue. In that process I created a service bus queue trigger function by using python as runtime language function created in locally in visual studio and deployed into portal, after deploying I'm getting error as "azure runtime is unreachable" & "System.Private.Uri: Value cannot be null. (Parameter 'uriString')."

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 71,016 Reputation points Moderator
    2022-04-20T04:37:03.997+00:00

    @Rohit Kumar B Thanks for reaching out. For your first error "azure runtime is unreachable" I will suggest you to review this document to resolve the issue. In most cases either the configuration will be missing in your function app, or the storage account is unreachable/deleted. Please verify the steps document to resolve the issue.

    On your second issue "System.Private.Uri: Value cannot be null. (Parameter 'uriString')." looks like there your service bus connection string is not configured correctly/missing from your function app. Please verify your local.settings.json file and validate if all the settings are configured correctly as app settings on your function app.

    In case you are not able to resolve the issues then please let me know so I can connect offline to assist you.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.