I have deployed one azure function but getting below error -
The function runtime is unable to start. Microsoft.Azure.ServiceBus: Value for the connection string parameter name '$(MyDemoConnectionString)' was not found
When I checked into setting using portal. I have this MyDemoConnectionString
there with value still getting the above error.
I tried to restart and even delete and re-deploy still the same issue. any clue?
see below screenshot connectionstring is taken from keyvault and checked it is present and even here in settings Key vault Reference is green
.