<?xml version="1.0" encoding="UTF-8"?>







<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
	<channel>
		<title>Microsoft Tech Community - Latest Blogs - </title>
		<link>https://techcommunity.microsoft.com</link>
		<description>
			
			
		</description>
				<item>
				<title>Securing Your Certification Authorities (Practical PKI Part 4)</title>
					<link>https://techcommunity.microsoft.com/blog/CoreInfrastructureandSecurityBlog/securing-your-certification-authorities-practical-pki-part-4/4549029</link>
					<description>&lt;P&gt;My name is Ron Arestia, and I am a Security Researcher with Microsoft’s Detection and Response Team (DART). We respond to customer cybersecurity incidents to assist with containment and recovery from threat actors. In this blog post, we work to enhance the security position of PKI by focusing on the most vital component first: your Certification Authorities (CAs). This is part 4 of a series on practical PKI implementation based on my experience with customer interactions working as a Microsoft engineer.&lt;/P&gt;
&lt;P&gt;Feel free to catch up on previous blog posts or jump right into this one&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/secure-configuration-and-hardening-of-active-directory-certificate-services/4463240&quot; target=&quot;_blank&quot;&gt;Secure Configuration and Hardening of Active Directory Certificate Services&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/implementing-and-managing-an-adcs-offline-root-certificate-authority-part-1/4468175&quot; target=&quot;_blank&quot;&gt;Implementing and Managing an ADCS Offline Root Certificate Authority (Practical PKI Part 1)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/crl--aia-publishing-guidance-practical-pki-part-2/4485713&quot; target=&quot;_blank&quot;&gt;CRL &amp;amp; AIA Publishing Guidance (Practical PKI Part 2)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/purpose-for-your-pki-practical-pki-part-3/4512518&quot; target=&quot;_blank&quot;&gt;Purpose For Your PKI (Practical PKI Part 3)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Before you start down this path, review &lt;A href=&quot;https://docs.specterops.io/ghostpack-docs/Certify.wik-mdx/overview&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;SpectreOps Exploitation of Certificate Services framework&lt;/A&gt;. This is the de facto standard against which you should secure your PKI. If you cannot protect against misconfigurations, threat actors are going to leverage them against you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please note: I will &lt;EM&gt;not &lt;/EM&gt;be demonstrating any red team/hacking tools in this blog out of an abundance of caution. There are myriad guides on how to leverage these tools against an ADCS PKI. My goal with this series is to provide best practice guidance and learn to think like a defensive security professional specific to PKI. &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Throughout this and future blog posts, I am going to reference the Exploitation of Certificate Services framework as ESC and reference specific ESC exploits. Take a moment to cross-reference what is written here with the finding to understand how misconfigurations can be abused.&lt;/P&gt;
&lt;H1 id=&quot;community-4549029-toc-hId--1133492400&quot;&gt;Root CA Security&lt;/H1&gt;
&lt;P&gt;I would advise anyone jumping into this blog series at this point to go back and review previous posts about root CA security and best practices. So much has already been written about this, so I will be brief in this section to focus on downstream security concepts.&lt;/P&gt;
&lt;P&gt;If a root CA is truly offline and protected by an HSM, the risk of compromise is exceptionally low albeit not zero. While I do not know of any specific anecdotal evidence of an offline root CA compromise, I am sure Hollywood could produce some Mission Impossible-level script. In reality, most threat actors are maneuvering around an enterprise via the identity plane, and the PKI infrastructure is the icing on a very scrumptious cake once they have achieved domain dominance. The idea of air-gapping your root CA does not mean your enterprise is insulated from a PKI attack, but the root of trust for your organization is sufficiently protected that rebuilding the subordinate infrastructure is much quicker than having to perform a greenfield deployment of your PKI.&lt;/P&gt;
&lt;P&gt;Recall that your root CA, as with all root CAs, leverages a self-signed certificate. That certificate is not by itself very remarkable except that it signs all of the subordinate/issuing/registration authorities AND all of the certificate revocation lists (CRLs). If a threat actor cannot compromise the root CA, in the case of a cybersecurity incident involving the subordinate infrastructure, the impacted organization can simply revoke all of the subordinate infrastructure certificates which will then be added to the CRL. That will subsequently invalidate any and all certificates issued by those subordinate CAs, but securely rebuilding the subordinate infrastructure means that an organization only needs to hydrate their issuance/registration infrastructure while the root remains trusted by the entire organization. This reduces the recovery time significantly since the root infrastructure is still trusted across the enterprise.&lt;/P&gt;
&lt;P&gt;If your root CA is NOT offline, it needs to be. There is no way to adequately mitigate risk against your PKI if the root CA is enterprise-joined. If your root CA is also your primary issuer, you should migrate to a two-tier PKI hierarchy after assessing need and impact. Threat actors are attracted to the highest branch in your organization’s technical hierarchy. If the root CA is online, they will find it, and chances are good that they will figure out how to exploit it.&lt;/P&gt;
&lt;H1 id=&quot;community-4549029-toc-hId-1354020433&quot;&gt;Enterprise CA Security&lt;/H1&gt;
&lt;P&gt;One piece of advice throughout this entire process: &lt;STRONG&gt;take your time&lt;/STRONG&gt;. There is no reason for you to rush this process or otherwise expedite your PKI into production. “Haste makes waste,” as goes the old proverb. While it is absolutely possible to stand up a servicing infrastructure in a brief period of time, you will miss critical security controls that will put your organization at risk. Take pains to document exhaustively your desired PKI configuration: CA names, supported encryption types, minimum key sizes, certificate and CRL validity periods, template types and purposes, and groups and users used across the PKI for management of the CA, templates, and issuance. Documentation of your PKI should be the overwhelming majority of the time spent building it. Every other component falls into place with a proper framework established in advance.&lt;/P&gt;
&lt;P&gt;Your issuers are going to be front and center to most of your PKI operations. &lt;STRONG&gt;Do not co-locate services on your issuing CAs&lt;/STRONG&gt;. Your issuing CAs have a single purpose: as an enterprise issuing certificate authority. The only service installed on these systems should be the ADCS Certification Authority role. &lt;STRONG&gt;Do not install the CA role on a domain controller.&lt;/STRONG&gt; (I cannot stress this enough!) Do not install any other Windows role or feature, even those under the ADCS role. Every additional role you install on your issuing CA increases its risk footprint and your administrative burden. Keep third party tools, agents, services, APIs, etc. to the bare minimum. If this is installed in Tier 0 of a properly tiered security environment, the risk should be much lower. &lt;STRONG&gt;PKI is a Tier 0 system!&lt;/STRONG&gt; It should be treated with the same level of security as your domain controllers.&lt;/P&gt;
&lt;P&gt;For both (Offline) Root and Issuing CAs, the theft of a private key is considered a domain persistence technique, and the CA should be considered compromised even if there is no evidence of exfiltration.&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId-2044581907&quot;&gt;Proper CA Rights Management&lt;/H2&gt;
&lt;P&gt;Before you get started with your PKI implementation, you should create a handful of new security groups in Active Directory to directly manage your CAs, templates, and issuance. By default, ADCS assumes Domain Admins and Enterprise Admins are administering your PKI. &lt;STRONG&gt;Do not leave this configuration in place.&lt;/STRONG&gt; This does not comply with any least privilege guidance, and it leaves your PKI in a position where it can be compromised either directly or indirectly through lateral account movement once either of those groups is compromised by a threat actor.&lt;/P&gt;
&lt;P&gt;To manage your issuing CA, create a security group named “CA Admins” or something similar that meets your organizational naming standards or needs. CA Admins have the sole responsibility of managing the CAs themselves. These are the admins who will open the Certification Authority management console (MMC), modify the CA configuration, when necessary, perform signing operations (e.g., manual CRL issuance), revoke certificates, perform backups, and maintain the overall health of the PKI. (Figure 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LTVjcWFVTA?image-dimensions=399x534&amp;amp;revision=2&quot; width=&quot;399&quot; height=&quot;534&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 1&lt;/P&gt;
&lt;P&gt;To manage certificate issuance for your enterprise, create a security group named “Certificate Managers” or something similar. Certificate Managers have the responsibility of scrutinizing certificates pending issuance. This should be a small group of trusted admins who are trained to review certificate requests and perform issuance based on security and risk standards established for your enterprise. (Figure 2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LUF4UGprcg?image-dimensions=399x534&amp;amp;revision=2&quot; width=&quot;399&quot; height=&quot;534&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 2&lt;/P&gt;
&lt;P&gt;Each of these groups will be configured in the ADCS certification authority MMC with their respective rights. Each one of these groups is single-purpose. None of them should have the ability to request certificates, and ideally, the membership of these groups should never overlap. The purpose here is to provide role separation. No one should be able to request a certificate and approve their own request, for example.&lt;/P&gt;
&lt;P&gt;To manage certificate templates for your enterprise, create a security group named “Certificate Template Managers” or something similar. Certificate Template Managers are responsible for creation, management, and maintenance of all certificate templates in the enterprise. These individuals should have a comprehensive understanding of certificate template creation, purposeful provisioning of new templates, and management of access control lists (ACLs) on templates. These individuals are your first line of defense against misconfiguration of certificate templates that lead to compromise through many of the Exploitation of Certificate Services (ESC) methods. Note: this requires manipulation of a container in the Active Directory Configuration partition and may not be explicitly necessary if Certificate Managers is properly constrained. (Figure 3)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LVpVOHVuVQ?image-dimensions=999x387&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;387&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 3&lt;/P&gt;
&lt;P&gt;These configurations made during inception of the PKI should cover you against exploitation of ESC7 specifically and require a very narrowly-scoped attack path for a threat actor to leverage it. I want to caution that this is not foolproof and does not account for exploitation of the administrative accounts themselves. If a threat actor gains control of one of the administrative accounts, they will have exploitation capability of whatever administrative function(s) is/are in scope for that user. This is why role separation is such an important concept for PKI management. In a true cybersecurity incident, the threat actor would have to gain access to multiple accounts to take full advantage of the enterprise PKI.&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId-237127444&quot;&gt;Configure Role Separation at the CA&lt;/H2&gt;
&lt;P&gt;In addition to proper assignment of roles, you can enforce strict role separation by implementing the role separation registry setting for ADCS (Figure 4):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;pre class=&quot;lia-code-sample language-&quot;&gt;&lt;code&gt;Certutil -setreg CA\RoleSeparationEnabled 1&lt;/code&gt;&lt;/pre&gt;&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LTdWQ2swZA?image-dimensions=999x163&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;163&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 4&lt;/P&gt;
&lt;P&gt;Before you do this, one caution: &lt;STRONG&gt;this will force ADCS to only allow one role per account&lt;/STRONG&gt;. If, for example, you have a user who is both a CA Admin and a Certificate Manager, with role separation enabled, they will not be able to perform &lt;EM&gt;either&lt;/EM&gt; action. ADCS role separation role sets and only permits them to hold one. While this configuration is exceptionally strong at preventing misuse of the PKI, &lt;STRONG&gt;it can lock out your admins from administering the PKI at all! &lt;/STRONG&gt;As such, you should have high confidence that your roles are properly assigned prior to changing this configuration setting. This setting is global meaning that it applies to any and all roles assigned to the PKI, not just the privileged roles.&lt;/P&gt;
&lt;P&gt;Good news, however, is that if this happens during your testing, you can log into the CA directly and remove the role separation registry configuration. This will allow you to go back to proper configuration to resolve the overlapping identities or avoid this setting going forward but be aware of service interruption as a result.&lt;/P&gt;
&lt;P&gt;It is possible to manage a secure PKI without this setting, however. It is one of many tools at your disposal.&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId--1570327019&quot;&gt;Disable Request Attribute SAN (EDITF_ATTRIBUTESUBJECTALTNAME2)&lt;/H2&gt;
&lt;P&gt;Microsoft introduced strong certificate mapping limitations as part of &lt;A href=&quot;https://support.microsoft.com/en-US/servicing/os/windows-server/2022/05/kb5014754-certificate-based-authentication-changes-on-windows-domain-controllers&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;KB5014754&lt;/A&gt; in response to a number of CVEs that surfaced back in 2022 (&lt;A href=&quot;https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-34691&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;CVE-2022-34691,&lt;/A&gt;&lt;A href=&quot;https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26931&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;CVE-2022-26931&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href=&quot;https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26923&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;CVE-2022-26923&lt;/A&gt;). This protection makes exploitation of ESC6 difficult but not impossible. In concert with ESC9 or ESC16, this could still be exploited even with properly-patched domain controllers.&lt;/P&gt;
&lt;P&gt;This misconfiguration (Figure 5) allows a requester to submit any subject alternative name (SAN) they want against a certificate template, even if the template does not allow it. To harden your CAs against this attack, you can make a registry change to disallow this behavior:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;pre class=&quot;lia-code-sample language-&quot;&gt;&lt;code&gt;Certutil -setreg policy\EditFlags +EDITF_ATTRIBUTESUBJECTALTNAME2&lt;/code&gt;&lt;/pre&gt;&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LWQ1S1RWVg?image-dimensions=999x437&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;437&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 5&lt;/P&gt;
&lt;P&gt;It is important to note that if any other CA administrative escalation vulnerabilities exist, a threat actor can remove this attribute without difficulty. It does require a restart of the service, so monitoring your ADCS service health can help to identify unwanted changes.&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId-917185814&quot;&gt;Protect the ICertPassage RPC Interface&lt;/H2&gt;
&lt;P&gt;ESC11 is a more recent exploitation that allows relaying of NTLM authentication to RPC on a vulnerable CA. This could allow an attacker to request certificates on behalf of other domain principals. (Figure 6)&lt;/P&gt;
&lt;P&gt;To harden your CAs against this attack, you can make a registry change to disallow this behavior:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;pre class=&quot;lia-code-sample language-&quot;&gt;&lt;code&gt;Certutil -setreg CA\InterfaceFlags +IF_ENFORCEENCRYPTICERTREQUEST&lt;/code&gt;&lt;/pre&gt;&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LUl0MVhISA?image-dimensions=999x315&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;315&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 6&lt;/P&gt;
&lt;P&gt;Note that this will force the CA to accept only RPC connections that are both signed and encrypted.&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId--890268649&quot;&gt;Check the CA Policy Module for Disabled Extensions&lt;/H2&gt;
&lt;P&gt;ESC16 covers another CA misconfiguration where a specific OID (1.3.6.1.4.1.311.25.2) is disabled in the CA Policy Module. This extension (szOID_NTDS_CA_SECURITY_EXT) will force the CA to omit a SID security extension in issued certificates which allows for exploitation of ESC6 and/or ESC7. This is functionally similar to ESC9, but this is a global setting whereas ESC9 is template-specific. (Figure 7)&lt;/P&gt;
&lt;P&gt;To harden your CAs against this attack, review the disabled extension list on your CA:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;pre class=&quot;lia-code-sample language-&quot;&gt;&lt;code&gt;Certutil -getreg policy\DisableExtensionList&lt;/code&gt;&lt;/pre&gt;&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LW03SVBMOA?image-dimensions=999x123&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;123&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 7&lt;/P&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this specific OID (1.3.6.1.4.1.311.25.2) is in the disabled extension list (Figure 8), remove it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;pre class=&quot;lia-code-sample language-&quot;&gt;&lt;code&gt;Certutil -setreg policy\DisableExtensionList -1.3.6.1.4.1.311.25.2&lt;/code&gt;&lt;/pre&gt;&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LWdSZ1ZOVw?image-dimensions=999x193&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;193&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 8&lt;/P&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTQ5MDI5LXRuVVRsZw?image-dimensions=999x124&amp;amp;revision=2&quot; width=&quot;999&quot; height=&quot;124&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P class=&quot;lia-align-center&quot; style=&quot;text-align: center;&quot;&gt;Figure 9&lt;/P&gt;
&lt;H2 id=&quot;community-4549029-toc-hId-1597244184&quot;&gt;Wrapping Up&lt;/H2&gt;
&lt;P&gt;As I said at the beginning of this post, take your time setting up your CAs. If you configure them with proper protections from the word “go,” you will harden your PKI sufficiently to confound even the most determined adversaries.&lt;/P&gt;
&lt;P&gt;Of the sixteen published ESC vulnerabilities, five of them are directly attributed to CA security misconfigurations (ESC 6, 7, 8, 11, &amp;amp; 16). In this blog post, we provided guidance for all of these except ESC8 which deals with Certification Authority Web Enrollment (CAWE), Certificate Enrollment Service (CES), Certificate Enrollment Policy (CEP), and Network Device Enrollment Service (NDES). In my introduction, I reinforced that your Certification Authority should be &lt;EM&gt;single-purpose&lt;/EM&gt;. Do NOT install other ADCS roles on your CA. You introduce risks to which the CA itself should not be exposed. If you follow this guidance, ESC8 will not present a problem, but we will cover it in more detail in a future blog post.&lt;/P&gt;
&lt;P&gt;In Part 5, we will dive deep into the configuration of your certificate templates to address a multitude of vulnerabilities that are present from oftentimes simple misconfigurations that can lead to big headaches.&lt;/P&gt;</description>
					<guid>https://techcommunity.microsoft.com/blog/CoreInfrastructureandSecurityBlog/securing-your-certification-authorities-practical-pki-part-4/4549029</guid>
                    <dc:creator>RonArestia</dc:creator>
					<pubDate>Sun, 6 Sep 2026 21:00:00 PDT</pubDate>
				</item>
				<item>
				<title>Move to Modern SQL Server Licensing with Confidence</title>
					<link>https://techcommunity.microsoft.com/blog/SQLServer/move-to-modern-sql-server-licensing-with-confidence/4553599</link>
					<description>&lt;H2 id=&quot;community-4553599-toc-hId-1365273334&quot;&gt;Why eligible customers should move to pay-as-you-go licensing (PAYG)&lt;/H2&gt;
&lt;P&gt;For eligible SQL Server workloads, PAYG should be the preferred licensing approach when moving away from licenses and Software Assurance. It aligns billing with measured usage, adapts as the estate changes, and reduces the operational burden of managing fixed license quantities. The transition requires deliberate resource-configuration updates, but the result is a more flexible and manageable licensing model.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Align cost with&lt;/STRONG&gt;&lt;STRONG&gt; measured usage: &lt;/STRONG&gt;Adopt consumption-based billing for eligible SQL Server resources instead of maintaining fixed license allocations.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Scale without repeated license true-ups: &lt;/STRONG&gt;Let billing adjust as workloads are added, removed, migrated, resized, or used intermittently.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Manage licensing through Azure: &lt;/STRONG&gt;Use Azure-based controls to review resource-level licensing and improve visibility across the estate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Reduce license administration: &lt;/STRONG&gt;Spend less time tracking fixed quantities and aligning individual resources with license inventory.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Optimize committed consumption: &lt;/STRONG&gt;After establishing stable PAYG usage, evaluate applicable Azure savings plans or reservations to help reduce costs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id=&quot;community-4553599-toc-hId--442181129&quot;&gt;Guidance for transitioning your resource settings&lt;/H2&gt;
&lt;P&gt;Once your organization decides to adopt PAYG for eligible SQL Server workloads, update the license configuration on each resource so billing reflects that decision. A commercial or licensing change alone does not update resource-level settings.&lt;/P&gt;
&lt;P&gt;Plan this configuration work as part of the transition rather than treating it as a follow-up. Starting early gives teams time to validate security, networking, Azure Arc connectivity, billing, and operational processes before switching the broader estate.&lt;/P&gt;
&lt;P&gt;&lt;A class=&quot;lia-external-url&quot; href=&quot;http://learn.microsoft.com/en-us/sql/sql-server/manage-license-type-at-scale&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Automate the transition to pay-as-you-go SQL licensing at scale&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Choose the transition approach that fits your estate&lt;/P&gt;
&lt;H3 id=&quot;community-4553599-toc-hId-248380345&quot;&gt;PowerShell for a controlled bulk change&lt;/H3&gt;
&lt;P&gt;Use PowerShell when you need a targeted transition across a defined tenant, subscription, resource group, or resource scope.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Discover and review resources before making changes.&lt;/LI&gt;
&lt;LI&gt;Test the transition with a limited scope.&lt;/LI&gt;
&lt;LI&gt;Update eligible resources in bulk when the organization is ready.&lt;/LI&gt;
&lt;LI&gt;Validate the resulting license configuration and billing signals.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3 id=&quot;community-4553599-toc-hId--1559074118&quot;&gt;Azure Policy for ongoing governance&lt;/H3&gt;
&lt;P&gt;Use Azure Policy to transition existing SQL resources to PAYG and continuously enforce the desired licensing configuration. Azure Policy helps identify configuration drift, maintain compliance, and automatically remediate non-compliant resources at scale.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Define the approved license configuration for eligible resources.&lt;/LI&gt;
&lt;LI&gt;Assign policy at the appropriate subscription or resource group scope.&lt;/LI&gt;
&lt;LI&gt;Monitor compliance through centralized Azure views.&lt;/LI&gt;
&lt;LI&gt;Remediate resources that drift from the approved configuration.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H2 id=&quot;community-4553599-toc-hId--1569577222&quot;&gt;Recommended path to PAYG&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Commit to&lt;/STRONG&gt;&lt;STRONG&gt; the PAYG target.&lt;/STRONG&gt; Confirm which eligible workloads will move and identify the teams responsible for licensing, Azure, security, networking, and SQL operations.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Prepare the estate.&lt;/STRONG&gt; For SQL Server running outside of Azure, &lt;A class=&quot;lia-external-url&quot; href=&quot;https://learn.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver17&amp;amp;tabs=americas&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;connect to Azure Arc&lt;/A&gt;. Inventory eligible SQL resources and confirm that Azure Arc connectivity and required organizational approvals are in place.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Prove the transition.&lt;/STRONG&gt; Test resource updates and billing behavior in a limited resource group or subscription.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Move&lt;/STRONG&gt;&lt;STRONG&gt; at scale.&lt;/STRONG&gt; Use PowerShell for a controlled bulk transition, then apply Azure Policy for ongoing governance where appropriate.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Verify and operate&lt;/STRONG&gt;. Review the resulting configuration, monitor compliance, and reassess as the SQL estate grows or changes.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Evaluate commitment-based savings.&lt;/STRONG&gt; After establishing a stable PAYG usage pattern, assess whether an applicable Azure savings plan or reservation could reduce costs. Review eligibility, coverage, and commitment terms with your Microsoft representative.&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id=&quot;community-4553599-toc-hId-917935611&quot;&gt;Learn more&lt;/H2&gt;
&lt;P&gt;&lt;A class=&quot;lia-external-url&quot; href=&quot;http://learn.microsoft.com/en-us/sql/sql-server/manage-license-type-at-scale&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Automate the transition to pay-as-you-go SQL licensing at scale&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class=&quot;lia-external-url&quot; href=&quot;https://learn.microsoft.com/en-us/sql/sql-server/azure-arc/manage-license-billing?view=sql-server-ver17&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Manage licensing and billing of SQL Server enabled by Azure Arc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class=&quot;lia-external-url&quot; href=&quot;https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/pricing-guidance?view=azuresql&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Pricing guidance for SQL Server on Azure VMs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class=&quot;lia-external-url&quot; href=&quot;https://azure.microsoft.com/en-gb/pricing/details/azure-sql-database/single/?msockid=0d3927b2525568533db130c3537a69a1&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Azure SQL Database pricing&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Eligibility, billing treatment, prerequisites, and available licensing options vary by resource and licensing arrangement. Review the applicable Microsoft terms and product guidance, and consult your Microsoft representative or licensing specialist as needed.&lt;/EM&gt;&lt;/P&gt;</description>
					<guid>https://techcommunity.microsoft.com/blog/SQLServer/move-to-modern-sql-server-licensing-with-confidence/4553599</guid>
                    <dc:creator>Venkata_Raj_Pochiraju</dc:creator>
					<pubDate>Fri, 4 Sep 2026 17:02:23 PDT</pubDate>
				</item>
				<item>
				<title>Event Recap - TechCon Seattle 2026</title>
					<link>https://techcommunity.microsoft.com/blog/CommunityNewsDesk/event-recap---techcon-seattle-2026/4552817</link>
					<description>&lt;H2 id=&quot;community-4552817-toc-hId-1365246176&quot;&gt;TL;DR&lt;/H2&gt;
&lt;P&gt;TechCon 365, PWRCON and DATACON Seattle 2026 August 24–28.&lt;/P&gt;
&lt;P&gt;Five days. Three thriving technology communities. One shared destination for learning, innovation, and connection. &lt;A href=&quot;https://www.techcon365.com/Seattle/&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;TechCon 365, PWRCON, and DATACON Seattle&lt;/A&gt; 2026 brought together Microsoft 365, Power Platform, and Microsoft Data professionals for an immersive week of expert-led content, hands-on training, and meaningful networking opportunities.&lt;/P&gt;
&lt;P&gt;Hosted at the Seattle Convention Center, the event featured 255 sessions and workshops, 36 hands-on training experiences, 131 industry experts and community leaders, and two keynote presentations exploring the future of AI, productivity, business applications, and data. Attendees had direct access to Microsoft product specialists, MVPs, and community experts through technical sessions, Ask the Experts panels, community meetups, and inclusive networking experiences designed to help every participant learn, connect, and grow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;FIGURE style=&quot;margin: 0; padding: 0;&quot;&gt;
&lt;DIV style=&quot;position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; border: 0;&quot;&gt;&lt;IFRAME src=&quot;https://medius.microsoft.com/Embed/video-nc/4e7cfd8c-1b4a-453c-bd4d-66b0e918acd2&quot; title=&quot;TechCon Seattle Sizzle Reel&quot; allowfullscreen=&quot;allowfullscreen&quot; allow=&quot;fullscreen; picture-in-picture&quot; style=&quot;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;&quot; sandbox=&quot;allow-scripts allow-same-origin allow-forms&quot;&gt;
&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;FIGCAPTION id=&quot;video-caption&quot; style=&quot;font-size: 14px; line-height: 1.5; color: #1f1f1f; text-align: left; margin-top: 8px;&quot;&gt;If the player doesn’t load, open the video in a new window: &lt;A style=&quot;color: #0a5bd9; text-decoration: underline;&quot; title=&quot;Open the video in a new window&quot; href=&quot;https://medius.microsoft.com/Embed/video-nc/4e7cfd8c-1b4a-453c-bd4d-66b0e918acd2&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;Open video&lt;/A&gt;&lt;/FIGCAPTION&gt;
&lt;/FIGURE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4 id=&quot;community-4552817-toc-hId-258856291&quot;&gt;&lt;SPAN class=&quot;lia-text-color-15&quot;&gt;&lt;STRONG&gt;Introduction&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href=&quot;https://www.techcon365.com/Seattle/&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;TechCon&amp;nbsp;365, PWRCON and DATACON&lt;/A&gt; Seattle brought together technology leaders, IT professionals, developers, architects, and innovators to the Pacific Northwest and beyond for three days of learning, collaboration, and inspiration. Attendees explored the latest advancements in AI, cloud computing, cybersecurity, workplace productivity, and emerging technologies through expert-led sessions, hands-on workshops, and engaging keynote presentations. More than just a conference, TechCon Seattle served as a hub for meaningful conversations, new connections, and practical insights that attendees can take back to their organizations. As we look back on this year&#39;s event, we&#39;re excited to share some of the highlights, key takeaways, and memorable moments that made TechCon Seattle an unforgettable experience.&lt;/P&gt;
&lt;H5 id=&quot;community-4552817-toc-hId-949417765&quot;&gt;&lt;STRONG&gt;Event facts&amp;nbsp;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;STRONG&gt;Where: &lt;/STRONG&gt;Seattle Convention Center, Summit Building, 900 Pine Street, Seattle, WA 98101&amp;nbsp;&lt;/P&gt;
&lt;P&gt;255 sessions and workshops, including 36 hands-on workshops; 131 speakers; 15 sponsors; 2 keynotes&lt;/P&gt;
&lt;P&gt;1,010 registrations; 984 onsite attendees; 67% first-time attendees; 16 countries&lt;/P&gt;
&lt;P&gt;#techcon365 and #CommunityLuv&amp;nbsp;&lt;/P&gt;
&lt;DIV class=&quot;styles_lia-table-wrapper__h6Xo9 styles_table-responsive__MW0lN&quot;&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;H4 id=&quot;community-4552817-toc-hId-938914661&quot;&gt;&lt;SPAN class=&quot;lia-text-color-15&quot;&gt;&lt;STRONG&gt;In a Nutshell&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;P&gt;Microsoft’s presence was impossible to miss. Sixteen Microsoft-led, 70-minute sessions across two conference days gave attendees direct access to the people shaping the products, while two keynotes set the strategic tone. Microsoft supplied 47 of the event’s 131 speakers, representing 36% of the faculty. Beyond that core lineup, 255 sessions and workshops, including 36 hands-on workshops, let participants build an agenda around technical depth, product direction, live demos, and practical peer insight.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why it mattered&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;TechCon 365, PWRCON, and DATACON Seattle brought together the professionals who drive digital transformation in organizations of every size, including IT administrators, developers, makers, architects, data specialists, business leaders, Microsoft MVPs, and community experts. The event created a unique opportunity for attendees to gain practical skills, explore emerging technologies, connect with peers facing similar challenges, and engage directly with product experts and industry thought leaders.&lt;/P&gt;
&lt;P&gt;The audience reflected the broad impact of today&#39;s technology landscape, with strong participation from large enterprises, government organizations, and a diverse mix of technical and business roles. For many attendees, the event represented their first experience with the TechCon community, creating new opportunities for collaboration, knowledge sharing, and professional growth. By bringing together three complementary technology communities under one roof, the event fostered cross-disciplinary conversations and helped attendees discover new ideas, solutions, and connections they can bring back to their organizations and teams. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTUyODE3LTFBWVU1Sg?image-dimensions=842x152&amp;amp;revision=9&quot; width=&quot;842&quot; height=&quot;152&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;H4 id=&quot;community-4552817-toc-hId--868539802&quot;&gt;&lt;SPAN class=&quot;lia-text-color-15&quot;&gt;&lt;STRONG&gt;Key Content &amp;amp; Highlights&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H4&gt;
&lt;H5 id=&quot;community-4552817-toc-hId--177978328&quot;&gt;&lt;STRONG&gt;Microsoft keynotes&amp;nbsp;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;&lt;A href=&quot;https://www.techcon365.com/Seattle/program/sessions-workshops?search=building+what%E2%80%99s+next+for+work&amp;amp;session=1291592&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;&lt;STRONG&gt;Building What’s Next for Work&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; with Jason Moore | Wednesday, August 26, 8:30–9:40 AM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Jason Moore, Vice President of Product Management for Copilot Studio, opened the conference with a keynote on what becomes possible when Microsoft 365 Copilot, Copilot Cowork, Power Platform, and Copilot Studio are used together at scale. The session connected personal productivity, business-process transformation, agents, live demonstrations, customer stories, and enterprise governance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href=&quot;https://www.techcon365.com/Seattle/program/sessions-workshops?search=from+databases+to+agents%3A&amp;amp;session=1289934&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;&lt;STRONG&gt;From Databases to Agents: Building the Data Foundation for the Agentic Enterprise&lt;/STRONG&gt;&lt;/A&gt;&lt;STRONG&gt; with Shireesh Thota | Thursday, August 27, 8:30–9:40 AM&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Shireesh Thota, Corporate Vice President at Microsoft, focused the Data keynote on the foundation&amp;nbsp;required&amp;nbsp;for agentic enterprise applications. The session connected operational data, real-time context, memory, analytics, governance, and security across Azure SQL, Cosmos DB, Azure Managed Redis, Horizon DB, Microsoft Fabric and&amp;nbsp;OneLake, and&amp;nbsp;Rayfin.&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;Photos of TechCon Keynote session&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image Photos of TechCon Keynote session&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTUyODE3LUZFUldQdg?image-dimensions=999x455&amp;amp;revision=9&quot; width=&quot;999&quot; height=&quot;455&quot; alt=&quot;Photos of TechCon Keynote session&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5 id=&quot;community-4552817-toc-hId--1985432791&quot;&gt;&lt;STRONG&gt;Microsoft-led sessions&amp;nbsp;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;The event featured 40 70-minute sessions: 15 focused on Microsoft 365, five on Power Platform, and 20 on Data. Of these, 16 were led by Microsoft. Microsoft-led sessions. All sessions from Microsoft and community are here: &lt;A href=&quot;https://techcon365.com/Seattle/program/sessions-workshops&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot;&gt;All Sessions &amp;amp; Workshops - Microsoft 365, DATA &amp;amp; Power Platform Conference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5 id=&quot;community-4552817-toc-hId-502080042&quot;&gt;&lt;STRONG&gt;Ask the Experts&amp;nbsp;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;Ask the Experts was scheduled in the Expo Hall on Wednesday, August 26 and Thursday, August 27. The area brought together Microsoft speakers, MVPs, and community leaders for direct, product-specific conversations with attendees.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;Ask the Experts in the expo hall&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image Ask the Experts in the expo hall&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTUyODE3LU9JRW1zNw?image-dimensions=975x549&amp;amp;revision=9&quot; width=&quot;975&quot; height=&quot;549&quot; alt=&quot;Ask the Experts in the expo hall&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;H5 id=&quot;community-4552817-toc-hId--1305374421&quot;&gt;&lt;STRONG&gt;Microsoft Community and networking&amp;nbsp;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;The Microsoft Community space in the Expo Hall served as the hub for meet-and-greets, community discussions, and calls to action for MGCI. The space brought together Microsoft product experts, MVPs, and community leaders to connect directly with attendees, answer questions, share resources, and discuss the latest innovations across Microsoft 365, Power Platform, Data, and AI. Designed as a welcoming community lounge, the booth offered opportunities for meet-and-greets, expert conversations, and hands-on discussions that helped attendees turn new ideas into practical solutions. 85 individual attendees were scanned in and attended the community space.&lt;/P&gt;
&lt;P&gt;Community programming also included a Women in Tech &amp;amp; Allies lunch meet up session on Wednesday and a full panel &quot;Women in Tech: Lifting as we Climb&quot; with Rie Merritt, Karen Lopez, Mehrsa Golestaneh and Heather Cook, an MGCI meetup during lunch on Thursday led by Heather Cook &amp;amp; Bryan Hart, a speaker reception on Tuesday, an Expo reception, and an attendee “Luau” reception at the Hyatt Regency Seattle. Thank you to all who provided their expertise while staffing this year’s community space.&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;Community pics and Microsoft booth and WIT lunch&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image Community pics and Microsoft booth and WIT lunch&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTUyODE3LXZRdUdCQg?image-dimensions=999x566&amp;amp;revision=9&quot; width=&quot;999&quot; height=&quot;566&quot; alt=&quot;Community pics and Microsoft booth and WIT lunch&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5 id=&quot;community-4552817-toc-hId-1182138412&quot;&gt;&lt;STRONG&gt;&lt;SPAN class=&quot;lia-text-color-21&quot;&gt;What the program achieved&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;TechCon 365, PWRCON and DATACON Seattle 2026 brought three technical audiences together around a 255-session-and-workshop program. Microsoft anchored that experience with two executive keynotes, 16 Microsoft-led sessions, Ask the Experts, community programming, and sustained Expo Hall engagement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The event combined scale and specialization: 984 attendees, 255 sessions and workshops, and 36 hands-on workshops across three co-located communities.&lt;/P&gt;
&lt;P&gt;Microsoft’s footprint was broad and visible, with 47 speakers, both keynotes, 40 company-led sessions, direct expert access, and 183 registrations attributed to Microsoft channels.&lt;/P&gt;
&lt;P&gt;Thank you to the Microsoft production team - Microsoft Exec Producer Heather Cook, Content Lead Bryan Wofford and our partners Stephanie Lawson, Rie Merritt, and to TechCon producers Sharon Toler, David Wilhelm, Ashley Wilhelm, Liz Sundet and team for their terrific supporting the Seattle event, and to the 47 Microsoft speakers and 50 Microsoft MVPs who helped and always shape the program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Till next year - One City, One TechCon - one event all together in TechCon in Atlanta, September 13-17, 2027&lt;/P&gt;</description>
					<guid>https://techcommunity.microsoft.com/blog/CommunityNewsDesk/event-recap---techcon-seattle-2026/4552817</guid>
                    <dc:creator>HeatherCook</dc:creator>
					<pubDate>Fri, 4 Sep 2026 14:04:40 PDT</pubDate>
				</item>
				<item>
				<title>Available today: OpenAI GPT-6 Astra in Microsoft Copilot</title>
					<link>https://techcommunity.microsoft.com/blog/Microsoft365CopilotBlog/available-today-openai-gpt-6-astra-in-microsoft-copilot/4552808</link>
					<description>&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;GPT-6 Astra joins the frontier models available in Copilot&amp;nbsp;Cowork&amp;nbsp;and Copilot Studio, giving customers more choice for complex work they want to delegate to AI.&amp;nbsp;Astra expands the range of work that can be handed off to Copilot. Instead of breaking work into smaller pieces and guiding it step by step,&amp;nbsp;you&amp;nbsp;can delegate larger&amp;nbsp;tasks&amp;nbsp;and focus&amp;nbsp;your&amp;nbsp;time on reviewing results, making decisions, and moving work forward.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:0,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:210,&amp;quot;335559739&amp;quot;:210,&amp;quot;335559740&amp;quot;:300}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;span class=&quot;lia-media-object lia-media-is-center lia-media-size-default&quot; data-image-alt=&quot;&quot;&gt;&lt;button class=&quot;lia-media-unstyled-btn&quot; type=&quot;button&quot; aria-haspopup=&quot;true&quot; aria-label=&quot;Enlarge Image&quot;&gt;&lt;img src=&quot;https://techcommunity.microsoft.com/t5/s/gxcuf89792/images/bS00NTUyODA4LXNqZVFNaQ?image-dimensions=999x583&amp;amp;revision=7&quot; width=&quot;999&quot; height=&quot;583&quot; alt=&quot;&quot; /&gt;&lt;/button&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;As more work is delegated, the quality of the outcome depends on both the model and the context it can reason over. Work IQ grounds GPT-6 Astra in your files, meetings, chats, and business data within existing permissions,&amp;nbsp;resulting in more relevant and&amp;nbsp;accurate&amp;nbsp;responses.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;134233117&amp;quot;:false,&amp;quot;134233118&amp;quot;:false,&amp;quot;201341983&amp;quot;:0,&amp;quot;335551550&amp;quot;:1,&amp;quot;335551620&amp;quot;:1,&amp;quot;335559685&amp;quot;:0,&amp;quot;335559737&amp;quot;:0,&amp;quot;335559738&amp;quot;:210,&amp;quot;335559739&amp;quot;:210,&amp;quot;335559740&amp;quot;:300}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H3 id=&quot;community-4552808-toc-hId--431705213&quot;&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;&lt;SPAN data-ccp-charstyle=&quot;Heading 2 Char&quot;&gt;Get started today&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:120,&amp;quot;335559740&amp;quot;:240}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;GPT-6 Astra is rolling out today to users in Copilot Cowork and Copilot Studio.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:120,&amp;quot;335559740&amp;quot;:240}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;Availability may vary by region and organization.&amp;nbsp;Admins can&amp;nbsp;manage access&amp;nbsp;and configure availability for their organization through the Microsoft 365 admin center.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:120,&amp;quot;335559740&amp;quot;:240}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;For the latest rollout information, see&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;https://www.microsoft.com/microsoft-365/roadmap&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;SPAN data-contrast=&quot;none&quot;&gt;&lt;SPAN data-ccp-charstyle=&quot;Hyperlink&quot;&gt;Roadmap&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;A href=&quot;https://learn.microsoft.com/en-us/microsoft-365/copilot/release-notes?tabs=all&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;&gt;&lt;SPAN data-contrast=&quot;none&quot;&gt;&lt;SPAN data-ccp-charstyle=&quot;Hyperlink&quot;&gt;Microsoft 365 Copilot release notes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;.&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:120,&amp;quot;335559740&amp;quot;:240}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-contrast=&quot;auto&quot;&gt;To learn more about the model, see OpenAI&#39;s announcement of &lt;A class=&quot;lia-external-url&quot; href=&quot;https://openai.com/index/gpt-6-astra/&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow noreferrer&quot;&gt;GPT-6 Astra&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-ccp-props=&quot;{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:120,&amp;quot;335559740&amp;quot;:240}&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
					<guid>https://techcommunity.microsoft.com/blog/Microsoft365CopilotBlog/available-today-openai-gpt-6-astra-in-microsoft-copilot/4552808</guid>
                    <dc:creator>Bas Brekelmans</dc:creator>
					<pubDate>Fri, 4 Sep 2026 13:20:03 PDT</pubDate>
				</item>
				<item>
				<title>Check This Out! (CTO!) Guide (September 2026)</title>
					<link>https://techcommunity.microsoft.com/blog/CoreInfrastructureandSecurityBlog/check-this-out-cto-guide-september-2026/4553591</link>
					<description>&lt;P&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/users/tysonpaul/322025&quot; data-lia-auto-title=&quot;Member: TysonPaul | Microsoft Community Hub&quot; data-lia-auto-title-active=&quot;0&quot; target=&quot;_blank&quot;&gt;Member: TysonPaul | Microsoft Community Hub&lt;/A&gt;&lt;/P&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-1365273326&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurehighperformancecomputingblog/retirement-of-microsoft-hpc-pack/4550183&quot; target=&quot;_blank&quot;&gt;Retirement of Microsoft HPC Pack&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurehighperformancecomputingblog&quot; target=&quot;_blank&quot;&gt;Azure High Performance Computing (HPC)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/xinxin/1593644&quot; target=&quot;_blank&quot;&gt;XinXin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/25/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft HPC Pack, a Windows-based HPC scheduler, will be retired, with support ending August 27, 2027. No new updates, features, or enhancements will be provided after this date, and only limited security support is available during the retirement period. Customers are advised to migrate to Azure Batch or other Azure services for HPC workloads. Existing deployments will not be forcibly disabled but will be unsupported after the retirement date. Microsoft encourages early migration planning and feedback to facilitate a smooth transition and address customer concerns.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--442181137&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurenetworkingblog/azure-dns--traffic-manager-linked-records/4548221&quot; target=&quot;_blank&quot;&gt;Azure DNS + Traffic Manager linked records&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurenetworkingblog&quot; target=&quot;_blank&quot;&gt;Azure Networking&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/atiy/3601757&quot; target=&quot;_blank&quot;&gt;atiy&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/26/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Azure DNS Traffic Manager linked records allow direct, managed integration between Azure DNS and Traffic Manager profiles, enabling endpoint IP addresses to be returned without an intermediate CNAME. This improves DNS responses, supports zone-apex routing, and enhances DNSSEC compatibility while preserving Traffic Manager’s routing intelligence, health monitoring, and failover. The article provides a practical guide for configuring, validating, and testing this feature, currently in public preview, using a multi-region Contoso scenario. The feature simplifies DNS architecture and client experience, making global routing more seamless and secure, especially for root domains.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-2045331696&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurenetworkingblog/azure-virtual-network-routing-appliance-is-now-generally-available/4543616&quot; target=&quot;_blank&quot;&gt;Azure Virtual Network routing appliance is now generally available&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurenetworkingblog&quot; target=&quot;_blank&quot;&gt;Azure Networking&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/anshu_verma/2767305&quot; target=&quot;_blank&quot;&gt;Anshu_Verma&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/04/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Azure Virtual Network routing appliance is now generally available, offering a managed, platform-native routing service for high-performance connectivity across Azure virtual networks. Designed for modern cloud demands—including AI, private connectivity, IPv6 adoption, and multi-region architectures—it enables scalable hub-and-spoke and private network models, simplifies operations, and supports both IPv4 and IPv6. With built-in resiliency, Azure-native management, configurable bandwidth, and integrated monitoring, it helps organizations build large-scale, efficient, and innovative network infrastructures, accelerating cloud and AI initiatives while reducing operational complexity.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-237877233&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/fasttrackblog/introducing-the-new-microsoft-365-setup-experience-a-personalized-dashboard-for-/4551387&quot; target=&quot;_blank&quot;&gt;Introducing the new Microsoft 365 Setup experience: A personalized dashboard for admins&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/fasttrack/blog/fasttrackblog&quot; target=&quot;_blank&quot;&gt;FastTrack&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/johnvincent/3643833&quot; target=&quot;_blank&quot;&gt;johnvincent&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/31/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft is launching a redesigned Microsoft 365 Setup experience for admins, featuring a personalized dashboard that centralizes deployment progress, onboarding, licensing, and readiness insights. The new setup offers tailored recommendations, direct product configuration, and easy access to guides and support, streamlining the deployment process. Admins can now spend less time searching and more time taking action, with integrated training, migration resources, and FastTrack support. This update aims to simplify Microsoft 365 deployments, making them more intuitive and efficient, with future enhancements planned based on admin feedback, including AI-powered insights and assistance.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--1569577230&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azuretoolsblog/building-a-fully-automated-azure-landing-zone-deployment-using-azure-devops-and-/4547956&quot; target=&quot;_blank&quot;&gt;Building a Fully Automated Azure Landing Zone Deployment Using Azure DevOps and Terraform&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azuretoolsblog&quot; target=&quot;_blank&quot;&gt;Azure Tools&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/rajasekharvemula/3493578&quot; target=&quot;_blank&quot;&gt;Rajasekharvemula&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/18/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article explains how to build a fully automated Azure Landing Zone using Azure DevOps and Terraform. It outlines best practices for deploying standardized cloud environments, including structured Git workflows, automated CI pipelines, environment promotion strategies, governance integration, identity and access management, and monitoring. Storing Terraform state in Azure Storage ensures collaboration and recovery. Automation from the start enables consistent, secure, and auditable cloud foundations, reducing operational effort and improving compliance. Combining Azure DevOps and Terraform transforms cloud deployment into a scalable, governed, and enterprise-ready platform engineering practice.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-917935603&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/finopsblog/cost-management-with-azure-resource-manager-mcp/4550182&quot; target=&quot;_blank&quot;&gt;Cost Management with Azure Resource Manager MCP&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/finopsblog&quot; target=&quot;_blank&quot;&gt;FinOps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/demiajayi/3547892&quot; target=&quot;_blank&quot;&gt;demiajayi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/25/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft has announced new Cost Management features in Azure Resource Manager MCP, providing default tools for AI agents to integrate cost insights into Azure workflows. These tools help with cost estimation, budget tracking, and identifying savings opportunities, while optional advanced tools enable deeper analysis, forecasting, and optimization. AI agents can query costs, analyze AKS workloads, and recommend savings, streamlining financial decision-making in cloud operations. Installation and configuration details are provided for VS Code and GitHub Copilot. Microsoft plans to expand agentic cost capabilities and invites user feedback on the new tools.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--889518860&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/finopsblog/who-ordered-all-these-tokens-giving-ai-spend-a-name-in-focus/4547978&quot; target=&quot;_blank&quot;&gt;Who Ordered All These Tokens? Giving AI Spend a Name in FOCUS&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/finopsblog&quot; target=&quot;_blank&quot;&gt;FinOps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/dirk_brinkmann/2425227&quot; target=&quot;_blank&quot;&gt;Dirk_Brinkmann&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/19/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article discusses the challenge of accurately attributing AI-related costs, such as Copilot and agent spend, within enterprise billing systems. Existing cost reports scatter AI expenses across ambiguous categories, making analysis difficult. The proposed solution is to create a custom “meter map” that classifies each billing meter into meaningful attributes (like token type, provider, Copilot, or agent). This enables clear reporting and chargeback, aligning spend with business questions. The approach is flexible, ongoing, and requires ownership, but solves the gap until vendor-neutral standards evolve further.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-1597993973&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/itopstalkblog/zonal-resiliency-in-azure-application-centric-goals-recovery-plans-and-drills/4542514&quot; target=&quot;_blank&quot;&gt;Zonal Resiliency in Azure: Application-Centric Goals, Recovery Plans, and Drills&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/itopstalk/blog/itopstalkblog&quot; target=&quot;_blank&quot;&gt;ITOps Talk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/pierre_roman/140097&quot; target=&quot;_blank&quot;&gt;Pierre_Roman&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/06/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article introduces “Resiliency in Azure” (formerly Azure Business Continuity Center), a unified platform for managing and validating zonal resiliency at the application level across IaaS, PaaS, and shared services. Key features include application-centric recovery plans, tailored Azure Advisor recommendations, Copilot-guided remediation, and automated zone-down drills via Azure Chaos Studio. This approach streamlines resiliency management, supports compliance, and enables realistic failover testing, reducing manual effort and uncertainty. While not all services are supported and costs may vary, it offers a significant improvement in visibility, confidence, and operational readiness for Azure applications.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--209460490&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/itopstalkblog/operating-azure-backup-at-scale-day-2-excellence-for-iaas-paas-and-storage-workl/4545638&quot; target=&quot;_blank&quot;&gt;Operating Azure Backup at Scale: Day-2 Excellence for IaaS, PaaS, and Storage Workloads&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/itopstalk/blog/itopstalkblog&quot; target=&quot;_blank&quot;&gt;ITOps Talk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/pierre_roman/140097&quot; target=&quot;_blank&quot;&gt;Pierre_Roman&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/11/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article summarizes advancements in Azure Backup, highlighting its unified, application-centric approach for protecting IaaS, PaaS, AKS, PostgreSQL, and storage workloads. Key features include a single vault model, built-in cyber resiliency with immutability and multi-user authorization, threat detection, agentless backups, and conversational configuration via VS Code. Azure Backup offers granular restores, compliance-friendly retention tiers, and robust protection against ransomware. Real-world scenarios and actionable steps demonstrate improved operational efficiency, security, and reliability for IT professionals managing large-scale Azure environments.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--2016914953&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurearcblog/expanding-the-azure-local-security-ecosystem-with-ibm-qradar-and-splunk/4535101&quot; target=&quot;_blank&quot;&gt;Expanding the Azure Local Security Ecosystem with IBM QRadar and Splunk&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurearcblog&quot; target=&quot;_blank&quot;&gt;Azure Arc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/ariel%20netz/138783&quot; target=&quot;_blank&quot;&gt;Ariel Netz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/07/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft has announced new integrations for Azure Local with IBM QRadar and Splunk, enabling organizations in regulated and sovereign environments to incorporate Azure Local security signals into their existing security operations platforms. This enhances monitoring, investigation, and compliance while preserving established tools and processes. Azure Local’s built-in security controls and audit logs now work seamlessly with these partner solutions, supporting flexible and resilient security operations. Microsoft is also working to expand its security ecosystem with additional partners in areas like endpoint detection, vulnerability management, and container security for Azure Local and Sovereign Private Cloud deployments.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-2144367619&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurearcblog/episode-1-onboarding-azure-arc-at-scale--the-azure-arc-check-in/4546441&quot; target=&quot;_blank&quot;&gt;Episode 1: Onboarding Azure Arc at Scale | The Azure Arc Check-In&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurearcblog&quot; target=&quot;_blank&quot;&gt;Azure Arc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/mason_torres/968818&quot; target=&quot;_blank&quot;&gt;Mason_Torres&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/18/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Episode 1 of The Azure Arc Check-In discusses strategies for onboarding large fleets of Windows and Linux servers to Azure Arc at scale. It emphasizes automation and non-interactive authentication to minimize manual effort and errors. For Linux servers, Ansible with managed identity streamlines agent deployment, while Windows servers can be onboarded using Active Directory Group Policy. The episode provides step-by-step guidance for both approaches, highlighting the importance of aligning onboarding methods with existing management tools and enabling consistent configuration and governance from day one.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-336913156&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurecompute/announcing-general-availability-of-disable-multithreading-and-configurable-const/4547908&quot; target=&quot;_blank&quot;&gt;Announcing General Availability of Disable Multithreading and Configurable Constrained Cores&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurecompute&quot; target=&quot;_blank&quot;&gt;Azure Compute&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/misha-bansal/2576478&quot; target=&quot;_blank&quot;&gt;misha-bansal&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/19/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft Azure has launched two new features: Disable Simultaneous Multithreading/Hyper-Threading (SMT/HT Off) and Configurable Constrained Cores. These allow customers to optimize VM performance and reduce software licensing costs by customizing vCPU configurations and disabling SMT/HT for improved performance and latency. Users can select specific vCPU counts without altering memory or storage, aiding compliance and cost efficiency. The features are available in all Azure regions, with no changes to VM pricing, and help customers tailor compute resources to their workloads, maintaining performance while controlling costs.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--1470541307&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/windowsosplatform/the-openvmm-project/4547237&quot; target=&quot;_blank&quot;&gt;The OpenVMM Project&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/windows/blog/windowsosplatform&quot; target=&quot;_blank&quot;&gt;Windows OS Platform&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/caroline_perezvargas/1777181&quot; target=&quot;_blank&quot;&gt;Caroline_Perezvargas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/17/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; OpenVMM is an open-source, cross-platform Virtual Machine Manager (VMM) written in Rust and released under the MIT license. It offers broad support for multiple architectures, host operating systems, and virtualization backends, and features a modular, flexible design. Since becoming open source in 2024, OpenVMM has grown with contributions from major industry partners, expanding device emulation, testing infrastructure, and confidential computing capabilities. Its modern security architecture leverages Rust, process sandboxing, and user-mode virtualization. OpenVMM is used in various environments, including Azure, and aims to provide secure, high-performance virtualization for diverse workloads.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-1016971526&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurepaasblog/azure-managed-redis-deployment-automation/4547874&quot; target=&quot;_blank&quot;&gt;Azure Managed Redis Deployment Automation&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurepaasblog&quot; target=&quot;_blank&quot;&gt;Azure PaaS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/luisfilipe/741199&quot; target=&quot;_blank&quot;&gt;LuisFilipe&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/21/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article introduces a PowerShell script for automating Azure Managed Redis (AMR) deployments, especially when facing regional capacity restrictions. The script retries cache creation at random intervals, cycling through specified SKUs and configurations, and cleans up failed resources before each attempt. It supports geo-replication, clustering, high availability, and custom eviction policies. Authentication, logging, and parameter validation are included. The script is provided as-is, without support or guarantees, and users are advised to test before production use due to potential costs and risks.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--790482937&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurepaasblog/tracking-batch-node-state-and-duration-in-log-analytics/4547582&quot; target=&quot;_blank&quot;&gt;Tracking Batch node state and duration in Log Analytics&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurepaasblog&quot; target=&quot;_blank&quot;&gt;Azure PaaS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/ahmed_khaled/1239754&quot; target=&quot;_blank&quot;&gt;Ahmed_Khaled&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/25/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article addresses gaps in Azure Batch node monitoring, such as identifying nodes stuck in certain states and automating alerts. Since Azure Monitor lacks per-node granularity, the proposed solution uses a Python script to poll Batch REST API and ingest node-level data into Log Analytics. Custom KQL queries and alerts enable precise tracking of node state, duration, and errors. The solution supports dashboards, automated remediation, and actionable alerts, and can be deployed via Azure Functions, Container Apps, or VMs. It enhances monitoring without replacing built-in metrics, providing detailed, per-node visibility for customers.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-1697029896&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azureinfrastructureblog/beyond-deployment-what-it-really-takes-to-run-github-actions-runners-on-aks/4547638&quot; target=&quot;_blank&quot;&gt;Beyond Deployment: What It Really Takes to Run GitHub Actions Runners on AKS&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azureinfrastructureblog&quot; target=&quot;_blank&quot;&gt;Azure Infrastructure&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/aparnabadireddigari/2474295&quot; target=&quot;_blank&quot;&gt;aparnabadireddigari&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/17/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Deploying GitHub Actions runners on Azure Kubernetes Service (AKS) with Actions Runner Controller (ARC) is straightforward, but running it as a production platform requires much more. Key challenges involve managing authentication, network dependencies, workload isolation, image lifecycle, and observability. Production readiness demands clear ownership, validated connectivity, strong operational practices, and reliable monitoring. Naming conventions and image management become platform contracts. Ultimately, success depends on operational excellence, governance, and ownership—moving beyond a working deployment to a mature, dependable platform that reliably supports multiple teams and business-critical workflows.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--110424567&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azureinfrastructureblog/azure-copilot-introduces-direct-access-to-agents/4547932&quot; target=&quot;_blank&quot;&gt;Azure Copilot Introduces Direct Access to Agents&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azureinfrastructureblog&quot; target=&quot;_blank&quot;&gt;Azure Infrastructure&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/artigulwadi/1350784&quot; target=&quot;_blank&quot;&gt;artigulwadi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/18/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Azure Copilot now offers direct access to specialized agents for troubleshooting, deployment, optimization, and resiliency, allowing cloud operations teams to quickly engage relevant expertise. This update streamlines workflows by matching tasks with purpose-built agents, enhancing efficiency and tailored guidance. Administrators can manage agent availability flexibly, enabling incremental adoption and better governance. Pricing remains unchanged, with most agents available at no extra cost. This evolution supports agentic cloud operations, empowering teams to operate more effectively across application and infrastructure lifecycles, with future enhancements and administrative controls expected.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--1917879030&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurestorageblog/accelerate-inference-on-aks-with-azure-blob-storage-and-nvidia-dynamo/4543408&quot; target=&quot;_blank&quot;&gt;Accelerate Inference on AKS with Azure Blob Storage and NVIDIA Dynamo&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurestorageblog&quot; target=&quot;_blank&quot;&gt;Azure Storage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/vishnu%20charan%20tj/65854&quot; target=&quot;_blank&quot;&gt;Vishnu Charan TJ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/11/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article details how integrating Azure Blob Storage with NVIDIA’s Dynamo stack accelerates AI inference on Azure Kubernetes Service (AKS). By using Dynamo ModelExpress and Run:ai Model Streamer, model weights are loaded up to 7.3x faster, reducing cold start latency by up to 4.6x. Offloading KV cache via NIXL to Blob Storage further lowers time-to-first-token latency by 2.8x and optimizes GPU memory use. These enhancements enable faster scaling, operational simplicity, and improved reliability for large AI models, streamlining inference workflows on AKS.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-569633803&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/coreinfrastructureandsecurityblog/unified-ai-defense-security-copilot-project-perception-and-mdash/4547124&quot; target=&quot;_blank&quot;&gt;Unified AI Defense: Security Copilot, Project Perception, and MDASH&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/cis/blog/coreinfrastructureandsecurityblog&quot; target=&quot;_blank&quot;&gt;Core Infrastructure and Security&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/edgarus71/1595015&quot; target=&quot;_blank&quot;&gt;edgarus71&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/24/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article outlines Microsoft’s unified AI security platform, comprising Security Copilot, Project Perception, and MDASH. Security Copilot assists security analysts via AI-driven workflows and investigations. Project Perception orchestrates multi-agent defense, coordinating Red, Blue, and Green agents to proactively identify, validate, and remediate threats. MDASH specializes in code vulnerability discovery, validation, and remediation guidance, feeding findings into broader defense workflows. Each tool serves distinct roles—analyst assistance, coordinated defense, and deep application security—but together provide a comprehensive, layered AI security solution with human oversight and governance.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--1237820660&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/skills-hub-blog/ai-skills-navigator-is-now-available-in-microsoft-copilot/4543633&quot; target=&quot;_blank&quot;&gt;AI Skills Navigator is now available in Microsoft Copilot&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/microsoftlearn/blog/microsoftlearnblog&quot; target=&quot;_blank&quot;&gt;Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/matterni/3520488&quot; target=&quot;_blank&quot;&gt;MattErni&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/27/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Microsoft has integrated AI Skills Navigator into Copilot&#39;s Learning Agent, enabling users to ask questions and receive personalized AI skill recommendations directly in their workflow. This new feature tailors training, learning paths, and credentials to individual roles and goals, streamlining skill development for both individuals and organizations. Progress is tracked automatically, and learning resources from various platforms are accessible within Copilot. This integration helps connect real work tasks to relevant learning opportunities, making AI upskilling more efficient and accessible across organizations.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-1947854114&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/intunecustomersuccess/from-gpo-to-microsoft-intune-a-practical-guide-to-cloud-first-policy-management/4551946&quot; target=&quot;_blank&quot;&gt;From GPO to Microsoft Intune: A practical guide to cloud-first policy management&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/microsoftintune/blog/intunecustomersuccess&quot; target=&quot;_blank&quot;&gt;Intune Customer Success&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/intune_support_team/226779&quot; target=&quot;_blank&quot;&gt;Intune_Support_Team&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/31/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article offers a practical guide for organizations transitioning from Group Policy Objects (GPOs) to Microsoft Intune for cloud-first policy management. It outlines three migration paths—starting fresh for cloud-native devices, selectively transitioning necessary settings, or coordinating GPO and Intune for hybrid environments. Key recommendations include assessing and rationalizing existing policies, avoiding direct lift-and-shift, leveraging security baselines, piloting changes, and coordinating targeting to prevent conflicts. The guide stresses the importance of tailoring management strategies to device populations and business needs, ensuring a streamlined, secure, and efficient move to modern policy management.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-140399651&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/intunecustomersuccess/introducing-device-association-for-windows-autopilot-device-preparation/4550603&quot; target=&quot;_blank&quot;&gt;Introducing device association for Windows Autopilot device preparation&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/microsoftintune/blog/intunecustomersuccess&quot; target=&quot;_blank&quot;&gt;Intune Customer Success&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/intune_support_team/226779&quot; target=&quot;_blank&quot;&gt;Intune_Support_Team&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/27/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Device association for Windows Autopilot device preparation enables organizations to securely bind Windows 11 devices to their tenant before enrollment, using hardware-backed attestation. This ensures devices are recognized as corporate-owned, allowing IT admins to apply targeted policies and configurations early, streamlining the out-of-box experience for users. The association persists through resets and reinstallation, supporting consistent lifecycle management. Device association integrates with existing Autopilot strategies, offering improved security, predictability, and a device-centric onboarding process, while simplifying setup for employees and enhancing control for IT teams.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--1667054812&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurearchitectureblog/from-features-to-flow-how-real-world-adoption-reshaped-the-azure-architecture-di/4546817&quot; target=&quot;_blank&quot;&gt;From Features to Flow: How Real-World Adoption Reshaped the Azure Architecture Diagram Builder&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurearchitectureblog&quot; target=&quot;_blank&quot;&gt;Azure Architecture&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/arturoqu/275153&quot; target=&quot;_blank&quot;&gt;arturoqu&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/13/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article discusses how real-world adoption of the open-source Azure Architecture Diagram Builder led to a shift from feature-focused development to a guided, four-stage workflow: Create, Refine, Validate &amp;amp; Improve, and Share or Build. User feedback revealed the importance of preserving human edits, improving diagram integrity, and ensuring validation continuity. Adoption data showed users required more than simple diagram generation—they needed iterative refinement, validation, and artifact export. The product now emphasizes workflow coherence, human judgment, and clear boundaries between logical and physical architecture, while maintaining privacy-safe feedback and ongoing open-source development.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId-820458021&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azurearchitectureblog/choosing-the-right-agent-in-microsoft-foundry/4547827&quot; target=&quot;_blank&quot;&gt;Choosing the Right Agent in Microsoft Foundry&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azurearchitectureblog&quot; target=&quot;_blank&quot;&gt;Azure Architecture&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/supriyas/1136782&quot; target=&quot;_blank&quot;&gt;supriyas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/19/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; The article discusses how to choose between Prompt Agents and Hosted Agents in Microsoft Foundry Agent Service. Prompt Agents are simpler, managed by Foundry, and suitable for straightforward tasks with clear instructions. Hosted Agents offer greater control, supporting complex workflows, custom code, and orchestration logic, but require more engineering responsibility. The key decision factor is runtime control—teams should start with Prompt Agents and switch to Hosted Agents only when customization or advanced orchestration is needed. Identifying runtime requirements clarifies which agent type is appropriate, minimizing risk and operational overhead.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;
&lt;DIV class=&quot;card&quot;&gt;
&lt;H2 id=&quot;community-4553591-toc-hId--986996442&quot;&gt;&lt;A href=&quot;https://techcommunity.microsoft.com/blog/azuregovernanceandmanagementblog/now-generally-available-what-if-for-azure-deployment-stacks/4547614&quot; target=&quot;_blank&quot;&gt;[Now Generally Available] What-If for Azure Deployment Stacks&lt;/A&gt;&lt;/H2&gt;
&lt;P&gt;&lt;STRONG&gt;Team Blog:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/category/azure/blog/azuregovernanceandmanagementblog&quot; target=&quot;_blank&quot;&gt;Azure Governance and Management&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Author:&lt;/STRONG&gt; &lt;A href=&quot;https://techcommunity.microsoft.com/users/torreyt/1545508&quot; target=&quot;_blank&quot;&gt;torreyt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Published:&lt;/STRONG&gt; 08/18/2026&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Summary:&lt;/STRONG&gt; Azure’s Stacks What-if feature is now generally available, providing detailed previews of changes before deploying Azure Deployment Stacks. It shows resource-level actions (create, modify, delete, detach), filters out false positives, and stores results as retrievable resources for use in CI pipelines. This enables safer updates by clarifying impacts, especially deletions or detachments, and supports review and approval workflows. Available across all regions and scopes via CLI, PowerShell, and SDKs, Stacks What-if addresses a top user request by enhancing deployment stack transparency and reliability.&lt;/P&gt;
&lt;IMG style=&quot;max-width: 10%; height: auto;&quot; src=&quot;data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABLCAMAAAAPkIrYAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAHtQTFRFAAAA8lAi8lAi8lAi8lAif7oAf7oAf7oAf7oA8lAi8lAi8lAif7oAf7oAf7oA8lAi8lAif7oAf7oA8lAif7oAAaTvAaTvAaTvAaTv/7kB/7kB/7kB/7kBAaTvAaTvAaTv/7kB/7kB/7kBAaTvAaTv/7kB/7kBAaTv/7kBfMz9mwAAACl0Uk5TADt7ag4Oans7/90eHt3/wBoawAMDDh4aAwMaHg5q3cDA3Wp7//97OzspjeVtAAAAlElEQVR4nO3WqwqAQBSEYY+uWiyCBm/J4Pu/jRhMBi8IFsHLCoZ9gCkbRGby8OVfHHuTD1sCQBHtw89hLDdE1h4h6zxp0aJFixYtWrT+bXnA8mWL5QbWZSyFLG9NHmTd9hszhY05ZrAxB2NVsEWnPECf3lg1+F3HXAQKWB0tWrRo0aJFi9a/rUYjaymR5bb2G/OL1guM9e5M8yBd4gAAAABJRU5ErkJggg==&quot; alt=&quot;Embedded Image&quot; /&gt;&lt;/DIV&gt;</description>
					<guid>https://techcommunity.microsoft.com/blog/CoreInfrastructureandSecurityBlog/check-this-out-cto-guide-september-2026/4553591</guid>
                    <dc:creator>TysonPaul</dc:creator>
					<pubDate>Fri, 4 Sep 2026 13:18:34 PDT</pubDate>
				</item>
	</channel>
</rss>
