organization · inferred from evidence
Azure
The organization maintaining the Azure SDK and related services.
- Azure Key Vault CSI provider failed to get mounted files terminating pods Windows init jobs
On AKS with the Azure Key Vault CSI provider, Windows init jobs log: FailedToCreateSecret ... failed to get mounted files, err: failed to list all files in target path. The driver tries to rotate/reconcile secrets for pods that are already
- Azure App Configuration 403 forbidden accessing with managed identity DefaultAzureCredential
A function app with a user-assigned managed identity that has IAM Reader on the App Configuration store and Get/List on Key Vault secrets gets 403 forbidden when accessing App Configuration through DefaultAzureCredential, even though the id
- Azure Key Vault CSI driver driver name secrets-store.csi.k8s.io not found after AKS node upgrade
After upgrading an AKS cluster (new node created, old nodes cordoned/drained), pods fail with: MountVolume.SetUp failed for volume ... : kubernetes.io/csi: mounter.SetUpAt ... "driver name secrets-store.csi.k8s.io not found in the list of r
- Azure App Configuration No managed identity endpoint found with ManagedIdentityCredential
Connecting with x.Connect(new Uri("https://[name].azconfig.io"), new ManagedIdentityCredential()) throws "No managed identity endpoint found". The code runs in Azure App Service and the app crashes with an unhandled Azure.Identity exception
- Azure Key Vault CSI Multiple user assigned identities exist please specify the clientId
Mounting Azure Key Vault secrets with the CSI driver fails with: "Multiple user assigned identities exist, please specify the clientId / resourceId" when the node/VM has more than one user-assigned managed identity. The SecretProviderClass
- Azure Spring Boot feature flags not refreshed on cache expiration
With cache-expiration configured (e.g. every 1 second for testing), feature flag values toggled in the Azure portal are never refreshed in a Spring Boot app using spring-cloud-azure-feature-management-web. The FeatureManager is autowired an
- Azure DevOps A task is missing The pipeline references a task called AzureAppConfigurationPush with version 6
Azure DevOps pipelines started failing with: "A task is missing. The pipeline references a task called AzureAppConfigurationPush with version 6. This indicates that the specific task version can not be found." It hit versions 5, 6 and 7 acr
- Disabling SSL verification in the Azure Document Intelligence client
I am analyzing PDFs with the Azure Document Intelligence SDK (`azure-ai-documentintelligence`) and get: `ServiceRequestError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain`. My envi