organization · inferred from evidence
Azure
The organization maintaining the Azure SDK and related services.
- AZ CLI 2.71.x breaks bicep deployments when using Azure Devops Agent
Teaches how to aZ CLI 2.71.x breaks bicep deployments when using Azure Devops Agent. Based on a real issue report and its verified fix.
- Partition ownership changes frequently with constant number of consumers
If Event Hubs partition ownership keeps flipping with a constant number of consumers, check where your checkpoint store lives. Two reporters had their Blob or File Storage checkpoint store in a different region than the consumers; moving th
- AI Project client says "Invalid tool value(s): azure_function"
The Invalid tool value: azure_function error means the Azure AI Foundry hub/project is missing its capability host, which is required for the Azure Functions tool. Two confirmed fixes: 1.
- EventHub unexpectedly closes connection
A practical guide for Azure Key Vault. EventHub connections unexpectedly closing (checkpoint restart behavior) on azure-eventhub 5.11.x: the maintainer confirms a bug in the SDK that was fixed in a later release. Upgrade azure-eventhub to t
- Disabling SSL verification in the Azure Document Intelligence client
Pass `connection_verify=False` when creating the client: `DocumentIntelligenceClient(endpoint=..., credential=..., connection_verify=False)`. This is documented in the azure-core configuration options and was confirmed by the Azure SDK main
- Azure Key Vault CSI driver driver name secrets-store.csi.k8s.io not found after AKS node upgrade
Teaches the verified fix from a real azure-key-vault support thread: azure Key Vault CSI driver driver name secrets-store.csi.k8s.io not found after AKS node upgrade