André Bindewald
André Bindewald
### Describe the feature request We have some checks where we use a `[BODY]` condition. Sometimes the request seems to completely fail and the body cannot be parsed which results...
Thanks for building this great pice of software! Right now, the order of the defined services is not reflected in the services view - it would be great if the...
It would be nice if we could configure multiple checks per service, something like this: ```yaml - name: DNS lookup checks: # Check if we can resolve www.google.com - url:...
It would be great to get the total duration of highlighted requests. Say I need to find out how long it took to complete all requests that contained a specific...
I can't run any commands without getting the following error: `Get-MgUser_List1: Code: generalException Message: Unexpected exception occurred while authenticating the request.` The problem seems to only occur if using `-UseDeviceAuthentication`...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritise this request * Please do...
For our AKS Workloads we have two subnets with two route tables: - AppGatewaySubnet, where we put all Application gateways. - A AKS specific subnet, where the nodes live. AKS...
We want to use `access_tokens` obtained from Azure AD with our `Universal Dashboard REST API`. Currently the configuration yields the following error message: ```powershell $AuthenticationMethod = New-UDAuthenticationMethod -ClientId '123' -Instance...
This adds a new resource that allows us to manage the `CIDRs/IPs` in an existing `IP Group` ## Example Usage ```hcl resource "azurerm_resource_group" "example" { name = "test-rg" location =...
### Terraform Version ```shell 1.7.2 ``` ### Use Cases We maintain internal Terraform modules that allow specific configurations that should not be used by default and only in specific cases....