Alex
Alex
I'm having the same issue with a vmss using ubuntu 20.04 lts (focal). Anything I'm missing there?
I created a VM Scale Set with Ubuntu 20.04 LTS (Focal) and added a build agent pool in DevOps. Role Assignments etc. are set up. On starting the pipeline, it...
We're expiriencing this issue with as well with `azurerm_linux_web_app_slot`, with `azurerm_linux_web_app` it works as intended. Currently working around the issue like this: ``` lifecycle { ignore_changes = [ site_config[0].vnet_route_all_enabled ]...
We're also seeing this after we migrated from Polly to Microsoft.Extensions.Http.Resilience 8.3.0
Since the internal Duende cache is already quite sophisticated, we are using it as is in our environment (active-active, geo redundant in Azure). We added cache invalidation with Redis pub/sub...
@samsp-msft Thanks for your reply. We've also opened an Azure Support request but so far, no new insights could be gained there, Azure aparently does not have information about outgoing...
Hi @christothes, thanks for your reply. Yes, an initial token can be fetched and we can successfully access the db during the initial access token duration. When the Azure Identity...
I'll try to setup a minimal reproducible sample with a simple C# Console App and the callback method. I'll get back to you with further details.
I'm on vacation, will provide a sample next week - sorry about the delay.