microsoft build 2022
49 TopicsAzure Communication Services UI Library Now Available for iOS and Android
Our team at Azure Communication Services is excited to release our first generally availability (GA) of the UI Library for iOS & Android. In this blog post we will summarize key features of the Mobile UI SDK and link you to resources to help you get started with your own mobile application today.General Availability of the Dapr Extension
We are excited to announce General Availability of the Dapr extension for Arc-enabled Kubernetes clusters alongside AKS. Distributed Application Runtime (Dapr) is a set of incrementally adoptable APIs that ease the implementation of common cloud-native patterns found in microservice applications. By leveraging the benefits of a sidecar architecture, Dapr helps developers tackle the challenges of building microservices while keeping code platform-agnostic. Dapr APIs, also referred to as building blocks: Seamlessly fit with your preferred language or framework Allow you to use one, several, or all the building blocks, depending on your needs Are built on best practice industry standards For example, you can enable Dapr on your application to provide intercommunication through messaging via the Pub/Sub API, or reliable and secure service-to-service calls via the Service Invocation API. The below image depicts the various Dapr building blocks your microservices can leverage. The Dapr extension provisions Dapr on your Arc-enabled Kubernetes clusters, eliminating the overhead of downloading any Dapr tooling or manually installing and managing the Dapr runtime on your cluster. After writing Dapr into your application (in this example, using the Dapr .NET SDK to publish a message to a topic): using var client = new DaprClientBuilder().Build(); await client.PublishEventAsync("order_pub_sub", "orders", order); You can use the az k8s-extension CLI to install the Dapr control plane on your Arc-enabled Kubernetes clusters. The same Azure CLI commands are used to managed Dapr on AKS clusters. For AKS, swamp out the --cluster-type value of connectedClusters with managedClusters. Use the following command in the Azure CLI: az k8s-extension create --extension-type Microsoft.Dapr \ --cluster-type connectedClusters \ --cluster-name myCluster \ --resource-group myResourceGroup \ --name myDaprExtension The extension offers a fully supported version of Dapr and integrates with all native Dapr configuration capabilities through simple command-line arguments. For example, to provision Dapr with high availability (HA) enabled, set the global.ha.enabled parameter to ‘true’: --configuration-settings "global.ha.enabled=true" The extension platform provides the ability to set auto-upgrades for the Dapr control plane, making it easy for you to align to the latest minor version of Dapr. Specify the --auto-upgrade-minor-version parameter and setting the value to 'true': --auto-upgrade-minor-version true Once the extension is installed, the Dapr control plane is created on your Arc-enabled Kubernetes cluster. Your application code, instrumented with Dapr, can immediately begin leveraging the Dapr APIs. Try the Dapr extension sample on your Arc-enabled Kubernetes cluster. For more information, refer to the Dapr cluster extension documentation.4.1KViews1like0CommentsBuild 2022: Azure Video Indexer Enhancements
At MS Build 2022, Azure Video Indexer service is becoming the primary video analytics offering Applied AI services, a GA service for analyzing stored videos (e.g. media libraries), with a single endpoint, more than 35 video and audio AIs - mainly based on Azure Cognitive Services. We have released set of quality, security and supportability-related enhancements for Build 2022.9.1KViews3likes0CommentsAzure Arc-enabled SQL Managed Instance Business Critical now generally available!
Today we announced the General availability of Azure Arc-enabled SQL MI Business critical tier at the Microsoft Build 2022 conference. This is the second major release of Arc-enabled SQL MI and SQL Server on Arc-enabled server which will help SQL Server customers globally to achieve business continuity running their data workloads on the Azure Edge while connected to Azure. In this blog, we will do a tour of these new improvements and benefits of the Business critical tier and General purpose tier.17KViews2likes0Comments