-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Heikki-Jussi Niemi edited this page Feb 19, 2021
·
1 revision
if StatusEndpoint.MonitorOverview
returns status code 500, this might be caused by missing rights for the Azure Function App Service managed identity. If the application doesn't have rights to read the alerts from the resource group it belongs to, it might throw error with following content 'this.Client.SubscriptionId' cannot be null.
. This can be fixed by assigning correct permissions for the application. If MonitorOverview is not used, these rights are not needed.
Keywords
- 'this.Client.SubscriptionId' cannot be null.
- The remote server returned an error: (500) Internal Server Error.