{"id":17106,"date":"2022-10-11T08:45:55","date_gmt":"2022-10-11T06:45:55","guid":{"rendered":"https:\/\/whiteduck.de\/?p=17106"},"modified":"2024-01-09T08:30:36","modified_gmt":"2024-01-09T07:30:36","slug":"monthly-azure-news-september-2022","status":"publish","type":"post","link":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/","title":{"rendered":"Monthly Azure news September 2022"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><\/div><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1170px + 0px );margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-one-full fusion-column-first fusion-column-last\" style=\"--awb-bg-size:cover;width:100%;\"><div class=\"fusion-column-wrapper fusion-flex-column-wrapper-legacy\"><div class=\"fusion-clearfix\"><\/div><\/div><\/div><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;--fontSize:32;line-height:1.31;\"><\/p>\n<p>Monthly Azure news September 2022<\/p>\n<p><\/h1><\/div><div class=\"fusion-text fusion-text-1\"><\/div><\/p>\n<\/p>\n\n\n<p class=\"wp-block-paragraph\">In this blog post we summarized some of the most important general availabilities and public previews, such as gRPC support in Azure App Service, some updates for CLI and SDK, App Configuration with Azure App Service and some more. Enjoy the read! ????????\u200d????<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Contents<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#Generalavailabilities\">General availabilities<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#AzureCosmosDBintegratedcache\">Azure Cosmos DB integrated cache<\/a><\/li>\n\n\n\n<li><a href=\"#AzureFunctionsextensionforEventGridblobtrigger\">Azure Functions extension for Event Grid blob trigger<\/a><\/li>\n\n\n\n<li><a href=\"#EnterprisegradeedgeforAzureStaticWebApps\">Enterprise-grade edge for Azure Static Web Apps<\/a><\/li>\n\n\n\n<li><a href=\"#APIManagementcustomwidgetsupportindeveloperportal\">API Management custom widget support in developer portal<\/a><\/li>\n\n\n\n<li><a href=\"#ManagedidentitytoconnectAzureCacheforRedistostorage\">Managed identity to connect Azure Cache for Redis to storage<\/a><\/li>\n\n\n\n<li><a href=\"#MultiinstanceGPUsupportinAKS\">Multi-instance GPU support in AKS<\/a><\/li>\n\n\n\n<li><a href=\"#ImprovedAppendCapabilityonImmutableStorageforBlobStorage\">Improved Append Capability on Immutable Storage for Blob Storage<\/a><\/li>\n\n\n\n<li><a href=\"#ImprovementstoAzureWebApplicationFirewall(WAF)customrules\">Improvements to Azure Web Application Firewall (WAF) custom rules<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"#PublicPreviews\">Public Previews<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"#Node.js18inAzureFunctions\">Node.js 18 in Azure Functions<\/a><\/li>\n\n\n\n<li><a href=\"#APIServerVNETIntegrationforAKSprivatecluster\">API Server VNET Integration for AKS private cluster<\/a><\/li>\n\n\n\n<li><a href=\"#gRPCsupportinAzureAppService\">gRPC support in Azure App Service<\/a><\/li>\n\n\n\n<li><a href=\"#SomesmallupdatesforCLIandAzureSDKinSeptember\">Some small updates for CLI and Azure SDK in September<\/a><\/li>\n\n\n\n<li><a href=\"#AppConfigurationwithAzureAppServiceandAzureFunctionsnowinpreview\">App Configuration with Azure App Service and Azure Functions now in preview<\/a><\/li>\n\n\n\n<li><a href=\"#SoftdeleteinAzureContainerRegistry\">Soft delete in Azure Container Registry<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:46px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Generalavailabilities\">General availabilities<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"AzureCosmosDBintegratedcache\">Azure Cosmos DB integrated cache<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Cosmos DB is a fully managed NoSQL database. The integrated cache is an in-memory cache which is automatically configured within the dedicated gateway and consists of the parts item cache and query cache. The feature can lower costs and improve read and write latency by handling cache management. The integrated cache is currently available for Core (SQL) API only. Check <a href=\"https:\/\/learn.microsoft.com\/azure\/cosmos-db\/integrated-cache\" target=\"_blank\" rel=\"noreferrer noopener\">this site <\/a>out for more information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"AzureFunctionsextensionforEventGridblobtrigger\">Azure Functions extension for Event Grid blob trigger<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure functions can be executed based on different triggers. One of them is related to Azure Blob Storage events (e.g., every time a blob is created). In previous versions, there was a delay in the execution of the functions. With the new trigger the latency is reduced as it is based on the event of a subscription to the blob container. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to test this feature, you need to create a storage account and a blob triggered function which uses at least <strong>version 5<\/strong> of the Blob Storage Extension. For a full tutorial refer to<a href=\"https:\/\/learn.microsoft.com\/azure\/azure-functions\/functions-event-grid-blob-trigger?tabs=csharp&amp;pivots=programming-language-csharp\" target=\"_blank\" rel=\"noreferrer noopener\"> this site<\/a>. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"EnterprisegradeedgeforAzureStaticWebApps\">Enterprise-grade edge for Azure Static Web Apps<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Static Web Apps enables you to host static web apps based on a serverless approach. Enterprise-grade edge is a functionality working together with the Azure Front Door service improving security and enabling faster page loads. Also, it is possible to cache a website&#8217;s static content across more than 118 points of presence across 100 metro cities. You can set up the enterprise-grade static web apps manually or within the Azure Portal. All details can be found <a href=\"https:\/\/learn.microsoft.com\/azure\/static-web-apps\/enterprise-edge?tabs=azure-portal\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"APIManagementcustomwidgetsupportindeveloperportal\">API Management custom widget support in developer portal<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure API Management enables users to manage the whole API lifecycle and enables management of APIs across different environments. The developer portal is a website which provides documentation of your APIs.<\/p>\n\n\n<div class=\"wp-block-image is-style-default\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"561\" src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-1024x561.png\" data-orig-src=\"https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-1024x561.png\" alt=\"\" class=\"lazyload wp-image-17405\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%271024%27%20height%3D%27561%27%20viewBox%3D%270%200%201024%20561%27%3E%3Crect%20width%3D%271024%27%20height%3D%27561%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-200x109.png 200w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-300x164.png 300w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-400x219.png 400w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-600x328.png 600w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-768x420.png 768w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-800x438.png 800w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-1024x561.png 1024w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover-1200x657.png 1200w, https:\/\/whiteduck.de\/wp-content\/uploads\/microsoft-cover.png 1496w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">Source: <a href=\"https:\/\/learn.microsoft.com\/azure\/api-management\/api-management-howto-developer-portal-customize\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft<\/a><\/figcaption><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">With the <strong>custom widget <\/strong>support for the <a href=\"https:\/\/learn.microsoft.com\/azure\/api-management\/api-management-howto-developer-portal-customize\" target=\"_blank\" rel=\"noreferrer noopener\">Azure API Management,<\/a> it will be easier to integrate with external systems and to represent data in the developer portal as you can customize your developer portal experience even better. You can use custom HTML code, self-host the developer portal and create or upload custom widgets to enhance your experience.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ManagedidentitytoconnectAzureCacheforRedistostorage\">Managed identity to connect Azure Cache for Redis to storage<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A managed identity can be used by applications when connecting to Azure by using AAD authentication.  Such managed identities can now be used by Azure Cache for Redis authenticating storage account connections. Details can be found <a href=\"https:\/\/learn.microsoft.com\/azure\/azure-cache-for-redis\/cache-managed-identity\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"MultiinstanceGPUsupportinAKS\">Multi-instance GPU support in AKS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Multi-instance GPU support is now generally available in AKS. An <a href=\"https:\/\/www.nvidia.com\/en-us\/data-center\/a100\/\" target=\"_blank\" rel=\"noreferrer noopener\">A100 GPU<\/a> can be divided into seven instances with own memory and Stream processing. As it is now available to use this functionality of divided instances in AKS, it can benefit from a higher performance output.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ImprovedAppendCapabilityonImmutableStorageforBlobStorage\">Improved Append Capability on Immutable Storage for Blob Storage<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Immutable storage for blob storage on containers now supports a new append feature that allows new data to be added and old data to remain in a WORM (write, once read many) pattern. Data cannot be changed or removed for a user-specified amount of time while it is in a WORM state.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Learn more about immutable storage <a href=\"https:\/\/learn.microsoft.com\/azure\/storage\/blobs\/immutable-storage-overview\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ImprovementstoAzureWebApplicationFirewall(WAF)customrules\">Improvements to Azure Web Application Firewall (WAF) custom rules<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Azure Web Application firewall protects web apps from common threads like SQL injection or other security breaches. For each WAF, it is possible to use predefined or custom rules to restrict access or handle requests. Microsoft now added additional operators (Any and GreaterThanEqual) for these rules and enables customization. This feature is enabled on regional level Web Application Firewalls. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Global Web Application Firewalls now support custom geo matching filtering rules using socket addresses as long as Azure Front Door is also in use. Therefore, access may be limited by a country or region. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the documentation for the global WAF <a href=\"https:\/\/learn.microsoft.com\/azure\/web-application-firewall\/afds\/waf-front-door-geo-filtering\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a> and for the regional <a href=\"https:\/\/learn.microsoft.com\/azure\/web-application-firewall\/ag\/custom-waf-rules-overview\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"PublicPreviews\">Public Previews<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Node.js18inAzureFunctions\">Node.js 18 in Azure Functions<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Node.js is an open-source JavaScript runtime that is available within Azure Functions. The support for Node.js <strong>Version 18 <\/strong>is now in public preview. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"APIServerVNETIntegrationforAKSprivatecluster\">API Server VNET Integration for AKS private cluster<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Currently a private AKS cluster is based on a Private Link. With the VNET Integration enabled the server endpoint for the Azure Kubernetes Cluster will be projected into a delegated Subnet in the same VNET of the Cluster. This makes the communication between the nodes and the API server a lot easier. The advantage is that you can ensure that network traffic between the node pools and server remains in a private network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can test out this function by registering for the <strong>EnableAPIServerVnetIntegrationPreview <\/strong>and activating the relevant Feature-Flag on the subscription.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gRPCsupportinAzureAppService\">gRPC support in Azure App Service<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">RPC stands for Remote Procedure Call which is a protocol that enables a service to request something from another service in another network. <a href=\"https:\/\/grpc.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">gRPC <\/a>is an open-source framework that can connect services across different data centers and supports load balancing, health check or authentication. With the support of gRPC in Azure App services, you are now able to utilize the framework and use it for messaging between client and server with HTTP\/2. The feature is enabled for Linux workloads in the App Services. The steps needed to deploy a .NET 6 application on App Service can be found here.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"SomesmallupdatesforCLIandAzureSDKinSeptember\">Some small updates for CLI and Azure SDK in September<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There were several fixes and improvements for the Azure CLI and the Azure SDK. Also, additional functionality is now provided. For instance, new templates can be utilized for the CLI and SDK. Moreover, the SDK terraform is now supported besides bicep as infrastructure providers. For a detailed overview of all improvements and changes please see the release <a href=\"https:\/\/devblogs.microsoft.com\/azure-sdk\/azure-sdk-release-september-2022\/\" target=\"_blank\" rel=\"noreferrer noopener\">notes of the SDK<\/a> or<a href=\"https:\/\/devblogs.microsoft.com\/azure-sdk\/azure-developer-cli-azd-september-2022-release\/\" target=\"_blank\" rel=\"noreferrer noopener\"> the CLI<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"AppConfigurationwithAzureAppServiceandAzureFunctionsnowinpreview\">App Configuration with Azure App Service and Azure Functions now in preview<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With Azure App configuration you can manage Azure Application settings and feature flags. As many applications have different components with separate configurations, it is difficult to keep track of those. The Azure Application Services provides a central solution for such applications. Now, as a preview feature, you can reference key-values for your Azure App Service and Azure Functions. The only restriction is that network restricted configuration stores and Configuration Store references are not supported yet. If you want more information, please read <a href=\"https:\/\/learn.microsoft.com\/azure\/app-service\/app-service-configuration-references\">this article<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"SoftdeleteinAzureContainerRegistry\">Soft delete in Azure Container Registry<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There is a new soft deletion upcoming to Azure Container Registry. With the preview enabled, it is possible to restore deleted artifacts for a specific period and build your containers from it again. In the settings, you can change the days the artifacts are kept in the so-called recycle bin. More information on this topic can be found <a href=\"https:\/\/learn.microsoft.com\/azure\/container-registry\/container-registry-soft-delete-policy\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog post we summarized some of the most important general availabilities and public previews, such as gRPC support in Azure App Service, some updates for CLI and SDK, App Configuration with Azure App Service and some more. Enjoy the read! ????????\u200d???? Contents General availabilities Azure Cosmos DB integrated cache Azure Cosmos DB is <a href=\"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/\"> <\/p>\n<div style=\"color:#ff9900\">[&#8230;]<\/div>\n<p><\/a><\/p>\n","protected":false},"author":5,"featured_media":14528,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_tribe_events_control_status":"","_tribe_events_control_status_canceled_reason":"","_tribe_events_control_status_postponed_reason":"","_tribe_events_control_online":"","_tribe_events_control_online_url":"","footnotes":""},"categories":[104],"tags":[113,320,316,110],"class_list":["post-17106","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-azure","tag-azure","tag-azurecloud","tag-cloudnative","tag-devops"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Monthly Azure news September 2022 - white duck<\/title>\n<meta name=\"description\" content=\"We&#039;re glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monthly Azure news September 2022 - white duck\" \/>\n<meta property=\"og:description\" content=\"We&#039;re glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"white duck\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/whiteduckgmbh\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-11T06:45:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-09T07:30:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1702\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Daniel Kerschagl\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@whiteduck_gmbh\" \/>\n<meta name=\"twitter:site\" content=\"@whiteduck_gmbh\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Daniel Kerschagl\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/\"},\"author\":{\"name\":\"Daniel Kerschagl\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/6eb0fb6f2c9f0b58b39970d83b620037\"},\"headline\":\"Monthly Azure news September 2022\",\"datePublished\":\"2022-10-11T06:45:55+00:00\",\"dateModified\":\"2024-01-09T07:30:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/\"},\"wordCount\":1500,\"image\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/WD-Blog-News04-BlogHeader-2560x1702px.png\",\"keywords\":[\"Azure\",\"AzureCloud\",\"cloudnative\",\"DevOps\"],\"articleSection\":[\"Azure\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/\",\"name\":\"Monthly Azure news September 2022 - white duck\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/WD-Blog-News04-BlogHeader-2560x1702px.png\",\"datePublished\":\"2022-10-11T06:45:55+00:00\",\"dateModified\":\"2024-01-09T07:30:36+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/6eb0fb6f2c9f0b58b39970d83b620037\"},\"description\":\"We're glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#primaryimage\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/WD-Blog-News04-BlogHeader-2560x1702px.png\",\"contentUrl\":\"https:\\\/\\\/whiteduck.de\\\/wp-content\\\/uploads\\\/WD-Blog-News04-BlogHeader-2560x1702px.png\",\"width\":2560,\"height\":1702,\"caption\":\"monthly azure news\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/monthly-azure-news-september-2022\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monthly Azure news September 2022\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/\",\"name\":\"white duck\",\"description\":\"Your Partner for Microsoft Azure &amp; AI\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/#\\\/schema\\\/person\\\/6eb0fb6f2c9f0b58b39970d83b620037\",\"name\":\"Daniel Kerschagl\",\"url\":\"https:\\\/\\\/whiteduck.de\\\/en\\\/author\\\/daniel-kerschagl\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Monthly Azure news September 2022 - white duck","description":"We're glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/","og_locale":"en_US","og_type":"article","og_title":"Monthly Azure news September 2022 - white duck","og_description":"We're glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.","og_url":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/","og_site_name":"white duck","article_publisher":"https:\/\/www.facebook.com\/whiteduckgmbh","article_published_time":"2022-10-11T06:45:55+00:00","article_modified_time":"2024-01-09T07:30:36+00:00","og_image":[{"width":2560,"height":1702,"url":"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png","type":"image\/png"}],"author":"Daniel Kerschagl","twitter_card":"summary_large_image","twitter_creator":"@whiteduck_gmbh","twitter_site":"@whiteduck_gmbh","twitter_misc":{"Written by":"Daniel Kerschagl","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#article","isPartOf":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/"},"author":{"name":"Daniel Kerschagl","@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/6eb0fb6f2c9f0b58b39970d83b620037"},"headline":"Monthly Azure news September 2022","datePublished":"2022-10-11T06:45:55+00:00","dateModified":"2024-01-09T07:30:36+00:00","mainEntityOfPage":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/"},"wordCount":1500,"image":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png","keywords":["Azure","AzureCloud","cloudnative","DevOps"],"articleSection":["Azure"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/","url":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/","name":"Monthly Azure news September 2022 - white duck","isPartOf":{"@id":"https:\/\/whiteduck.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#primaryimage"},"image":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png","datePublished":"2022-10-11T06:45:55+00:00","dateModified":"2024-01-09T07:30:36+00:00","author":{"@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/6eb0fb6f2c9f0b58b39970d83b620037"},"description":"We're glad to announce that the September issue of our Monthly Azure news is live. Keep reading and enjoy your monthly dosis of Azure cloud updates.","breadcrumb":{"@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#primaryimage","url":"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png","contentUrl":"https:\/\/whiteduck.de\/wp-content\/uploads\/WD-Blog-News04-BlogHeader-2560x1702px.png","width":2560,"height":1702,"caption":"monthly azure news"},{"@type":"BreadcrumbList","@id":"https:\/\/whiteduck.de\/en\/monthly-azure-news-september-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/whiteduck.de\/en\/"},{"@type":"ListItem","position":2,"name":"Monthly Azure news September 2022"}]},{"@type":"WebSite","@id":"https:\/\/whiteduck.de\/en\/#website","url":"https:\/\/whiteduck.de\/en\/","name":"white duck","description":"Your Partner for Microsoft Azure &amp; AI","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/whiteduck.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/whiteduck.de\/en\/#\/schema\/person\/6eb0fb6f2c9f0b58b39970d83b620037","name":"Daniel Kerschagl","url":"https:\/\/whiteduck.de\/en\/author\/daniel-kerschagl\/"}]}},"_links":{"self":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts\/17106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/comments?post=17106"}],"version-history":[{"count":0,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/posts\/17106\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/media\/14528"}],"wp:attachment":[{"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/media?parent=17106"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/categories?post=17106"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/whiteduck.de\/en\/wp-json\/wp\/v2\/tags?post=17106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}