<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
                    <atom:link href="https://www.itpro.com/feeds/tag/microsoft-build" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from ITPro in Microsoft-build ]]></title>
                <link>https://www.itpro.com/tag/microsoft-build</link>
        <description><![CDATA[ All the latest microsoft-build content from the ITPro team ]]></description>
                                    <lastBuildDate>Thu, 07 Aug 2025 14:00:00 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ Microsoft patched a critical vulnerability in its NLWeb AI search tool – but there's no CVE (yet) ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/microsoft-patched-a-critical-vulnerability-in-its-nlweb-ai-search-tool-but-theres-no-cve-yet</link>
                                                                            <description>
                            <![CDATA[ Researchers found an unauthenticated path traversal bug in the tool debuted at Microsoft Build in May ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jnvB3oGr85mrbgn5CQztvS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/afpf9CHVoRXgRbk9uRcgxe-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 14:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                                                                <author><![CDATA[ jane.mccallion@futurenet.com (Jane McCallion) ]]></author>                    <dc:creator><![CDATA[ Jane McCallion ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Wq9nnLr7TNkY8gyBRb7YsA.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Jane is managing editor at ITPro and ChannelPro. She started out with the brands as a staff writer specializing in cloud computing before going on to become senior writer and reports editor, managing the content and creation of ITPro’s quarterly whitepapers. During this time, she broadened her expertise to include cybersecurity, data centers and enterprise IT infrastructure. In 2016, she became features editor, managing a pool of freelance and internal writers, while continuing to specialize in enterprise IT infrastructure, data centers, and business strategy.&lt;/p&gt;&lt;p&gt;In October 2021, she became the sites’ deputy editor, before moving to the role of managing editor in June 2024. Although she now has a more strategic role,  she is still a specialist in enterprise IT infrastructure, business strategy, and cybersecurity.&lt;/p&gt;&lt;p&gt;Jane holds an MA in journalism from Goldsmiths, University of London, and a BA in Applied Languages from the University of Portsmouth. She is fluent in French and Spanish, and has written features in both languages.&lt;/p&gt;&lt;p&gt;Prior to joining ITPro, Jane was a freelance business journalist writing as both Jane McCallion and Jane Bordenave for titles such as European CEO, World Finance, and Business Excellence Magazine.&lt;/p&gt; ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/afpf9CHVoRXgRbk9uRcgxe-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft headquarters in Shanghai, China, pictured with male employee walking in front entrance.]]></media:description>                                                            <media:text><![CDATA[Microsoft headquarters in Shanghai, China, pictured with male employee walking in front entrance.]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft headquarters in Shanghai, China, pictured with male employee walking in front entrance.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/afpf9CHVoRXgRbk9uRcgxe-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Security researchers have discovered a critical flaw in NLWeb, a new tool unveiled by Microsoft just over two months ago, that allows remote users to read sensitive files without authorization.</p><p>NLWeb is a so-called agentic AI tool that allows users to search web pages using a generative AI chatbot, which will remember the users’ preferences. </p><p>Ramanathan Guha, a technical fellow at Microsoft, demonstrated how this works using the website Serious Eats during <a href="https://www.itpro.com/business/microsoft-expects-1-3-billion-ai-agents-to-be-in-operation-by-2028-heres-how-it-plans-to-get-them-working-together">Microsoft Build</a> in May 2025. </p><p>While searching for recipes for the Hindu festival of Diwali, Guha mentioned to the chatbot that he is vegetarian. According to Guha, this means the website will only recommend vegetarian recipes when he’s searching for inspiration from now on.</p><p>So far, so useful, but it seems new and exciting tools open the door to new and exciting vulnerabilities.</p><p>The bug was discovered by Aonan Guan and Lei Wang in a security audit of the NLWeb <a href="https://www.itpro.com/software/28109/what-is-open-source">open source</a> repository. </p><p>According to Guan, who wrote about his discovery <a href="https://medium.com/@guanaonan/three-dots-to-root-how-i-found-a-path-traversal-in-microsofts-agentic-web-nlweb-4e8d8f483327" target="_blank"><u>in a Medium post</u></a>, the flaw “allowed any remote user to read sensitive files, including system configurations (/etc/passwd) and cloud credentials (.env files), using a simple, malformed URL”.</p><p>Guan identified a code block using os.path.normpath() that he said “immediately raised a red flag”.</p><p>“The function normalizes path separators but does not prevent a user from "climbing" out of the intended directory with ../ sequences. It's a classic path traversal flaw waiting to be exploited,” he noted.</p><p>Guan pointed to three separate oversights in the code that he said led to the vulnerability: improper sanitization, an expanded attack surface, and a lack of final path validation.</p><h2 id="what-s-being-done-about-the-nlweb-flaw">What’s being done about the NLWeb flaw?</h2><p>While the flaw was discovered on 28 May and a vulnerability report submitted the same day, Guan has only just made his and Lei’s findings public. </p><p>Additionally, while Microsoft Security Response Center committed a patch on 30 June it confirmed to Guan on 1 July that it wouldn’t be issuing a CVE for the issue.</p><p>There is no suggestion from Guan that organizations deploying or experimenting with NLWeb should abandon their projects. </p><p>Instead he advises they:</p><ul><li>Update their instance immediately “to any version including or after commit 8ffdb0f from the official GitHub repository”</li><li>Implement WAF/reverse proxy rules</li><li>Never bind NLWeb directly to a public IP address, thus avoiding direct public exposure</li><li>Configure monitoring systems to issue high-priority alerts for suspicious HTTP 404 or 400 error responses for URIs that have path traversal patterns</li></ul><p>“This case study serves as a critical reminder that as we build new AI-powered systems, we must re-evaluate the impact of classic vulnerabilities, which now have the potential to compromise not just servers, but the ‘brains’ of AI agents themselves,” Guan said.</p><p><em>ITPro</em> contacted Microsoft for comment on the report, but hadn’t received a response at the time of publication.</p><h3 class="article-body__section" id="section-more-from-itpro"><span>MORE FROM ITPRO</span></h3><ul><li><a href="https://www.itpro.com/security/cyber-attacks/ncsc-says-limited-number-of-uk-firms-affected-by-sharepoint-attack-as-global-impact-spreads">NCSC says ‘limited number’ of UK firms affected by SharePoint attack</a></li><li><a href="https://www.itpro.com/security/cyber-attacks/sharepoint-flaw-microsoft-says-hackers-deploying-ransomware">SharePoint flaw: Microsoft says hackers deploying ransomware</a></li><li><a href="https://www.itpro.com/security/cyber-attacks/warning-issued-after-sharepoint-flaw-puts-entire-corporate-networks-at-risk">Warning issued after SharePoint flaw puts entire corporate networks at risk</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why is Microsoft neglecting the Windows on Arm ecosystem? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/hardware/why-is-microsoft-neglecting-the-windows-on-arm-ecosystem</link>
                                                                            <description>
                            <![CDATA[ Developer apathy, expensive hardware, and poor performance could signify the end of the platform ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mVEpvmUZjVDzqtqPqMZUTF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/gyybYG48J3Y2dyLrCDhGgZ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 29 Aug 2023 09:29:56 +0000</pubDate>                                                                                                                                <updated>Mon, 04 Sep 2023 14:22:58 +0000</updated>
                                                                                                                                            <category><![CDATA[Hardware]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/gyybYG48J3Y2dyLrCDhGgZ-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Windows Dev Kit 2023 on a bin]]></media:description>                                                            <media:text><![CDATA[The Windows Dev Kit 2023 on a bin]]></media:text>
                                <media:title type="plain"><![CDATA[The Windows Dev Kit 2023 on a bin]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/gyybYG48J3Y2dyLrCDhGgZ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Windows on Arm was Microsoft’s hope for a post-Intel future, with devices that sip power but offer complete connectivity. With Microsoft’s next Surface event looming, is the platform still relevant today?</p><p>Microsoft expected developers to leap at the chance to compile their applications for its platform after the first Windows on Arm machines emerged in 2018. After all, as <a href="https://www.itpro.com/hardware/laptops/355984/apple-silicon-official-wwdc"><u>Apple has since ably demonstrated</u></a>, there are benefits to moving away from traditional Intel-based architecture. </p><p>We noted improvements in performance and power efficiency on macOS machines running on Apple silicon, while the desktop experience was unchanged. Could the same be true for Windows on Arm?</p><p>In short, no. Not with Microsoft’s relative neglect when compared to its x64-based stablemate. The firm has squandered the opportunity to move users on from an Intel-based norm and has dithered in the process.</p><div  class="fancy-box"><div class="fancy_box-title">READ MORE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dAuT4ZL5fpQ4dyLSmwFfyF" name="GettyImages-1464561980 (1).jpg" caption="" alt="Graphic of a CPU on a mult-coloured computerised motherboard" src="https://cdn.mos.cms.futurecdn.net/dAuT4ZL5fpQ4dyLSmwFfyF.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/components/cpu-architectures-whats-the-difference-between-arm-and-x86-and-why-does-it-matter"><strong>CPU architectures: What’s the difference between ARM and x86?</strong></a></p></div></div><p>While, for better or worse, Apple forced developers to migrate to its M-series <a href="https://www.itpro.com/hardware/368553/how-to-pick-the-best-business-laptop-cpu"><u>CPUs</u></a>, the majority of Windows applications have continued to target Intel and AMD due to simple market forces and the absence of clear guidance from Microsoft.</p><p>Microsoft’s Windows on Arm efforts have moved in stops and starts. Its exotic – and expensive – <a href="https://www.itpro.com/laptops/34565/microsoft-surface-pro-x-hands-on-review-x-marks-the-spot"><u>Surface Pro X</u></a> has been gradually updated over the years, culminating in a rebrand in the form of the SQ3-powered <a href="https://www.itpro.com/hardware/laptops/microsoft-surface-pro-9-intel-i7-review-brilliantly-light-painfully-expensive"><u>Surface Pro 9</u></a> in 2022. Microsoft&apos;s partners have also had a go with their takes on the architecture, with varying degrees of limited success. However, an inexpensive option – a real alternative to the x64 platform – for the masses has yet to materialize. </p><p>Then there was the attempt to lure developers with the promise of Project Volterra, unveiled at Build 2022, and finally released as the Windows Dev Kit 2023. Since then, things have gone rather quiet. I have a Windows Dev Kit 2023, as it happens, and the ownership experience hasn’t been a good one.</p><h2 id="everything-that-x2019-s-wrong-with-windows-on-arm">Everything that’s wrong with Windows on Arm</h2><p>The Windows Dev Kit 2023 comprises a Snapdragon 8cx Gen 3 along with 32GB <a href="https://www.itpro.com/hardware/31661/what-is-ram"><u>RAM</u></a> and a 512GB SSD. On paper, it is an impressive bit of kit. It even bears a distinct resemblance to <a href="https://www.itpro.com/hardware/apple-mac-mini-m2-review-the-pint-sized-powerhouse"><u>Apple’s Mac Mini</u></a>, except at a keener price point and an external power brick.</p><p>But, after almost a year of usage, I’m sad to report that if the Windows on Arm dream isn’t dead, then the Windows Dev Kit 2023 doesn’t offer any promising signs of health.</p><p>We’ll start with the hardware. On my machine, some things simply don’t work properly. The clock, for example, runs slow and requires synchronization. Getting output from the Mini Display port connector is a little random; I’ve had to sacrifice a USB-C connector in the name of reliability. Sometimes it wakes up, sometimes it doesn’t – and I need to hold down the power button sometimes.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3952px;"><p class="vanilla-image-block" style="padding-top:75.00%;"><img id="mRGT2e7B4qoojBjXtGKawj" name="Windows on Arm Dev Kit 2023 with Mac Mini RS.jpeg" alt="The Mac Mini and the Windows Dev Kit 2023 side-by-side" src="https://cdn.mos.cms.futurecdn.net/mRGT2e7B4qoojBjXtGKawj.jpeg" mos="" align="middle" fullscreen="" width="3952" height="2964" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: ITPro/Richard Speed)</span></figcaption></figure><div class="block__comparison"><h3>Mac Mini M2 vs Windows Dev Kit 2023</h3><div class="comparisons"><div class="comparison"><h4>Apple Mac Mini M2</h4><ul><li>Apple M2 CPU</li><li>8GB Unified memory</li><li>256GB SSD storage</li><li>2x Thunderbolt 4, 2x USB-A, Display Port, HDMI, 3.5mm headphone jack, Ethernet (RJ45)</li><li>Wi-Fi 6E, Bluetooth 5.3</li><li>197 x 197 x 35.8mm</li><li>£649 inc VAT</li></ul></div><div class="comparison"><h4>Windows Dev Kit 2023</h4><ul><li>SnapdragonFootnote® 8cx Gen 3 compute platform</li><li>32GB LPDDR4x RAM</li><li>512GB fast NVMe Storage</li><li>2x USB-C, 3x USB-A, Mini Display Port, Ethernet (RJ45)</li><li>Wi-Fi 6, Bluetooth 5.1</li><li>196 x 152 x 27.6mm</li><li>£579 inc VAT</li></ul></div></div></div><div><blockquote><p>To make matters worse, running Windows on Arm in a virtual machine (VM) on Mac – we used Parallels – is a better experience than using Microsoft’s own hardware.</p></blockquote></div><div  class="fancy-box"><div class="fancy_box-title">READ MORE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="YkTwmxGBG6o7HWeSAyFWLF" name="YkTwmxGBG6o7HWeSAyFWLF.jpg" caption="" alt="The Windows (start menu) key on a keyboard" src="https://cdn.mos.cms.futurecdn.net/YkTwmxGBG6o7HWeSAyFWLF.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/369661/how-to-install-windows-11-on-a-mac"><strong>How to install Windows 11 on a Mac</strong></a></p></div></div><p>These are all niggles one expects from a first-generation device, and renaming Volterra to the ‘Windows Dev Kit 2023’ implies Microsoft knows it isn’t ready for the market.</p><p>One would’ve at least expected some of the issues to have been ironed out in the months since release, though, and yet they persist. Even as Windows itself is updated, the Windows Dev Kit 2023 encapsulates all that’s wrong with the Windows on Arm program.</p><p>Then there is the software. It took until November 2022 for Microsoft to release a fully supported version of Visual Studio for Arm64 – a release that came after the Windows Dev Kit 2023 became available.</p><p>Even users keen enough to try Windows Insider builds on the device are frequently disappointed when Microsoft opts not to offer a build to Windows Insiders with Arm64 hardware with little or no explanation. Hardly a developer-friendly approach.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="y4BBTiSvSodzDxwU38wqXR" name="Six steps to a stronger security posture through automation_listing.jpg" caption="" alt="Whitepaper cover with business man wearing glasses looking to his right holding a smartphone" src="https://cdn.mos.cms.futurecdn.net/y4BBTiSvSodzDxwU38wqXR.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: ServiceNow)</span></figcaption></figure><p class="fancy-box__body-text"><em>Discover a security program that integrates tools and hardens your attack surface.<br></em> <br><a data-analytics-id="inline-link" href="https://www.itpro.com/security/six-steps-to-a-stronger-security-posture-through-automation">DOWNLOAD FOR FREE</a></p></div></div><p>The disappointment continues when using the device. It doesn’t offer a snappy experience when compared with the Mac Mini, which has less RAM and storage. While it doesn’t quite feel like wading through treacle, as with previous Windows on Arm devices, it’s certainly sluggish.</p><p>To make matters worse, running Windows on Arm in a <a href="https://www.itpro.com/cloud/virtual-machines/355269/getting-started-with-virtual-machines">virtual machine (VM)</a> on Mac – we used Parallels – is a better experience than using Microsoft’s own hardware. All of this leads us to believe that, perhaps like its consumers, Microsoft is losing faith in Windows on Arm. While Microsoft has dithered with the operating system, Intel and AMD’s chips have improved. Battery life is no longer as catastrophic for Intel-based devices compared to Windows on Arm hardware, eroding the advantages of Arm-based chips.</p><p>Behind all of this is the specter of Arm in the Data Center, arguably a much better place for it in the Microsoft ecosystem. After all, with more apps delivered via the browser, is there much point in having Windows developers produce native Arm code, if not to run on a server?</p><p>Microsoft has a final opportunity in this year’s Surface event to make good on its Windows on Arm promise. Devices need to be inexpensive and reliable, and the company must demonstrate Windows on Arm is a viable option for users rather than adventurous power users. If it doesn’t, one can only conclude the company has little interest in the platform.</p><h2 id="windows-on-arm-unfulfilled-potential">Windows on Arm: Unfulfilled potential</h2><p>Ignoring Windows RT, a short-lived and locked-down version of Windows for Arm chips that turned up in early Surface tablets, Windows on Arm (or Windows on Snapdragon) finally arrived in 2018 in the form of Lenovo’s Yoga C630 WOS.</p><p>The device enjoyed superb battery life, <a href="https://www.itpro.com/mobile/28067/what-is-4g"><u>4G connectivity</u></a>, and the look and feel of a proper <a href="https://www.itpro.com/hardware/laptops/368274/best-windows-laptops"><u>Windows device</u></a>. But it had some issues, and it didn’t take long for customers and reviewers alike to realize. The Qualcomm Snapdragon 850 processor might have been able to cope with lighter productivity tasks, but users attempting serious work soon found themselves yearning for an Intel or AMD-based alternative. </p><p>The biggest headache was one of emulation. As soon as a user attempted to move outside of the Arm app ecosystem, the experience of Intel emulation (assuming it worked) was more akin to swimming through honey. Sure, it was an improvement on the total absence of x86 support from Windows RT, but users were still presented with an experience some way off that available from similarly priced Intel or AMD-based kit.</p><p>Even more astonishingly, large swathes of Microsoft’s own software had not been recompiled to run natively. Its <a href="https://www.itpro.com/web-browsers/24526/what-is-microsoft-edge"><u>Edge</u></a> browser required emulation. As did <a href="https://www.itpro.com/software/33703/microsoft-teams-review-a-no-brainer-for-microsoft-shops"><u>Teams</u></a>. It would take until 2020 before either emerged in native form.</p><div  class="fancy-box"><div class="fancy_box-title">READ MORE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bCJHzBcmUdS7bD2idjWmua" name="GettyImages-1195168869-all-in-one PC.jpg" caption="" alt="An all-in-one PC on a minimilast desk" src="https://cdn.mos.cms.futurecdn.net/bCJHzBcmUdS7bD2idjWmua.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/the-time-has-come-to-say-arrivederci-to-the-all-in-one"><strong>The time has come to say arreverderci to the all-in-one PC</strong></a></p></div></div><p>Microsoft tried again in 2019 with the Surface Pro X – despite lacking important native software – and hoped to bring some of the Surface magic to the beleaguered platform. One intention of the Surface line was to show manufacturers how Microsoft reckoned its software could be packaged. In that regard, it has largely succeeded.</p><p>Could the same be applied to the Windows on Arm ecosystem? With the Surface Pro X, Microsoft set out to find out. But while Arm devices were traditionally associated with cheaper hardware, the Surface brand was not. Furthermore, Microsoft decided to ask top dollar for the Surface Pro X, powered by the company’s own take on Qualcomm’s chips in the form of the SQ line. The problem was you could grab a high-end <a href="https://www.itpro.com/laptops/34813/microsoft-surface-pro-7-review-slightly-faded-glory"><u>Surface Pro 7</u></a> for a similar price, and it was arguably a good deal more useable. </p><p>The platform has continued to languish as the years have rolled by, with Microsoft occasionally tossing it a bone in the form of a native version of Visual Studio, or other productivity apps that really should have been ready at launch. </p><p>It’s difficult to see Microsoft&apos;s approach as anything other than neglect; if it doesn’t seem interested in the technology, why should its customers be?</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft finally adds Power BI integrations to PowerPoint and Outlook ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/data-insights/business-intelligence-bi/367780/microsoft-adds-power-bi-to-outlook-powerpoint</link>
                                                                            <description>
                            <![CDATA[ Businesses can now add live Power BI feeds to presentations and manipulate data points on the fly ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">wBiyPUSUmRjKnSccB2jEd2</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vB2ZRBcsT7cF64S5K6mhif-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 25 May 2022 09:50:48 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Data and Insights]]></category>
                                                    <category><![CDATA[Business]]></category>
                                                                                                                    <dc:creator><![CDATA[ Connor Jones ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LPjgE2kGKixS9aF7Jdp2mT.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vB2ZRBcsT7cF64S5K6mhif-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Woman leads a presentation in a meeting room]]></media:description>                                                            <media:text><![CDATA[Woman leads a presentation in a meeting room]]></media:text>
                                <media:title type="plain"><![CDATA[Woman leads a presentation in a meeting room]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vB2ZRBcsT7cF64S5K6mhif-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft has announced the addition of a Power BI add-in to PowerPoint and Outlook that will allow businesses to share live and easily manipulated data as part of office presentations.</p><p>The company believes it will add an extra dimension to storytelling with data, and will replace the need for businesses to generate new screenshots from Power BI and paste them into <a href="https://www.itpro.com/business-operations/productivity/363985/google-slides-vs-microsoft-powerpoint-online" data-original-url="https://www.itpro.com/business-operations/productivity/363985/google-slides-vs-microsoft-powerpoint-online">PowerPoint</a>.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/web-development/367777/microsoft-launches-low-code-power-pages-for-intuitive-web" data-original-url="/development/web-development/367777/microsoft-launches-low-code-power-pages-for-intuitive-web">Microsoft launches low-code Power Pages for 'intuitive' web development</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/367770/schneider-electric-unveils-grid-operations-platform-as-a-service-on" data-original-url="/cloud/cloud-computing/367770/schneider-electric-unveils-grid-operations-platform-as-a-service-on">Schneider Electric unveils Grid Operations Platform as a Service on Microsoft Azure</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/enterprise-security/367608/2pm-embargo-microsoft-announces-new-business-security-services" data-original-url="/security/enterprise-security/367608/2pm-embargo-microsoft-announces-new-business-security-services">Microsoft announces new business security services led by in-house experts</a></p></div></div><p>The new add-in will let users insert a live <a href="https://www.itpro.com/business-intelligence/29132/the-best-business-intelligence-tool-tableau-vs-microsoft-power-bi-1" data-original-url="https://www.itpro.com/business-intelligence/29132/the-best-business-intelligence-tool-tableau-vs-microsoft-power-bi-1">Power BI</a> report that can be interacted with directly from within the presentation. This will allow businesses to show clients how data changes with different variables introduced, and answer any questions on-the-fly without having to leave the <a href="https://www.itpro.com/software/358730/best-presentation-software" data-original-url="https://www.itpro.com/software/358730/best-presentation-software-2022">presentation</a>.</p><p>Microsoft also added a ‘freeze view’ component that allows users to take a single Power BI configuration and treat it as a static image, should they wish.</p><p>To insert a Power BI report, users select a tool and drag a window across the slide, similar to how drawing a text box works. A box then appears in which the Power BI report’s URL can be inputted and loaded.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="G7aNjK6AVryAixH3vhJCr9" name="" alt="Screenshot of PowerPoint with a Power BI graph inside" src="https://cdn.mos.cms.futurecdn.net/G7aNjK6AVryAixH3vhJCr9.jpg" mos="https://cdn.mos.cms.futurecdn.net/G7aNjK6AVryAixH3vhJCr9.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>The resulting window can then be resized like a text box can and the data displayed within can be manipulated as if it could directly from within the Power BI platform.</p><p>“This new capability brings fully interactive and up-to-date data into your discussions during meetings,” said Lukasz Pawlowski, principal program manager at Microsoft in an explainer video. “Presenters can quickly explore data to answer questions without slow ‘I’ll get back to you’ [responses].”</p><p>The Power BI integration is also coming to Outlook so the same reports can be accessed and shared amongst departments without having to leave the <a href="https://www.itpro.com/network-internet/email-providers/358887/the-most-secure-email-services" data-original-url="https://www.itpro.com/network-internet/email-providers/358887/the-most-secure-email-services">email client</a>.</p><p>Adopting a UI reminiscent of <a href="https://www.itpro.com/business-strategy/collaboration/362211/microsoft-teams-uses-50-less-power-than-first-launch" data-original-url="https://www.itpro.com/business-strategy/collaboration/362211/microsoft-teams-uses-50-less-power-than-first-launch">Microsoft Teams</a>, the Power BI integration in Outlook will help people tasked with composing status update emails at the start of the day.</p><p>These individuals can add a preview card to emails that links directly to the Power BI report from which the status update email’s conclusions are taken, in case the recipient wants to verify the data.</p><p>A Microsoft Teams chat can also be created directly from within the Power BI view in <a href="https://www.itpro.com/email-providers/34638/the-best-outlook-tips-for-increasing-productivity" data-original-url="https://www.itpro.com/email-providers/34638/the-best-outlook-tips-for-increasing-productivity">Outlook</a> in case a team member wants to quickly follow up on something, for example.</p><p><a href="https://www.itpro.com/desktop-software/19337/office-365-review" data-original-url="https://www.itpro.com/desktop-software/19337/office-365-review">Microsoft 365</a> users will soon see a Power BI button added to the ‘Insert’ tab in the PowerPoint ribbon. If it isn’t there, it can be added from the Office store, provided administrator rules allow for this.</p><p>Power BI will be available to both users of the Outlook client and the Outlook web app, and can be located in the apps list.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr"><a href="https://twitter.com/cantworkitout/status/1529116768907669504"></a></p></blockquote><div class="see-more__filter"></div></div><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="UFmh5pqH6qKio5vwsLdJ8i" name="UFmh5pqH6qKio5vwsLdJ8i.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/UFmh5pqH6qKio5vwsLdJ8i.png" mos="https://cdn.mos.cms.futurecdn.net/UFmh5pqH6qKio5vwsLdJ8i.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Meeting the future of education with confidence</strong></p><p class="fancy-box__body-text">How the switch to digital learning has created an opportunity to meet the needs of every student, always</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/education/367710/meeting-the-future-of-education-with-confidence" data-original-url="/business-strategy/education/367710/meeting-the-future-of-education-with-confidence">FREE DOWNLOAD</a></p></div></div><p>The latest update shows Microsoft's commitment to bringing technical skills to non-technical business employees. Power BI sits under the Power Platform umbrella of products, which gained a fifth tool as it was launched yesterday.</p><p>Building out from Power Apps portals, <a href="https://www.itpro.com/development/web-development/367777/microsoft-launches-low-code-power-pages-for-intuitive-web" data-original-url="https://www.itpro.com/development/web-development/367777/microsoft-launches-low-code-power-pages-for-intuitive-web">Power Pages</a> was one of the first headline announcements made at Microsoft Build. The new low-code web development platform was launched to help businesses develop their own web pages and web apps without the need to recruit developers.</p><p>While a <a href="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn" data-original-url="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn">little coding knowledge</a> is required, the platform will be familiar to everyone who uses Office 365 products, like PowerPoint and Excel, and can be used by developers and non-developers alike.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft adds more services to its Azure Arc multi-cloud management stack ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/microsoft-azure/359669/microsoft-adds-more-services-to-its-azure-arc-multi-cloud-management</link>
                                                                            <description>
                            <![CDATA[ More Azure services can now run in any CNCF-conformant Kubernetes cluster ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9DMDeu7xpHtvEH57EVQadn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 May 2021 18:53:01 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Security]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rene Millman ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/vwWuTPNRCuw9vEaWzuXYnR.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:description>                                                            <media:text><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Azure logo on a black background through a magnifying glass]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/uLbzj5AjjvhQWEpAhwM7VH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft has launched a set of new Azure services that organizations can now run on any CNCF-conformant Kubernetes cluster using its Azure Arc multiple-cloud service.</p><p>At its virtual Build 2021 event, Microsoft said its cloud services, such as Azure App Service, Functions, Logic Apps, API Management, and Event Grid, would now all be Arc-enabled (in preview form). Azure Arc, launched in 2019, is Microsoft's tool to help firms manage Kubernetes container clusters across clouds and on-premises data centers.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/hybrid-cloud/355474/azure-arc-now-supports-red-hat-customers" data-original-url="/cloud/hybrid-cloud/355474/azure-arc-now-supports-red-hat-customers">Azure Arc now supports Red Hat customers</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/microsoft-azure/34748/meet-azure-arc-a-microsoft-platform-for-those-that-want-a-bit-of-everything" data-original-url="/microsoft-azure/34748/meet-azure-arc-a-microsoft-platform-for-those-that-want-a-bit-of-everything">Meet Azure Arc, a Microsoft platform for those that want a bit of everything</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/technology/blockchain/359526/microsoft-to-sunset-azure-blockchain-service" data-original-url="/technology/blockchain/359526/microsoft-to-sunset-azure-blockchain-service">Microsoft to shut down Azure Blockchain Service</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/mobile/5g/358904/nokia-agrees-5g-cloud-deals-with-aws-azure-and-google" data-original-url="/mobile/5g/358904/nokia-agrees-5g-cloud-deals-with-aws-azure-and-google">Nokia agrees 5G cloud deals with AWS, Azure and Google</a></p></div></div><p>The firm said that these Azure application services can be deployed to any Cloud Native Computing Foundation (CNCF)-conformant Kubernetes cluster connected via Azure Arc.</p><p>The services now enabled includes <a href="https://azure.microsoft.com/en-us/services/app-service">Azure App Service</a> for creating and managing web apps and APIs with a fully managed platform and features like autoscaling, deployment slots, and integrated web authentication; <a href="https://azure.microsoft.com/en-us/services/functions">Azure Functions</a> for event-driven programming with autoscaling, and triggers and bindings to integrate with other Azure services; <a href="https://azure.microsoft.com/en-us/services/logic-apps">Azure Logic Apps</a> for creating automated workflows for integrating apps, data, services, and backend systems, as well as <a href="https://azure.microsoft.com/en-us/services/api-management">Azure API Management</a> for dealing with internal and external APIs.</p><p>"The app services are now Azure Arc-enabled, which means customers can deploy Web Apps, Functions, API gateways, Logic Apps and Event Grid services on pre-provisioned Kubernetes clusters," the firm said in a statement.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="djBsPNNAp6FBFj9YnNQZMV" name="djBsPNNAp6FBFj9YnNQZMV.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/djBsPNNAp6FBFj9YnNQZMV.jpg" mos="https://cdn.mos.cms.futurecdn.net/djBsPNNAp6FBFj9YnNQZMV.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The total economic impact of optimising and managing your hybrid multi-cloud</strong></p><p class="fancy-box__body-text">Cost savings and business benefits of accelerating the cloud journey</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-deployment/359390/the-total-economic-impact-of-optimising-and-managing-your-hybrid" data-original-url="/cloud/cloud-deployment/359390/the-total-economic-impact-of-optimising-and-managing-your-hybrid">FREE DOWNLOAD</a></p></div></div><p>"This takes advantage of features including deployment slots for A/B testing, storage queue triggers, and out-of-box connectors from the app services, regardless of run location. With these portable turnkey services, customers can save time building apps, then manage them consistently across hybrid and multi-cloud environments using Azure Arc."</p><p>Microsoft added that with this capability now in preview, customers don't have to choose between the productivity of platform as a service (PaaS) and the control of Kubernetes, as the same app services can run with either model.</p><p>Gabe Monroy, vice president for Azure Developer Experience at Microsoft, said in a <a href="https://azure.microsoft.com/en-us/blog/build-cloudnative-applications-that-run-anywhere">blog post</a> that one of the challenges he heard from customers was that despite the enhanced control and ecosystem benefits of Kubernetes, <a href="https://www.itpro.com/enterprise-applications/31654/what-is-kubernetes" data-original-url="https://www.itpro.com/enterprise-applications/31654/what-is-kubernetes">Kubernetes</a> is difficult for developers to use directly. Developers must learn many advanced concepts and APIs, which can hurt their productivity.</p><p>"With today's announcement, developers no longer have to choose between the productivity of Azure application services and the control of Kubernetes," he added.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Teams gets more collaborative in bid to fight Zoom ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/video-conferencing/359668/microsoft-teams-new-collaborative-functions-announced-at-build</link>
                                                                            <description>
                            <![CDATA[ Microsoft looks to distance Teams from its roots as a corporate chat app ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4dkVb6cxZCFJnuvUjS96Xd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/yeSrxkaTJMhBXQt7cosgWh-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 25 May 2021 18:32:47 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Video Conferencing]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Justin Cupler ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/yeSrxkaTJMhBXQt7cosgWh-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft Teams on a laptop]]></media:description>                                                            <media:text><![CDATA[Microsoft Teams on a laptop]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Teams on a laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/yeSrxkaTJMhBXQt7cosgWh-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft has been slowly making Teams a more collaborative environment, and at Build 2021, the tech giant announced a handful of Teams updates that'll continue the path towards a more collaborative offering.</p><p>Microsoft announced that it'll give <a href="https://www.itpro.com/software/development/356827/how-to-become-a-developer-a-beginners-guide" data-original-url="https://www.itpro.com/software/development/356827/how-to-become-a-developer-a-beginners-guide">developers</a> significantly more liberty within the interface. This freedom will begin with Teams no longer relegating third-party apps to the sidebars. Instead, Teams is testing a main-stage collaboration tool that'll allow these apps to live front and center on the main screen.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/359568/microsoft-launches-teams-for-your-personal-life" data-original-url="/operating-systems/microsoft-windows/359568/microsoft-launches-teams-for-your-personal-life">Microsoft Teams moves beyond the workplace</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/video-conferencing/359349/microsoft-teams-down-for-a-second-time-in-two-months" data-original-url="/software/video-conferencing/359349/microsoft-teams-down-for-a-second-time-in-two-months">Microsoft Teams suffers its second outage this month</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/video-conferencing/358119/microsoft-teams-will-make-it-easier-to-switch-a-call-between" data-original-url="/software/video-conferencing/358119/microsoft-teams-will-make-it-easier-to-switch-a-call-between">Microsoft Teams will soon make it easier to switch calls between devices</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/microsoft-office/357670/microsoft-teams-to-provide-multi-account-support" data-original-url="/software/microsoft-office/357670/microsoft-teams-to-provide-multi-account-support">Microsoft Teams to provide multi-account support</a></p></div></div><p>This would be useful for a brainstorming session where there's a whiteboard in the middle of the meeting for jotting down ideas and key points, for example.</p><p>Teams will also allow developers to create custom scenes for company meetings and to use APIs that allow them to automate key tasks at specific times during a meeting. For example, reminding the host to start a wrap-up Q&A session with at least 15 minutes remaining.</p><p>Real-time transcription, translation, and note-taking during meetings are slated to arrive this summer. Of course, admins will have the ability to activate and deactivate these features with ease. This way, if there is a meeting that involves sensitive or confidential details, you can deactivate these services to keep the information secure.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="hWNZNSAhxcFKLQhfAYFDzf" name="hWNZNSAhxcFKLQhfAYFDzf.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/hWNZNSAhxcFKLQhfAYFDzf.jpg" mos="https://cdn.mos.cms.futurecdn.net/hWNZNSAhxcFKLQhfAYFDzf.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Reduce management overhead by transforming VDI and app management</strong></p><p class="fancy-box__body-text">How to support a distributed workforce with VMware Horizon Control Plane</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/it-infrastructure/359644/reduce-management-overhead-by-transforming-vdi-and-app" data-original-url="/business-strategy/it-infrastructure/359644/reduce-management-overhead-by-transforming-vdi-and-app">FREE DOWNLOAD</a></p></div></div><p>Finally, using Fluid Framework components, Microsoft plans to allow users to work on tables, lists, and text fields in one Teams conversation and copy them into another conversion or into an Office 365 app. These files would also be editable by colleagues in real-time.</p><p>Since the COVID-19 outbreak, collaboration and video conferencing software providers have been booming. Teams has been among those seeing quite the boost, as the company now says it has over 145 million daily users. And with remote working here to stay for many companies, now's the perfect time for Microsoft to show off the flexibility of Teams.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The IT Pro Podcast: Microsoft Build goes virtual ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/development/355748/the-it-pro-podcast-microsoft-build-goes-virtual</link>
                                                                            <description>
                            <![CDATA[ We dig into some of the most important announcements from this year’s show ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bH3FfJzeUgWffC2T7GWA3n</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/L2GvXh5sbBj4TvWbF5TsY6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 21 May 2020 18:04:11 +0000</pubDate>                                                                                                                                <updated>Fri, 22 May 2020 10:30:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Microsoft]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ IT Pro ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/L2GvXh5sbBj4TvWbF5TsY6-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/L2GvXh5sbBj4TvWbF5TsY6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In any normal year, Seattle would currently be flooded with developers, in town for Microsoft’s annual Build developer conference. Of course, this is no normal year and like many events, Build 2020 was run as a virtual conference. That didn’t stop Microsoft unveiling a deluge of announcements, however, with everything from Azure container management and AI development tools to a new Windows Terminal app and WSL improvements.</p><p>In this week’s episode of the IT Pro Podcast, we’re taking a deep dive into some of the most interesting announcements from Build 2020, digging into what they mean both for Microsoft’s customers and for its overall strategy. For more information on everything Microsoft revealed made at its virtual show, check out <a href="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online" target="_blank" data-original-url="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online">our guide to every Build 2020 announcement</a>.</p><iframe allow="encrypted-media" frameborder="0" height="" width="100%" data-lazy-priority="low" data-lazy-src="https://open.spotify.com/embed-podcast/episode/04189r1Pct0bKQRJr8Fs2m"></iframe><h2 id="footnotes">Footnotes</h2><ul><li><a href="https://www.itpro.com/technology/artificial-intelligence-ai/34722/is-a-bot-your-next-employee" data-original-url="https://www.itpro.com/technology/artificial-intelligence-ai/34722/is-a-bot-your-next-employee">Is a bot your next employee?</a></li><li><a href="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online" data-original-url="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online">Microsoft Build 2020: More than 50 products unveiled during online-only conference</a></li><li><a href="https://www.itpro.com/cloud/microsoft-azure/354230/microsoft-not-amazon-is-going-to-win-the-cloud-wars" data-original-url="https://www.itpro.com/cloud/microsoft-azure/354230/microsoft-not-amazon-is-going-to-win-the-cloud-wars">Microsoft, not Amazon, is going to win the cloud wars</a></li><li><a href="https://www.itpro.com/cloud/354231/the-it-pro-podcast-is-the-future-multi-cloud" data-original-url="https://www.itpro.com/cloud/354231/the-it-pro-podcast-is-the-future-multi-cloud">The IT Pro Podcast: Is the future multi-cloud?</a></li><li><a href="https://www.itpro.com/business-operations/productivity/355565/wunderlist-shutters-as-its-creator-launches-the-superlist" data-original-url="https://www.itpro.com/business-operations/productivity/355565/wunderlist-shutters-as-its-creator-launches-the-superlist">Wunderlist creator wastes no time announcing new Superlist productivity app</a></li><li><a href="https://www.itpro.com/microsoft-azure/34048/microsoft-azure-review-competitive-cloud-pricing-takes-a-bite-out-of-aws" data-original-url="https://www.itpro.com/microsoft-azure/34048/microsoft-azure-review-competitive-cloud-pricing-takes-a-bite-out-of-aws">Microsoft Azure review: Competitive cloud pricing takes a bite out of AWS</a></li><li><a href="https://www.itpro.com/machine-learning/34322/replaced-by-an-ai-would-you-retrain-for-a-new-job" data-original-url="https://www.itpro.com/machine-learning/34322/replaced-by-an-ai-would-you-retrain-for-a-new-job">Replaced by an AI: Would you retrain for a new job?</a></li><li><a href="https://www.itpro.com/technology/30736/what-is-ethical-ai" data-original-url="https://www.itpro.com/technology/30736/what-is-ethical-ai">What is ethical AI?</a></li><li><a href="https://www.itpro.com/technology/artificial-intelligence-ai/355423/the-it-pro-podcast-can-ai-ever-be-ethical" data-original-url="https://www.itpro.com/technology/artificial-intelligence-ai/355423/the-it-pro-podcast-can-ai-ever-be-ethical">The IT Pro Podcast: Can AI ever be ethical?</a></li><li><a href="https://www.itpro.com/technology/artificial-intelligence-ai/355502/it-pro-2020-living-at-the-mercy-of-technology" data-original-url="https://www.itpro.com/technology/artificial-intelligence-ai/355502/it-pro-2020-living-at-the-mercy-of-technology">IT Pro 20/20: Living at the mercy of technology</a></li><li><a href="https://www.itpro.com/business-strategy/34796/view-from-the-airport-microsoft-ignite-2019" target="_blank" data-original-url="https://www.itpro.com/business-strategy/34796/view-from-the-airport-microsoft-ignite-2019">View from the airport: Microsoft Ignite 2019</a></li></ul><h3 class="article-body__section" id="section-subscribe"><span>Subscribe</span></h3><ul><li><a href="https://podcasts.apple.com/gb/podcast/the-itpro-podcast/id1483810154">Subscribe to The IT Pro Podcast on Apple Podcasts</a></li><li><a href="https://podcasts.google.com/?feed=aHR0cHM6Ly9pdHByb3BvZGNhc3QubGlic3luLmNvbS9yc3M">Subscribe to The IT Pro Podcast on Google Podcasts</a></li><li><a href="https://open.spotify.com/show/7HpYehTy752KmtbwpOAgRZ">Subscribe to The IT Pro Podcast on Spotify</a></li><li><a href="https://www.itpro.com/newsletter-signup" data-original-url="https://www.itpro.com/newsletter-signup">Subscribe to the IT Pro newsletter</a></li><li><a href="https://dennistrk.cvtr.io/click?lid=12019&pid=45&sid=">Subscribe to IT Pro 20/20</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft, in collaboration with OpenAI, unveils AI supercomputer ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/artificial-intelligence-ai/355744/microsoft-in-collaboration-with-openai-unveils-ai</link>
                                                                            <description>
                            <![CDATA[ AI models and tools to be opened to developers through AI at Scale Initiative ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4RzTJW3ERPuNgKwbBCmvuJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/f9EEH2EWrUUYcjAWLCcdHR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 21 May 2020 16:54:56 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Susan Johnson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/f9EEH2EWrUUYcjAWLCcdHR-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft sign on a building]]></media:description>                                                            <media:text><![CDATA[Microsoft sign on a building]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft sign on a building]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/f9EEH2EWrUUYcjAWLCcdHR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>During its <a href="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online" data-original-url="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online">Build 2020 developer conference</a> on Tuesday, Microsoft unveiled the new <a href="https://www.itpro.com/productivity/34604/supercomputer-research-to-get-88m-government-injection" data-original-url="https://www.itpro.com/productivity/34604/supercomputer-research-to-get-88m-government-injection">supercomputer</a> built in collaboration with <a href="https://www.itpro.com/microsoft-azure/34068/microsofts-1bn-openai-partnership-underpinned-with-closer-azure-ties" data-original-url="https://www.itpro.com/microsoft-azure/34068/microsofts-1bn-openai-partnership-underpinned-with-closer-azure-ties">OpenAI</a>, an <a href="https://www.itpro.com/strategy/28181/what-is-ai" data-original-url="https://www.itpro.com/strategy/28181/what-is-ai">artificial intelligence</a> startup found by Elon Musk. Microsoft announced that the supercomputer hosted in Azure was developed exclusively to train OpenAI’s large-scale artificial intelligence models. </p><p>Microsoft joined hands with OpenAI back in 2019 under a multiyear supercomputer partnership, where the tech giant invested $1 billion. The supercomputer developed is a combination of over 285,000 CPU cores, 10,000 GPUs and 400 Gbps of network connectivity for each GPU server in a single system. This has helped Microsoft’s supercomputer developed for OpenAI bag one of the top five positions on the list of the top 500 supercomputers in the world. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/101205/rebirth-of-the-supercomputer" data-original-url="/101205/rebirth-of-the-supercomputer">Rebirth of the supercomputer</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/603504/new-supercomputer-smashes-speed-record" data-original-url="/603504/new-supercomputer-smashes-speed-record">New supercomputer smashes speed record</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/608388/roadrunner-still-worlds-top-supercomputer" data-original-url="/608388/roadrunner-still-worlds-top-supercomputer">Roadrunner still world’s top supercomputer</a></p></div></div><p>Hosted in Azure, the supercomputer benefits from robust modern <a href="https://www.itpro.com/cloud/32167/our-5-minute-guide-to-enterprise-cloud-computing" data-original-url="https://www.itpro.com/cloud/32167/our-5-minute-guide-to-enterprise-cloud-computing">cloud</a> infrastructure, sustainable data centers, rapid deployments and access to Azure services. </p><p>“This is about being able to do a hundred exciting things in natural language processing at once and a hundred exciting things in computer vision, and when you start to see combinations of these perceptual domains, you’re going to have new applications that are hard to even imagine right now,” Microsoft’s chief technical officer, Kevin Scott, explained.</p><p>Previously, there have been AI implementations dedicated to performing single tasks, like translating languages and recognizing specific objects in images. However, modern research focuses on developing massive models to perform multiple tasks at the same time. According to Microsoft, this can involve moderating game streams or possibly creating codes after analyzing Github. Convincingly, such large-scale models will make AI more beneficial to consumers and developers alike.</p><p>As a part of its ‘AI at Scale’ Microsoft has built a cluster of large AI models - the Microsoft Turing models, to improve the language understanding tasks across Bing, Dynamic, Office, and other productivity products. </p><p>Microsoft intends to make its large AI models, optimization tools and supercomputing resources available to developers, data scientists and business customers through Azure AI services and GitHub to help them leverage the power of AI at Scale. </p><p>Microsoft also revealed a new version of DeepSpeed, an open-source deep-learning library for PyTorch that cuts the amount of computing power required for large distributed model training. The update is more efficient than the previous version released just three months ago and train models 15 times larger and 10 times faster. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft launches public cloud service for health care ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/cloud-computing/355742/microsoft-launches-public-cloud-service-for-health-care</link>
                                                                            <description>
                            <![CDATA[ The tech giant, No. 2 in the cloud infrastructure market, plans to introduce several industry-specific cloud offerings ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">H5yVdw3TUG7haoFftVrdT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vJqts6MLCMgBLPWQ9QpHHA-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 21 May 2020 16:41:26 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Microsoft]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Mike Brassfield ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vJqts6MLCMgBLPWQ9QpHHA-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vJqts6MLCMgBLPWQ9QpHHA-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In the midst of the global coronavirus pandemic, Microsoft is unveiling a major new cloud-computing initiative focused on the health care industry.</p><p>The <a href="https://cloudblogs.microsoft.com/industry-blog/health/2020/05/19/deliver-better-experiences-insights-and-care-with-microsoft-cloud-for-healthcare">Microsoft Cloud for Healthcare</a> is now available in public preview and through a free trial for the next six months. General availability is scheduled for the fourth quarter of 2020.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/application-programming-interface-api/355165/nylas-announces-free-scheduling-tool-for" data-original-url="/development/application-programming-interface-api/355165/nylas-announces-free-scheduling-tool-for">Nylas announces free scheduling tool for health care providers</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/marketing-comms/communications/355204/how-technology-is-changing-healthcare" data-original-url="/marketing-comms/communications/355204/how-technology-is-changing-healthcare">How technology is changing health care</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/mobile/google-android/355316/google-updates-make-accessing-health-care-services-easier" data-original-url="/mobile/google-android/355316/google-updates-make-accessing-health-care-services-easier">Google updates make accessing health care services easier</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/355336/artificial-intelligence-spending-in-health-care-will" data-original-url="/technology/artificial-intelligence-ai/355336/artificial-intelligence-spending-in-health-care-will">Artificial intelligence spending in health care will see a $1.5 billion increase by 2025</a></p></div></div><p>This is to be the first of several public cloud infrastructures designed solely for one industry’s needs, company officials said. Future offerings could be geared toward major Microsoft vertical markets, such as banking, defense/intelligence, manufacturing or retail, among others.</p><p>This new Industry Cloud product line will combine Microsoft’s existing cloud capabilities with specific APIs, models and processes required by each industry. For instance, the health care cloud has a focus on in-depth analytics, HIPAA compliance, data accessibility and the ability to create a consumer-friendly patient experience.</p><p>“Too often, the tools providers use to coordinate patient care are fragmented and impede the collaborative workflows required in a complex care environment,” the company said in an announcement. “To address these challenges, we have been building capabilities in Microsoft 365 and Microsoft Teams that streamline healthcare workflows and provide a secure platform for connected care coordination.”</p><p>The company said health care organizations can use this industry-specific cloud to extend the value of Microsoft Dynamics 365 Marketing, Dynamics 365 Customer Service and <a href="https://www.itpro.com/machine-learning/31071/microsoft-wants-to-make-azure-your-ai-destination" data-original-url="https://www.itpro.com/machine-learning/31071/microsoft-wants-to-make-azure-your-ai-destination">Azure IoT</a>.</p><p>Microsoft unveiled the Cloud for Healthcare at <a href="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online" data-original-url="https://www.itpro.com/software/development/355717/microsoft-build-2020-more-than-50-products-unveiled-at-first-online">Build 2020</a>, its annual developer conference that’s being held <a href="https://www.itpro.com/business/business-strategy/355189/microsoft-shifts-major-events-online-until-june-2021" data-original-url="https://www.itpro.com/business/business-strategy/355189/microsoft-shifts-major-events-online-until-june-2021">online-only for the first time</a> this year. </p><p>Through aggressive expansion, <a href="https://www.itpro.com/cloud/34337/microsoft-snaps-up-cloud-migration-specialist" data-original-url="https://www.itpro.com/cloud/34337/microsoft-snaps-up-cloud-migration-specialist">Microsoft has firmly established itself</a> as No. 2 in the cloud infrastructure market. While it still trails behind the overall market leader, Amazon Web Services, Microsoft’s cloud business is growing fast. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="J4iG4rwJquBh6EJjwEgZiV" name="J4iG4rwJquBh6EJjwEgZiV.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/J4iG4rwJquBh6EJjwEgZiV.png" mos="https://cdn.mos.cms.futurecdn.net/J4iG4rwJquBh6EJjwEgZiV.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The Hospital of the Future starts today</strong></p><p class="fancy-box__body-text">Technology has fundamentally changed the way we practice patient care</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence-ai/355733/the-hospital-of-the-future-starts-today" data-original-url="/technology/artificial-intelligence-ai/355733/the-hospital-of-the-future-starts-today">FREE DOWNLOAD</a></p></div></div><p>In fact, Microsoft is gaining on AWS and is expected to dominate the market over the next three years, <a href="https://www.itpro.com/cloud/cloud-computing/354478/microsoft-has-an-edge-on-aws-according-to-it-executives" data-original-url="https://www.itpro.com/cloud/cloud-computing/354478/microsoft-has-an-edge-on-aws-according-to-it-executives">according to a recent Goldman Sachs survey</a> of IT executives. </p><p>While AWS has long been a favorite of startups and developers, Microsoft has concentrated on large, established enterprises. The growing healthcare market remains one of its top priorities. </p><p>The launching of Microsoft’s Cloud for Healthcare follows <a href="https://www.itpro.com/cloud/30677/microsoft-reveals-new-ai-and-cloud-powered-health-initiatives" data-original-url="https://www.itpro.com/cloud/30677/microsoft-reveals-new-ai-and-cloud-powered-health-initiatives">the 2018 release</a> of a number of cloud-powered health initiatives that grew out of Microsoft’s healthcare-focused research unit, Healthcare NExT.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Build 2020: General announcements ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/development/355722/microsoft-build-2020-general-announcements</link>
                                                                            <description>
                            <![CDATA[ Microsoft didn't just talk about Azure, Microsoft 365 and Windows at this year's developer conference ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">eDzsuG94Una5hYtpSF29E</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qHWmdeSz7zX5f2gXYMvUrP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 May 2020 15:59:34 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Microsoft]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Shepherd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/3n2BoLAtRj8Z5eRfxtwyK8.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qHWmdeSz7zX5f2gXYMvUrP-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close up of a black and white keyboard showing the Windows button]]></media:description>                                                            <media:text><![CDATA[A close up of a black and white keyboard showing the Windows button]]></media:text>
                                <media:title type="plain"><![CDATA[A close up of a black and white keyboard showing the Windows button]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qHWmdeSz7zX5f2gXYMvUrP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft didn’t spend all of its time at this year’s Build conference talking about its three core product lines of Azure, Windows and Microsoft 365. There were a handful of more general announcements around some of its other activities, too.</p><p>One of the most impressive things to come out of these was the news that the cloud-based supercomputer Microsoft has been developing with OpenAI is not only complete but also one of the world’s most powerful machines. Elsewhere, the company has unveiled a number of new social initiatives, and a tool to let customers measure the performance of their dev teams.</p><h3 class="article-body__section" id="section-microsoft-builds-an-ai-supercomputer-in-the-cloud"><span>Microsoft builds an AI supercomputer in the cloud</span></h3><p>Last year, <a href="https://www.itpro.com/microsoft-azure/34068/microsofts-1bn-openai-partnership-underpinned-with-closer-azure-ties" data-original-url="https://www.itpro.com/microsoft-azure/34068/microsofts-1bn-openai-partnership-underpinned-with-closer-azure-ties">Microsoft announced that it was partnering with OpenAI</a> to help develop new cloud-based supercomputing resources to accelerate its work in researching safe <a href="https://www.itpro.com/strategy/28181/what-is-ai" data-original-url="https://www.itpro.com/strategy/28181/what-is-ai">general AI</a>. At this year’s Build conference, the first fruits of that partnership came to light, with the news that Microsoft has created <a href="https://www.itpro.com/high-performance-computing-hpc/33405/the-supersized-world-of-supercomputers" data-original-url="https://www.itpro.com/high-performance-computing-hpc/33405/the-supersized-world-of-supercomputers">one of the top five supercomputers in the world</a> in terms of raw computational power. </p><p>Comprised of “<a href="https://blogs.microsoft.com/ai/openai-azure-supercomputer">285,000 CPU cores, 10,000 GPUs and 400 gigabits per second of network connectivity for each GPU server</a>”, the monster system was built exclusively for OpenAI’s use, but Microsoft says it’s the first step towards making the technology available for everyone to use. The company also announced an updated version of its DeepSpeed PyTorch deep learning library, which Microsoft claims is significantly more efficient than the previous version.</p><h3 class="article-body__section" id="section-project-bonsai-machine-teaching-system-for-industrial-control-systems-unveiled"><span>Project Bonsai machine teaching system for industrial control systems unveiled</span></h3><p>Industrial control systems are one area in which artificial intelligence has huge potential for improving efficiency and stability. Microsoft is hoping to further AI development within this sector with the preview of Project Bonsai, a machine teaching service that allows developers, engineers and experts to proactively specify desired approaches and results when training AI systems, rather than relying solely on data.</p><p>In order to help developers come to grips with the new tool, it’s also releasing Project Moab, a robot consisting of three articulated arms that are used to hold up a platform. By teaching this robot to balance a ball, engineers can get to grips with the fundamentals of how Bonsai works before applying it to their own use cases. The robot is available to 3D print now, and pre-built units will be available for purchase later this year.</p><h3 class="article-body__section" id="section-skype-tx-interoperability-and-ndi-support-for-teams-bring-professional-production-to-virtual-conferences"><span>Skype TX interoperability and NDI support for Teams bring professional production to virtual conferences</span></h3><p>Microsoft isn’t alone; many companies (<a href="https://www.itpro.com/business/business-strategy/355517/introducing-it-pro-live" data-original-url="https://www.itpro.com/business/business-strategy/355517/introducing-it-pro-live">including <em>IT Pro</em></a>) are now turning to digital broadcasts as an alternative to in-person events while global lockdowns remain in effect. Maintaining a high level of production can be challenging under these circumstances, but Microsoft is helping to keep standards high with new NDI support and Skype TX interoperability for Teams coming in the next couple of months.</p><p>Aimed at reproducing sophisticated broadcast content, these features essentially allow producers to ingest A/V feeds from Teams and Skype into professional broadcast production suites. While this solution may be slightly too advanced for every company to take advantage of, it should help increase the overall production quality of some larger virtual conferences.</p><h3 class="article-body__section" id="section-microsoft-launches-developer-velocity-assessment-tool"><span>Microsoft launches Developer Velocity Assessment tool </span></h3><p>Now more than ever in this time of quarantine, developers are the new kingmakers, and ‘developer velocity’ is quickly being established as the newest buzzword for quantifying the productivity of your development operation. </p><p>In order to help companies measure this, Microsoft has released a new Developer Velocity Assessment tool to benchmark their dev teams and compare their performance and maturity to other organisations. The assessment will also identify areas for improvement with recommendations to help organisations improve their score.</p><h3 class="article-body__section" id="section-microsoft-sets-sights-on-healthcare-with-industry-cloud"><span>Microsoft sets sights on healthcare with Industry Cloud </span></h3><p>In a bid to target specific industry verticals with specialised needs and requirements, Microsoft is launching a new Industry Cloud product line. The new line will combine the company’s existing cloud capabilities with specific APIs, models and processes required by the sector in question. </p><p>Somewhat unsurprisingly, the first industry to be tackled is healthcare, with a focus on in-depth analytics, compliance and data accessibility. Microsoft Cloud for Healthcare is available in public preview now, with general availability scheduled in Q4 this year.</p><h3 class="article-body__section" id="section-hololens-2-starts-shipping-to-more-territories-in-autumn"><span>HoloLens 2 starts shipping to more territories in autumn</span></h3><p>The second version of Microsoft’s HoloLens mixed-reality headset will begin shipping to more countries starting this autumn. The headset is already available in key markets such as North America but will be coming to more locations in Europe, Asia and Scandinavia.</p><h3 class="article-body__section" id="section-azure-iot-developer-specialty-certification-and-training-resources-available-now"><span>Azure IoT Developer Specialty certification and training resources available now</span></h3><p>Microsoft’s certification for Azure IoT specialists is now available to any developer who wishes to earn it, after being in beta since January. The course covers all of the tools and processes which make up Microsoft’s IoT portfolio, with free learning resources for self-guided study. Paid instructor-led training is also available.</p><h3 class="article-body__section" id="section-azure-netapp-files-hits-four-nines-availability"><span>Azure NetApp Files hits four-nines availability</span></h3><p>As part of the conference, Microsoft made the announcement that its Azure NetApp Files service for mission-critical workloads hit four-nines availability - AKA 99.99% uptime. In actuality, the milestone was reached back in February, but the company decided to wait until Build to formally announce it.</p><h3 class="article-body__section" id="section-turing-optimisations-coming-to-onnx-runtime"><span>Turing optimisations coming to ONNX runtime</span></h3><p>For engineers and data scientists working with machine learning models, Microsoft is bringing a set of optimisation techniques to its open source ONNX Runtime which was originally developed for the Turing model. Coming next month, these optimisations will allow dev to further accelerate model workloads running on frameworks like PyTorch and TensorFlow.</p><h3 class="article-body__section" id="section-learn-tv-brings-all-microsoft-s-content-together"><span>Learn TV brings all Microsoft’s content together</span></h3><p>On the subject of coronavirus resiliency, Microsoft is launching a new content channel hosting technical content, information and insights for developers. Learn TV will collect content produced across Microsoft’s business, and curate it to help developers grow their skills.</p><h3 class="article-body__section" id="section-microsoft-s-tech-for-good-mission-continues-with-x4impact"><span>Microsoft’s ‘tech for good’ mission continues with X4Impact</span></h3><p>Microsoft is also extending its largesse to the non-profit sector, where it will be partnering with Giving Tech Labs to launch a new innovation hub dubbed ‘X4Impact’. This hub aims to create a ‘trusted online exchange’ where non-profits and charitable foundations can collaborate on social problems, and will aggregate resources and data from trusted sources.</p><h3 class="article-body__section" id="section-microsoft-learn-student-ambassadors-program-launched-to-fuel-stem-education"><span>Microsoft Learn Student Ambassadors Program launched to fuel STEM education</span></h3><p>STEM education is an issue which most tech professionals can get behind, and one which can always benefit from more resources. To that end, Microsoft has created the Microsoft Learn Student Ambassadors Program, which gives students the chance to get involved in the sector through open-source contribution, free training and resource and experience with the latest technology, as well as mentoring from top tech professionals. </p><h3 class="article-body__section" id="section-microsoft-authentication-library-expands-platform-support"><span>Microsoft Authentication Library expands platform support </span></h3><p>For developers baking Microsoft-enabled security into their applications, the Microsoft Authentication Library now supports Angular in general availability and Microsoft.Identity.Web for ASP.NET Core in preview, giving them more flexibility in how they develop and implement it in their apps.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Build 2020: Every Microsoft 365 announcement ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/microsoft-office/355721/microsoft-build-2020-every-microsoft-365-announcement</link>
                                                                            <description>
                            <![CDATA[ Formerly known as Office 365, Microsoft's app suite has had a number of new additions ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jgXNDJACmW2pcbQphemz6d</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/5zdVjtjwGT7uPajWqjbsuS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 May 2020 15:56:21 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Microsoft Office]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Microsoft]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Shepherd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/3n2BoLAtRj8Z5eRfxtwyK8.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/5zdVjtjwGT7uPajWqjbsuS-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft Teams splash screen on a smartphone]]></media:description>                                                            <media:text><![CDATA[Microsoft Teams splash screen on a smartphone]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Teams splash screen on a smartphone]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/5zdVjtjwGT7uPajWqjbsuS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft’s broader suite of productivity and business apps doesn’t always get as much attention as other areas like Windows or Azure during developer conferences like Build, but this year’s show saw some notable announcements for customers. </p><p>The most eye-catching is a brand-new addition to the portfolio in the form of Microsoft Lists, but there were also previews of some of the smart under-the-hood features that Microsoft is planning to bring to its apps in the near future.</p><h2 id="microsoft-build-2020-newly-announced-microsoft-365-products">Microsoft Build 2020: Newly-announced Microsoft 365 products</h2><h3 class="article-body__section" id="section-microsoft-lists"><span>Microsoft Lists</span></h3><p>Just weeks after <a href="https://www.itpro.com/business-operations/productivity/355565/wunderlist-shutters-as-its-creator-launches-the-superlist" data-original-url="https://www.itpro.com/business-operations/productivity/355565/wunderlist-shutters-as-its-creator-launches-the-superlist">Microsoft finally shuttered the popular Wunderlist productivity app that it purchased in 2015</a>, the company has announced its own souped-up productivity tracker in the form of Microsoft Lists. The latest addition to the Microsoft 365 portfolio, Lists integrates with Teams, SharePoint, Excel and other products, and will start rolling out this summer. </p><p>The app acts as a super-powered amalgamation of to-do list, calendar and project management tool, allowing you to share lists with team members, categorise them with labels and other data, and even create simple automation rules to automatically update specific fields or notify certain people. Developers can also use Power Apps and Power Automate to make Lists even more flexible.</p><h2 id="microsoft-build-2020-microsoft-365-products-now-in-preview">Microsoft Build 2020: Microsoft 365 products now in preview</h2><h3 class="article-body__section" id="section-fluid-framework"><span>Fluid Framework</span></h3><p>Previously announced at last year’s Ignite conference, the Fluid Framework is Microsoft’s latest effort to integrate its Office apps by allowing users to create and embed dynamic components that can be ported and accessed between apps, and this year’s Build saw the first demonstration of how it’s going to work in practice. The system is based on compartmentalising elements into ‘Fluid Components’; for example, if you wanted to add a table to an email, you could click a button in Outlook and import it directly from an Excel spreadsheet. </p><p>What’s really impressive, though, is that the components are still linked to the files. So you can update the table without leaving the email, and that change will be instantly synced to the spreadsheet, and if one of your colleagues goes into the spreadsheet and amends it, the table in your email will update in real-time. </p><p>Microsoft is planning to support a broad range of Fluid Components including tables, lists, charts and more. The functionality will be available in early preview for certain Microsoft 356 Enterprise and education subscribers starting in a few months, although it will be limited to web-based Office and Outlook apps for now. The company is also going to be making Fluid Framework open source, and is inviting developers to help build out its capabilities.</p><h3 class="article-body__section" id="section-project-cortex-adds-intelligence-to-the-microsoft-graph"><span>Project Cortex adds intelligence to the Microsoft Graph</span></h3><p>Part of Microsoft’s mission to bring AI into as many businesses as possible, Project Cortex was also announced at Ignite last year as a way to apply AI-based analysis to the Microsoft Graph in order to automatically categories and organise knowledge resources throughout an organisation. Project Cortex will go into general availability within the next few months, but there are now new developer APIs accessible to more than 75 organisations who are participating in the private preview programme.</p><h2 id="microsoft-build-2020-microsoft-365-products-now-in-general-availability">Microsoft Build 2020: Microsoft 365 products now in general availability</h2><h3 class="article-body__section" id="section-bookings-app-brings-scheduling-to-microsoft-teams"><span>Bookings app brings scheduling to Microsoft Teams</span></h3><p>Back in March, Microsoft announced a new app integration for Teams, which would allow customers to manage appointments and schedules with the general public from within the app. This is now generally available after being trialled with customers including healthcare organisations such as Huddersfield NHS Foundation Trust for both physical and virtual appointments. Administrators can manage appointments on behalf of multiple departments, and the Microsoft Graph API can be used to integrate the system into existing workflows and internal apps.</p><p>Shifts is a similar tool for managing employee schedules and rotas within Teams, and Microsoft has now released Graph APIs for developers to integrate it with third-party staff management platforms, and new Power Automate actions for building Shift actions into workflows across different apps. New triggers and templates will also help automate and optimise processes within the app to save time.</p><h3 class="article-body__section" id="section-bing-work-lets-you-search-your-entire-company"><span>Bing WORK lets you search your entire company</span></h3><p>Bing has suffered in popularity compared to Google, but Microsoft is attempting to make it more attractive to business users with the general availability of a ‘WORK’ tab for enterprise Office 365 customers. Appearing below Bing’s main search bar, this tab (if enabled by admins) surfaces results specific to that organisation, including internal domains, staff profiles, dashboards and reports. </p><h2 id="microsoft-build-2020-microsoft-365-products-with-updated-features">Microsoft Build 2020: Microsoft 365 products with updated features</h2><h3 class="article-body__section" id="section-new-teams-developer-tools"><span>New Teams developer tools</span></h3><p>Microsoft is pouring resources into developing its <a href="https://www.itpro.com/software/33703/microsoft-teams-review-a-no-brainer-for-microsoft-shops" target="_blank" data-original-url="https://www.itpro.com/software/33703/microsoft-teams-review-a-no-brainer-for-microsoft-shops">Teams</a> collaboration software in a bid to keep up with <a href="https://www.itpro.com/collaboration/33647/slack-review-free-your-business-comms" target="_blank" data-original-url="https://www.itpro.com/collaboration/33647/slack-review-free-your-business-comms">Slack</a>. That includes new tools to make it easier for developers to build Teams apps, such as the newly-announced extensions for Visual Studio and Visual Studio Code. These extensions are currently in public preview, and give devs an easy way to build, configure and publish apps specifically for Teams from within their IDE.</p><p>It’s also streamlining the integration between its Power Platform tools and Teams with simpler UIs, enabling more granular permissions for the Teams Microsoft Graph API, making it easier to submit and manage Teams apps and giving admins the ability to create custom templates for users who want to set up a new team.</p><p>Elsewhere, Azure Active Directory Single Sign-On will soon mean that users won’t have to sign in to apps within the Teams client in order to use them, will be able to pop out certain apps and channel tabs into a new window and will be able to trigger context-specific actions from messages on mobile. Teams apps will also soon be able to access mobile device features like location and camera functionality, and new security and permissions features will allow admins to give greater control and flexibility to team owners and end-users without impacting global access permissions.</p><p>Developers will also be getting the ability to run code within Teams for the purposes of previewing and collaborating with colleagues, in a feature which is being dubbed ‘Code Conversations’.</p><h3 class="article-body__section" id="section-microsoft-bing-for-commerce"><span>Microsoft Bing for Commerce</span></h3><p>Microsoft Bing for Commerce - the company’s solution for retailers that want to embed search functionality within their own sites and apps - is being updated with new analytics and AI tools, included simple guided workflows for implementing them. Version 1 of the Bing for Commerce SDK is also available now, allowing devs to implement the technology in a variety of programming languages including Java, C# and Python. Finally, customers will soon be able to integrate the software directly into their DevOps pipelines for faster iteration.</p><h3 class="article-body__section" id="section-microsoft-edge"><span>Microsoft Edge</span></h3><p>Alongside the back-end developments to Edge, Microsoft has announced some user-facing changes to its browser as well. Users will be able to perform a search in the Edge sidebar via the context menu without having to open a new tab (with results including intranet content for users who are signed in with an Azure Active Directory account), and when users try and open a link requiring enterprise credentials, they’ll be automatically asked if they would like to switch profiles. Commercial customers will also receive support for on-premise syncing of their Edge data.</p><h3 class="article-body__section" id="section-windows-powertoys"><span>Windows PowerToys</span></h3><p><a href="https://www.itpro.com/software/operating-systems/355273/meet-the-new-windows-powertoys" target="_blank" data-original-url="https://www.itpro.com/software/operating-systems/355273/meet-the-new-windows-powertoys">Microsoft recently resurrected the much-loved PowerToys add-on for Windows</a>, comprising a number of tools and utilities for customising various OS features. Windows power-users will be glad to hear that new capabilities have now been added with the PowerToys 0.18 release, including an application launcher shortcut that’s oddly reminiscent of macOS’ Spotlight feature, and a tool for customising your keyboard inputs by remapping key bindings and shortcuts at a system level.</p><h3 class="article-body__section" id="section-yammer"><span>Yammer </span></h3><p>For those organisations still using Yammer, users can now like, view and reply to Yammer posts that they’ve been tagged in directly from Outlook without having to open Yammer. This feature was announced at last year’s Ignite and released for the Outlook web app in March, but is now generally available for all customers.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Build 2020: Every Windows announcement ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/operating-systems/microsoft-windows/355720/microsoft-build-2020-every-windows-announcement</link>
                                                                            <description>
                            <![CDATA[ From new PowerToys to Windows Terminal, devs have plenty to be happy about ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">caavBpdsZQHjyWcyXnTwvs</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fJ3HW2PbjrZU9vGGScEiVd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 May 2020 15:50:37 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Windows]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Microsoft]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Shepherd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/3n2BoLAtRj8Z5eRfxtwyK8.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fJ3HW2PbjrZU9vGGScEiVd-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A tablet on a table showing the Windows 10 logo]]></media:description>                                                            <media:text><![CDATA[A tablet on a table showing the Windows 10 logo]]></media:text>
                                <media:title type="plain"><![CDATA[A tablet on a table showing the Windows 10 logo]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fJ3HW2PbjrZU9vGGScEiVd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Developers are always keen to get new toys to play with, and this year Microsoft’s Build conference delivered some absolute corkers. Not only did the company release the first official 1.0 version of its new Windows Terminal command-line interface, but it also announced a new package manager, new .NET development tools and even a couple new additions to PowerToys.</p><p>These cool new additions haven’t come at the expense of functionality though, and Microsoft has also shared more details on foundational changes to how Windows app development will work in future. One key example of this is Project Reunion, which aims to close the gulf between Win32 and UWP apps.</p><h2 id="microsoft-build-2020-newly-announced-windows-products">Microsoft Build 2020: Newly-announced Windows products</h2><h3 class="article-body__section" id="section-windows-package-manager"><span>Windows Package Manager</span></h3><p>Developers love a shortcut - some of the world’s most game-changing technologies were invented by smart people who wanted to find a quicker way to do things, after all - so the new Windows Package Manager is likely to be a big hit indeed. Similar to the Linux equivalent, Windows Package Manager (AKA winget) allows developers to search and install common open-source tools via the command line, or even via a script. </p><p>Not only is this hugely more convenient for developers than navigating to a web page to download and install specific tools, but it could also make the onboarding process for new technical staff dramatically easier. Rather than spending hours or days manually installing specific tools and configurations, one script can be used to grab and install everything that’s needed.</p><p>The repository of software that winget can pull from is open-source and Microsoft is asking devs to add their tools to it. Windows Package Manager is currently in preview, with the 1.0 release pencilled in for May next year.</p><h3 class="article-body__section" id="section-net-maui"><span>.NET MAUI</span></h3><p>The proliferation of different device categories and form factors in recent years has been tough for developers to keep up with, but Microsoft is hoping to ease that burden with the introduction of the .NET Multi-platform App UI - or .NET MAUI, to give it its much snappier acronym.</p><p>Based on the Xamarin.Forms cross-platform development framework, MAUI allows developers to use a single codebase and project file to develop native applications for multiple different devices with minimal additional work. MAUI will be available in all of Microsoft’s IDE tools and will support XAML and MVVM code patterns, as well as Blazor and MVU with C#.</p><p>Microsoft is aiming to make the transition to MAUI (which will reach general availability alongside .NET version 6 in November 2021 after going into preview later this year) as easy as possible for existing Xamarin.Forms developers. MAUI will use the same controls and APIs, with migration guides and support available to help devs make the switch.</p><h3 class="article-body__section" id="section-project-reunion"><span>Project Reunion</span></h3><p>The Universal Windows Platform, announced alongside Windows 10 a number of years ago, was an ambitious effort to create a library of highly portable applications that could run across all multiple device categories including PC, Xbox, mobile, HoloLens, IoT and more. The project faltered, however, as developers proved unwilling to abandon the trusty Win32 API that remains the basis for most desktop applications.</p><p>Microsoft’s latest attempt to kick-start the growth of the UWP ecosystem is Project Reunion, a suite of tools, updates and frameworks designed to unify the Win32 and UWP APIs, making it easier to add newer functionality to older apps and port them across to UWP. Microsoft will be decoupling both apps from the OS, enhancing backwards-compatibility for new code, and introducing new capabilities like the ability to embed web content within desktop applications via Chromium and Edge.</p><h2 id="microsoft-build-2020-windows-products-now-in-preview">Microsoft Build 2020: Windows products now in preview</h2><h3 class="article-body__section" id="section-preview-4-for-net-5-is-now-available"><span>Preview 4 for .NET 5 is now available</span></h3><p>.NET is one of the foundational building blocks of the Microsoft ecosystem, and the fourth preview of .NET 5 is now officially available prior to the full release in November. The latest release continues to bring Microsoft closer to its goal of unifying all the various offshoots of .NET under a single banner, but it hasn’t quite managed to unite its .NET Core and Xamarin tools for this release due to the coronavirus crisis - that’ll be coming in .NET 6, according to the company.</p><p>What developers will get with this release is a raft of performance improvements for various functions, native support for Windows ARM64 devices (like <a href="https://www.itpro.com/laptops/34565/microsoft-surface-pro-x-hands-on-review-x-marks-the-spot" data-original-url="https://www.itpro.com/laptops/34565/microsoft-surface-pro-x-hands-on-review-x-marks-the-spot">the Surface Pro X</a>) and new container APIs, as well as C# 9 and F# 5. As with the majority of the announcements form this year’s Build, the focus is very much on enabling developers to work on modern cloud-native and multi-platform applications with Microsoft’s tools.</p><h3 class="article-body__section" id="section-host-single-page-javascript-apps-with-app-service-static-web-apps"><span>Host single-page JavaScript apps with App Service Static Web Apps</span></h3><p>Reactive web applications are all the rage these days, and Microsoft is supporting this with a new Azure App Service hosting option for stative web apps. The service is now in public preview and allows devs to host JavaScript-based single-page apps built on frameworks including Angular, React and Vue with fast deployment and minimal configuration. It also integrates with GitHub Actions to connect these apps toCI/CD pipelines for quality and security testing purposes.</p><h2 id="microsoft-build-2020-windows-products-now-in-general-availability">Microsoft Build 2020: Windows products now in general availability</h2><h3 class="article-body__section" id="section-windows-terminal-brings-some-colour-to-the-command-line"><span>Windows Terminal brings some colour to the command line</span></h3><p>Arguably one of the coolest products hitting general availability at this year’s Build is the new Windows Terminal app. Initially previewed at last year’s show, the 1.0 version includes a heap of cool features, such as GPU-accelerated text rendering for faster performance and support for Unicode and UTF-8 characters - which means it officially supports emojis.</p><p>It’s also incredibly customisable, including the ability to add background images and GIFs, custom keyboard shortcuts and bindings, and even multiple profiles, each with their own separate customisations. One popular feature is a setting to give the terminal window the appearance of an old-school CRT monitor, complete with glowing green text and scan lines.</p><p>Windows Terminal can be used with all the various <a href="https://www.itpro.com/operating-systems/34493/take-command-of-your-computer-with-a-command-line-interface" data-original-url="https://www.itpro.com/operating-systems/34493/take-command-of-your-computer-with-a-command-line-interface">command-line systems</a> Microsoft supports, including Windows, <a href="https://www.itpro.com/microsoft-windows/34535/powershell-vs-cmd-unlocking-the-power-of-windows" data-original-url="https://www.itpro.com/microsoft-windows/34535/powershell-vs-cmd-unlocking-the-power-of-windows">PowerShell</a> and Windows Subsystem for Linux. It’s been in public preview for a while, but with the 1.0 release, Microsoft says it’s now stable enough for enterprise use.</p><h3 class="article-body__section" id="section-windows-subsystem-for-linux-2-brings-gpu-acceleration-and-gui-apps"><span>Windows Subsystem for Linux 2 brings GPU acceleration and GUI apps</span></h3><p>Developers everywhere were flabbergasted when Microsoft unveiled Windows Subsystem for Linux back in 2016, giving users the capability to run native Linux distros on top of Windows for the very first time. The latest version of the software, WSL 2, was previewed at last year’s Build, and it’s generally available in the next Windows feature update. </p><p>The headline changes are that it’s between three and six times faster than the original software, according to Microsoft, and boots in just two seconds. It also runs on top of a genuine VM-based Linux kernel image, resulting in full compatibility with a ‘proper’ Linux environment. </p><p>More changes are on the way, too; WSL will soon be able to take advantage of GPU hardware acceleration via Nvidia CUDA and DirectML to provide more compute horsepower for things like machine learning tasks, and it will also be able to render Linux apps which require a <a href="https://www.itpro.com/operating-systems/30248/what-is-a-graphical-user-interface" data-original-url="https://www.itpro.com/operating-systems/30248/what-is-a-graphical-user-interface">graphical user interface</a>, greatly enhancing its flexibility. Integration with the Windows File Explorer is also set to be introduced, allowing devs to access files stores within their WSL directories without having to fire up a distro. These changes, along with a simplified single-command installation experience, are set to launch later in its development cycle.</p><h2 id="microsoft-build-2020-windows-products-with-updated-features">Microsoft Build 2020: Windows products with updated features</h2><h3 class="article-body__section" id="section-visual-studio"><span>Visual Studio</span></h3><p>Microsoft’s family of IDE tools has received a lot of love at this year’s Build; Visual Studio’s Live Share collaborative development tools now support both text and voice chat capabilities for smoother knowledge transfer, and there are lower costs and preview instances for Microsoft’s Visual Studio Codespaces. </p><p>This particular feature gives developers access to a cloud-hosted environment in which to run code, which can be accessed by multiple people to collaborate on projects. In Visual Studio 2019, Windows-based Codespace instances (which are still in private preview) can now be used to build C++, ASP.NET Core and .NET Core projects</p><h3 class="article-body__section" id="section-windows-for-iot"><span>Windows for IoT</span></h3><p>Microsoft’s Windows for IoT offering, which provides a basis for running embedded IoT devices in the field, will be significantly improved over the next year. The next LTS Windows release will bring the Windows 10 IoT Core and Windows 10 IoT Enterprise platforms together, for example, while device footprints will be able to be shrunk thanks to size reductions in the Windows for IoT OS itself of up to 40%.</p><p>Devices will be able to receive over-the-air updates, and will also be able to run Linux containers through Azure IoT Edge. These features will be available soon in preview, before rolling out fully next year.</p><h3 class="article-body__section" id="section-asp-net-blazor"><span>ASP.NET Blazor</span></h3><p>JavaScript is one of the most popular languages around for web development, but there’s still an awful lot of people that know C#. Microsoft’s ASP.NET Blazor product allows those people to build interactive front-end web components using C# instead of JavaScript, and it now supports WebAssembly as well, enabling the construction of client-side web abbs that run completely in the browser with .NET tools.</p><p>According to Microsoft, these .NET-based apps run faster and have less of a memory overhead than traditional JavaScript-based apps, and the addition of WebAssembly means that developers can reuse .NET code and libraries with Blazor.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Build 2020: Every Azure announcement ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/microsoft-azure/355719/microsoft-build-2020-every-azure-announcement</link>
                                                                            <description>
                            <![CDATA[ New features galore, from container management to data analysis ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">npsYpBstsbuqJxqnemrYSt</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3h2GZES9Ey2F7w2SyGfHDN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 May 2020 15:44:08 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Microsoft]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Shepherd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/3n2BoLAtRj8Z5eRfxtwyK8.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3h2GZES9Ey2F7w2SyGfHDN-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A smartphone held in front of an abstract blue digital background, with the Microsoft Azure logo displayed on screen]]></media:description>                                                            <media:text><![CDATA[A smartphone held in front of an abstract blue digital background, with the Microsoft Azure logo displayed on screen]]></media:text>
                                <media:title type="plain"><![CDATA[A smartphone held in front of an abstract blue digital background, with the Microsoft Azure logo displayed on screen]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3h2GZES9Ey2F7w2SyGfHDN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Windows may be where Microsoft made its name, but Azure is where it makes its money. The company’s cloud platform was unmistakably the star of the show at this year’s Build, with a slew of announcements targeting everything from <a href="https://www.itpro.com/strategy/28181/what-is-ai" target="_blank" data-original-url="https://www.itpro.com/strategy/28181/what-is-ai">AI</a> development and data analysis to container orchestration and IoT deployment.</p><p>Microsoft was keen to show off Azure’s enterprise chops, with the vast majority of features geared towards large organisations with hybrid or multi-cloud infrastructures and large internal development teams. Security and compliance were also high on the agenda, demonstrating the company’s awareness of its customers’ priorities.</p><h2 id="microsoft-build-2020-newly-announced-azure-products">Microsoft Build 2020: Newly-announced Azure products </h2><h3 class="article-body__section" id="section-responsible-ml-features-for-azure-machine-learning"><span>Responsible ML features for Azure Machine Learning</span></h3><p>Microsoft is also announcing a suite of new features within its Azure Machine Learning tool to support its ‘Responsible ML’ initiative. It’s launching new tools based on its open source InterpretML framework to help AI developers understand and explain the decisions made by their machine learning models - a crucial step in detecting and removing bias from AI. </p><p>They will also be able to use ‘what-if’ analysis to see what happens to a model’s predictions when specific values are changed. Similarly, Azure Machine Learning’s new Fairlearn package can be used to assess the fairness - or otherwise - of AI models and rectify any problems by recommending adjusted models.</p><p>Privacy is another key concern regarding AI development, particularly where personally identifiable information is being used to train models. Developed in partnership with Harvard data specialists, the new WhiteNoise differential privacy toolkit aims to allay some of these concerns by allowing developers to inject ‘statistical noise’ into datasets, obscuring genuine personal information with minimal impact on the model’s accuracy. </p><p>For developers working with extremely sensitive confidential data, newly-announced capabilities will allow them to build models for confidential datasets without actually being able to see or access the raw data themselves.</p><p>Compliance and traceability are key for any enterprise looking to explore machine learning, and Microsoft is set to release new capabilities to support the tracking of assets and details regarding ML model development via an audit trail, as well as new documentation guidelines to make sure that development is transparent and responsible.</p><h3 class="article-body__section" id="section-azure-synapse-link"><span>Azure Synapse Link</span></h3><p>Business analytics is the next gold rush, as companies scramble to start extracting value from their data sets. In order to support this, Microsoft has unveiled Azure Synapse Link, a cloud-based tool for hybrid transactional analytical processing (HTAP) tasks. For non-data scientists, what this means is that customers will be able to run analytics on the real-time transactional data stored in their operational databases with, with one-click configuration and continuous insights.</p><p>Microsoft is touting the benefits of cloud-based HTAP in terms of reduced cost and complexity versus traditional on-premise equivalents, and the tool will be competing with other services like AWS’ Aurora.</p><p>Azure Synapse Link is available now within Azure Cosmos DB, Microsoft’s cloud-based NoSQL database product, and will be coming to Azure SQL, Azure Database for PostgreSQL, Azure Database for MySQL and other platforms in an unspecified point in the future.</p><h3 class="article-body__section" id="section-azure-cosmos-db-serverless-amp-autopilot-mode"><span>Azure Cosmos DB serverless & ‘autopilot mode’</span></h3><p><a href="https://www.itpro.com/private-cloud/33388/serverless-cloud-is-it-for-everyone" data-original-url="https://www.itpro.com/private-cloud/33388/serverless-cloud-is-it-for-everyone">Serverless computing</a> is the latest innovation spreading through the public cloud market, allowing developers to pay for compute power not based on time or capacity consumption, but on a per-operation basis - ideally suited to sporadic workloads. To support this, Microsoft has introduced a serverless pricing structure for Azure Cosmos DB, which is available for all users now.</p><p>Also in general availability is the snappily-titled ‘autoscale provisioned throughput’ pricing model. This was originally referred to as ‘autopilot mode’ when first previewed, in reference to the fact that it automatically maintains capacity and scales up or down depending on the workload, keeping within set SLAs. It can be paired with Cosmos DB’s free tier, and supports a number of new capabilities for cost management. Azure CLI and PowerShell support are also set to be introduced soon.</p><h3 class="article-body__section" id="section-azure-rtos-embedded-development-kits"><span>Azure RTOS embedded development kits</span></h3><p>IoT is another nascent sector that Microsoft is hoping to plant its stake in, and part of its strategy for doing so is its Azure RTOS (real-time operating system) embedded development suite for building IoT devices. </p><p>To help accelerate this, it’s partnering with a number of OEMs, including Qualcomm, NXP, Microchip, ST and Renesas, to launch new embedded development kits with the goal of accelerating development cycles for new IoT products. RTOS now also includes an Azure Security Center module for vulnerability and threat monitoring - a notable measure given <a href="https://www.itpro.com/internet-of-things-iot/30844/what-the-internet-of-things-iot-means-for-data-security" data-original-url="https://www.itpro.com/internet-of-things-iot/30844/what-the-internet-of-things-iot-means-for-data-security">the notorious insecurity of many IoT devices</a>.</p><h2 id="microsoft-build-2020-azure-products-now-in-preview">Microsoft Build 2020: Azure products now in preview</h2><h3 class="article-body__section" id="section-azure-stack-hub-brings-fleet-and-container-management-to-on-prem-azure"><span>Azure Stack Hub brings fleet and container management to on-prem Azure</span></h3><p>Somewhat counterintuitively, Azure services don’t just run in the public cloud. Microsoft customers can also use Azure Stack Hub to run Azure services and deployments within their own on-premise data centres, effectively acting as a private or hybrid cloud solution but using the same Azure management tools.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="L2GvXh5sbBj4TvWbF5TsY6" name="L2GvXh5sbBj4TvWbF5TsY6.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/L2GvXh5sbBj4TvWbF5TsY6.jpg" mos="https://cdn.mos.cms.futurecdn.net/L2GvXh5sbBj4TvWbF5TsY6.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The IT Pro Podcast: Microsoft Build goes virtual</strong></p><p class="fancy-box__body-text">We dig into some of the most important announcements from this year’s show</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/development/355748/the-it-pro-podcast-microsoft-build-goes-virtual" data-original-url="/software/development/355748/the-it-pro-podcast-microsoft-build-goes-virtual">FREE DOWNLOAD</a></p></div></div><p>Microsoft has previewed a number of updates to the service at this year’s Build event, including a fleet management product to centralise management of all a customer’s Azure Stack Hub instances, support for the partitioning of AMD GPUs and a version of the Azure Kubernetes Service Resource Provider for easier on-premise container management. </p><p>These features will be available soon in private preview, while support for Red Hat’s ManageIQ cloud management tools (previously known as CloudForms) is now available as a public preview.</p><h3 class="article-body__section" id="section-azure-arc-gains-kubernetes-and-sles-support"><span>Azure Arc gains Kubernetes and SLES support</span></h3><p>Last year, <a href="https://www.itpro.com/microsoft-azure/34748/meet-azure-arc-a-microsoft-platform-for-those-that-want-a-bit-of-everything" data-original-url="https://www.itpro.com/microsoft-azure/34748/meet-azure-arc-a-microsoft-platform-for-those-that-want-a-bit-of-everything">Microsoft unveiled Azure Arc</a>, a single-pane-of-glass management tool designed to let admins run Azure services across a wide range of infrastructures and environments using their existing toolsets snd security policies. The announcement lent further credence to the notion that multi-cloud operations are swiftly becoming the default for enterprises and was met with widespread approval.</p><p>At this year’s Build, the company previewed Arc support for <a href="https://www.itpro.com/enterprise-applications/31654/what-is-kubernetes" target="_blank" data-original-url="https://www.itpro.com/enterprise-applications/31654/what-is-kubernetes">Kubernetes</a> and SUSE Linux Enterprise Server, allowing those workloads to be seamlessly managed via Azure Arc across cloud, edge and on-premise environments. Both services are available now in preview.</p><h3 class="article-body__section" id="section-azure-routing-preferences-let-admins-pick-their-potato-temperature"><span>Azure routing preferences let admins pick their potato temperature</span></h3><p>Until now, Microsoft has kept a tight grip on the traffic of any customers using its services, routing it through its own network rather than letting it pass over the public internet to reach its destination - a practice amusingly referred to as ‘cold potato routing’, in reference to the fact that the traffic doesn’t change hands. </p><p>Microsoft says this is to ensure the performance and integrity of the traffic, but customers will now be able to choose for themselves whether they want a hot or a cold potato approach for their application traffic, with the preview availability of a new feature allowing the customer to select their routing preference. Performance will vary base on ISP and network performance, but egress costs may be more favourable with a public internet routing approach.</p><h3 class="article-body__section" id="section-new-what-if-analysis-amp-deployment-script-templates-for-azure-resource-manager"><span>New ‘what-if’ analysis & deployment script templates for Azure Resource Manager</span></h3><p>Cloud deployments can be a stressful prospect for many developers, with the frightening prospect of bringing down a critical system if something goes wrong. Two new tools for Microsoft’s Azure Resource Manager are helping to allay those fears; a ‘what-if’ analysis tools that allows devs to preview the effects of a deployment before actually committing to it, and Deployment Scripts to let them set up entire environments by executing Bash or PowerShell scripts within Resource Manager Templates.</p><h3 class="article-body__section" id="section-microsoft-pushes-sql-to-the-fringes-with-azure-sql-edge"><span>Microsoft pushes SQL to the fringes with Azure SQL Edge </span></h3><p><a href="https://www.itpro.com/cloud/31389/what-is-edge-computing" target="_blank" data-original-url="https://www.itpro.com/cloud/31389/what-is-edge-computing">Edge computing</a> is becoming increasingly popular among enterprises with remote sites who want to collect and analyse data without having to shuttle it all the way out to the cloud first. To meet these needs, Microsoft is previewing Azure SQL Edge, a lightweight database engine designed specifically for edge deployments that can be run on both ARM and x64 devices in both connected and disconnected environments. It’s only available in selected regions, but in regions where it is available, customers can use it with no transaction costs for the duration of the preview period.</p><h3 class="article-body__section" id="section-azure-synapse-analytics-previews-more-data-analysis-tools"><span>Azure Synapse Analytics previews more data analysis tools</span></h3><p>At Ignite 2019, Microsoft unveiled Azure Synapse Analytics, the latest iteration of the Azure SQL Data Warehouse platform and its latest effort to meet its customers’ rapacious demands for data and insights. After being in private preview, the Azure Synapse Analytics’ latest features have now passed into the public preview phase, with integrated Park and SWL engines, built-in authoring for Power BI and serverless data lake exploration.</p><h3 class="article-body__section" id="section-azure-maps-private-atlas-lets-companies-chart-their-own-landscape"><span>Azure Maps Private Atlas lets companies chart their own landscape</span></h3><p>Azure contains a number of location-based technologies under its Azure Maps umbrella, and they can do more than get you from point A to point B. Its Private Atlas product, for example, allows companies to create maps of private spaces and populate them with sensor data, asset information, inventory details and more, allowing for much more accurate tracking and monitoring of internal real-estate. Azure Maps Private Atlas is now in public preview.</p><h3 class="article-body__section" id="section-azure-quantum-leaps-into-preview"><span>Azure Quantum leaps into preview</span></h3><p>Quantum computing is being hailed by many as the next great frontier in software engineering, and Microsoft is hoping to speed its development with the limited preview of Azure Quantum. This suite of cloud services, which Microsoft says is build on 20 years of quantum research, allows companies to start experimenting with quantum development, including educational resources, pre-built ‘quantum-inspired’ solutions and access to software and hardware from partners like 1QBit, Honeywell, IonQ, and QCI.</p><h3 class="article-body__section" id="section-azure-active-directory-external-identities-help-bring-external-partners-in-from-the-cold"><span>Azure Active Directory External Identities help bring external partners in from the cold</span></h3><p>Active Directory (AD) is the beating heart of many organisations, governing everything from payrolls to printer access. Integrating external partners such as customers and suppliers into AD can be a headache, but with the public preview of Azure Active Directory External Identities, that headache may be a little bit easier to deal with. It enables developers to integrate services for external users into their applications, as well as letting admins manage their entire directory without switching between tools. It’s also set to make collaboration between staff and non-employees easier, thanks to more seamless access and sharing.</p><h3 class="article-body__section" id="section-publisher-verification-brings-blue-ticks-to-apps"><span>Publisher Verification brings blue ticks to apps</span></h3><p>Managing application permissions can be a bit of a security minefield, but the public preview of Publisher Verificiation allows developers with a verified Microsoft Partner Network account to mark their enterprise Active Directory apps as verified, which will show up when users are asked to consent to the permissions they request. IT admins will also be able to track the percentage of verified and non-verified apps within their estates, and can even configure policies to bar users from downloading unverified apps.</p><h2 id="microsoft-build-2020-azure-products-now-in-general-availability">Microsoft Build 2020: Azure products now in general availability</h2><h3 class="article-body__section" id="section-azure-peering-service-brings-stability-to-microsoft-s-saas-tools"><span>Azure Peering service brings stability to Microsoft’s SaaS tools</span></h3><p>Online services (<a href="https://www.itpro.com/software/video-conferencing/355009/microsoft-teams-goes-down-as-the-world-starts-mass-remote" data-original-url="https://www.itpro.com/software/video-conferencing/355009/microsoft-teams-goes-down-as-the-world-starts-mass-remote">including Microsoft’s own</a>) have been somewhat wobbly since the coronavirus crisis upended working patterns across the globe, but one of the company’s newest services is aiming to add a little more stability. </p><p>The Azure Peering Service, which is now generally available, is aimed at customers who need maximal connectivity and provides automatic optimal routing to Microsoft’s cloud services, as well as traffic insights and analytics, and the capacity to select a preferred service provider for your cloud access.</p><h3 class="article-body__section" id="section-azure-kubernetes-service-adds-support-for-windows-server-private-clusters-and-azure-advisor-integration"><span>Azure Kubernetes Service adds support for Windows Server, private clusters and Azure Advisor integration</span></h3><p>Kubernetes looks set to be <a href="https://www.itpro.com/development/containers/354971/getting-started-with-kubernetes" data-original-url="https://www.itpro.com/development/containers/354971/getting-started-with-kubernetes">the future of application development</a>, and Microsoft is amping up support for the container orchestration platform within its cloud. Its Azure Kubernetes Service now supports Windows Server containers, allowing devs to lift and shift Windows workloads onto a managed Kubernetes service and take advantage of all of the attendant benefits. It also means that Windows and Linux containers can both be run side by side with the same toolset.</p><p>To help beef up security, Azure Private Link also now allows customers to make their clusters fully private by housing their Kubernetes API server inside their Azure virtual network. They will also be able to receive proactive tips and recommendations on container hygiene and security, thanks to a new integration with Azure Advisor.</p><h3 class="article-body__section" id="section-azure-spatial-anchors-let-devs-map-the-world-in-mixed-reality"><span>Azure Spatial Anchors let devs map the world in mixed reality</span></h3><p>Microsoft’s forays into mixed reality haven’t been given much breathing room at this year’s Build, but it has announced that Azure Spatial Anchors, which give the ability to persistently map real-world locations at scale, is now generally available. Mixed reality is still in its infancy, but Microsoft is hoping that these tools will encourage more development of the ecosystem.</p><h3 class="article-body__section" id="section-iot-hub-now-supports-virtual-networks"><span>IoT Hub now supports virtual networks </span></h3><p>IoT security is a thorny issue, but thanks to the newly-available support for virtual networks within Microsoft’s IoT Hub, customers now have the added peace of mind that none of their IoT traffic will be going over the open internet.</p><h2 id="microsoft-build-2020-azure-products-with-updated-features">Microsoft Build 2020: Azure products with updated features</h2><h3 class="article-body__section" id="section-azure-cognitive-services"><span>Azure Cognitive Services</span></h3><p>AI development remains firmly at the top of Microsoft’s priority list, as demonstrated by the changes to its Azure Cognitive Services, a feature which allows developers to access AI components and functionality from within apps via API calls. The Personaliser API now includes an ‘apprentice mode’, which allows it to learn from existing personalisation solutions in real-time, with the ability to shield it from public view until it’s performing to desired levels. </p><p>The Language Understanding module also now has improved labelling for breaking apart complex languages structures to aid speech comprehension, while the QnA Maker service now supports role-based access control for collaborators. Sentiment analysis modules Language Understanding and Text Analytics are now generally available in containers, while Speech to Text and Neural Text to Speech are being extended to new regions.</p><p>Azure Cognitive Search is also being expanded with new capabilities, including smoother integration with Azure Machine Learning and the ability to include custom search rankings for domain-specific search results - both of which are currently in preview. </p><h3 class="article-body__section" id="section-microsoft-bot-framework"><span>Microsoft Bot Framework</span></h3><p>Carrying on the theme of AI development, the Microsoft Bot Framework Composer is now generally available. This open source tool allows developers to quickly get started with the dialogue composition aspects of bots, without having to worry too much about the technical scaffolding supporting them. </p><p>The Bot Framework SDK has also been integrated with Microsoft Teams to help devs build bots for the collaboration platform, and no-code bots built with Power Virtual Agents can now be reused as skills by other bots within an organisation. For interactions that require a bot to hand over to a human employee for customer engagement, Microsoft has introduced new integrations with customer service platforms to its Azure Bot Service to make the handover as easy as possible for developers to structure.</p><h3 class="article-body__section" id="section-azure-database-for-postgresql-and-mysql"><span>Azure Database for PostgreSQL and MySQL </span></h3><p>Alongside the changes to Cosmos DB, Microsoft has also announced a number of new features for its PostgreSQL and MySQL products. Azure Database for PostgreSQL is getting new migration tools for moving deployments to Azure Database for PostgreSQL Hyperscale and wal2json logical decoding, the latter of which is now in preview. </p><p>Both Azure Database for PostgreSQL and for MySQL are also getting Azure Active Directory Authentication, Private Link support for added security, and three-year terms on Reserved Instances Pricing, all of which are generally available. Organisations will also be able to use their own keys to encrypt data at rest, with previews starting next month.</p><h3 class="article-body__section" id="section-azure-digital-twins"><span>Azure Digital Twins</span></h3><p>Microsoft’s Azure <a href="https://www.itpro.com/business-operations/34653/seeing-double-the-rise-of-the-digital-twin" data-original-url="https://www.itpro.com/business-operations/34653/seeing-double-the-rise-of-the-digital-twin">Digital Twins</a> platform will be getting new features this summer too, including support for OPEN Modelling Language, rich query APIs and simpler integration with Azure products like IoT Hub. Digital twinning is in its relative infancy, but the new capabilities will hopefully make it more accessible for Azure developers.</p><h3 class="article-body__section" id="section-azure-iot-central"><span>Azure IoT Central </span></h3><p>Azure IoT Central offers devs an easy way to create or customise IoT solutions via a SaaS portal, and it now integrates with Azure Sphere and IoT Edge for remote management and security. It’s also getting support for Indoor Mapping, courtesy of Azure Maps, a new template for public safety apps, and a public preview of a new diagnostics tool for accessing raw device data within the portal.</p><h3 class="article-body__section" id="section-azure-security-center"><span>Azure Security Center</span></h3><p>For cloud security professionals, Microsoft is upping the capabilities of Azure Security Center with the general availability of the Secure Score API and suppression rules. The former gives businesses a more intuitive way to track and measure their risk and security posture, while the latter allows the rules-based suppression of alerts that admins know are based on safe behaviour. </p><h3 class="article-body__section" id="section-azure-cosmos-db"><span>Azure Cosmos DB </span></h3><p>Aside from the new pricing structures and HTAP features, Microsoft has also announced a few smaller-scale updates for Azure Cosmos DB. These include the general availability of customer-managed encryption keys stored via Azure Key Store, access to version 4 of the Java SDK for Cosmos DB, point-in-time backup and restore options and new deletion tools for the Cosmos DB change feed.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>