There are couple of things you can check :
- If we are using any connection endpoint and reading the value from the appsettings. If yes, check the value of that settings.
- Please confirm whether we are using a valid service bus connection endpoint in this case. ( if there is any)
These are very generic explanation for the problem statement as that doesn't provide more details. In case of functions many a times we see this error because if the connection string value is read from Azure Key Vault and you miss out on setting this value in the app settings of Azure Function configuration. In this scenario, an Access Policy created in the Key Vault configuration so that Azure Function application can read the values from the Key Vault. So you need to reverify the access policies to make sure the app settings values of the keys have valid values.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…