Microsoft Ignite 2022 and subsequent Q1 2023 announcements established the Azure roadmap for the year. The priorities: AI integration across services, expansion of Azure Container Apps, and Kubernetes operator pattern improvements.

Azure Container Apps maturity

Azure Container Apps (ACA) reached general availability in May 2022 and spent 2022 adding features: HTTPS ingress, Dapr integration, dedicated consumption plans. By early 2023, ACA is a credible alternative to AKS for teams that do not need direct Kubernetes control. For microservices that use Dapr's building blocks (service invocation, pub/sub, state management), ACA provides the infrastructure without the cluster management burden.

Managed identities and security

Azure's managed identity story has matured into the recommended security pattern for almost all service-to-service authentication within Azure. Workload identity for AKS pods, system-assigned managed identities for Azure functions and container apps, and user-assigned managed identities for shared service access, allow services to authenticate to Azure resources without storing credentials anywhere. The migration from connection string credentials to managed identities is worth the engineering time it takes.

Azure OpenAI Service early access

Azure OpenAI Service was in limited preview for most of 2022 and reached general availability in January 2023. The early access queue had thousands of organisations waiting. The GA release opened access broadly. For enterprises that needed OpenAI model access within Azure's compliance framework, GA meant they could start building without waiting for the waitlist.

The multi-cloud reality for enterprise architects

Most large enterprises are not single-cloud. They have Azure, AWS, and often GCP workloads alongside on-premises infrastructure. The architecture patterns that matter in this environment are: cloud-agnostic data formats and APIs, portable containerised workloads, and governance tooling (Defender for Cloud, Azure Policy, Security Center) that works across environments. The abstraction layer that Azure Arc provides for managing non-Azure infrastructure from the Azure control plane is the most visible expression of Microsoft's multi-cloud strategy.