#
tokens: 78388/50000 1/79 files (page 3/5)
lines: off (toggle) GitHub
raw markdown copy
This is page 3 of 5. Use http://codebase.md/microsoft/markitdown?page={x} to view the full context.

# Directory Structure

```
├── .devcontainer
│   └── devcontainer.json
├── .dockerignore
├── .gitattributes
├── .github
│   ├── dependabot.yml
│   └── workflows
│       ├── pre-commit.yml
│       └── tests.yml
├── .gitignore
├── .pre-commit-config.yaml
├── CODE_OF_CONDUCT.md
├── Dockerfile
├── LICENSE
├── packages
│   ├── markitdown
│   │   ├── pyproject.toml
│   │   ├── README.md
│   │   ├── src
│   │   │   └── markitdown
│   │   │       ├── __about__.py
│   │   │       ├── __init__.py
│   │   │       ├── __main__.py
│   │   │       ├── _base_converter.py
│   │   │       ├── _exceptions.py
│   │   │       ├── _markitdown.py
│   │   │       ├── _stream_info.py
│   │   │       ├── _uri_utils.py
│   │   │       ├── converter_utils
│   │   │       │   ├── __init__.py
│   │   │       │   └── docx
│   │   │       │       ├── __init__.py
│   │   │       │       ├── math
│   │   │       │       │   ├── __init__.py
│   │   │       │       │   ├── latex_dict.py
│   │   │       │       │   └── omml.py
│   │   │       │       └── pre_process.py
│   │   │       ├── converters
│   │   │       │   ├── __init__.py
│   │   │       │   ├── _audio_converter.py
│   │   │       │   ├── _bing_serp_converter.py
│   │   │       │   ├── _csv_converter.py
│   │   │       │   ├── _doc_intel_converter.py
│   │   │       │   ├── _docx_converter.py
│   │   │       │   ├── _epub_converter.py
│   │   │       │   ├── _exiftool.py
│   │   │       │   ├── _html_converter.py
│   │   │       │   ├── _image_converter.py
│   │   │       │   ├── _ipynb_converter.py
│   │   │       │   ├── _llm_caption.py
│   │   │       │   ├── _markdownify.py
│   │   │       │   ├── _outlook_msg_converter.py
│   │   │       │   ├── _pdf_converter.py
│   │   │       │   ├── _plain_text_converter.py
│   │   │       │   ├── _pptx_converter.py
│   │   │       │   ├── _rss_converter.py
│   │   │       │   ├── _transcribe_audio.py
│   │   │       │   ├── _wikipedia_converter.py
│   │   │       │   ├── _xlsx_converter.py
│   │   │       │   ├── _youtube_converter.py
│   │   │       │   └── _zip_converter.py
│   │   │       └── py.typed
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── _test_vectors.py
│   │   │   ├── test_cli_misc.py
│   │   │   ├── test_cli_vectors.py
│   │   │   ├── test_docintel_html.py
│   │   │   ├── test_files
│   │   │   │   ├── equations.docx
│   │   │   │   ├── random.bin
│   │   │   │   ├── test_blog.html
│   │   │   │   ├── test_files.zip
│   │   │   │   ├── test_llm.jpg
│   │   │   │   ├── test_mskanji.csv
│   │   │   │   ├── test_notebook.ipynb
│   │   │   │   ├── test_outlook_msg.msg
│   │   │   │   ├── test_rss.xml
│   │   │   │   ├── test_serp.html
│   │   │   │   ├── test_wikipedia.html
│   │   │   │   ├── test_with_comment.docx
│   │   │   │   ├── test.docx
│   │   │   │   ├── test.epub
│   │   │   │   ├── test.jpg
│   │   │   │   ├── test.json
│   │   │   │   ├── test.m4a
│   │   │   │   ├── test.mp3
│   │   │   │   ├── test.pdf
│   │   │   │   ├── test.pptx
│   │   │   │   ├── test.wav
│   │   │   │   ├── test.xls
│   │   │   │   └── test.xlsx
│   │   │   ├── test_module_misc.py
│   │   │   └── test_module_vectors.py
│   │   └── ThirdPartyNotices.md
│   ├── markitdown-mcp
│   │   ├── Dockerfile
│   │   ├── pyproject.toml
│   │   ├── README.md
│   │   ├── src
│   │   │   └── markitdown_mcp
│   │   │       ├── __about__.py
│   │   │       ├── __init__.py
│   │   │       ├── __main__.py
│   │   │       └── py.typed
│   │   └── tests
│   │       └── __init__.py
│   └── markitdown-sample-plugin
│       ├── pyproject.toml
│       ├── README.md
│       ├── src
│       │   └── markitdown_sample_plugin
│       │       ├── __about__.py
│       │       ├── __init__.py
│       │       ├── _plugin.py
│       │       └── py.typed
│       └── tests
│           ├── __init__.py
│           ├── test_files
│           │   └── test.rtf
│           └── test_sample_plugin.py
├── README.md
├── SECURITY.md
└── SUPPORT.md
```

# Files

--------------------------------------------------------------------------------
/packages/markitdown/tests/test_files/test_rss.xml:
--------------------------------------------------------------------------------

```
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ns0="http://www.w3.org/2005/Atom" xmlns:ns1="http://purl.org/rss/1.0/modules/syndication/" xmlns:ns3="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel>	<title>The Official Microsoft Blog</title>	<ns0:link href="https://blogs.microsoft.com/feed/" rel="self" type="application/rss+xml" />	<link>https://blogs.microsoft.com/</link>	<description />	<lastBuildDate>Mon, 09 Dec 2024 20:26:59 +0000</lastBuildDate>	<language>en-US</language>	<ns1:updatePeriod>	hourly	</ns1:updatePeriod>	<ns1:updateFrequency>	1	</ns1:updateFrequency>	<generator>https://wordpress.org/?v=6.5.5</generator><image>	<url>https://blogs.microsoft.com/wp-content/uploads/prod/2017/08/favicon.jpg</url>	<title>The Official Microsoft Blog</title>	<link>https://blogs.microsoft.com/</link>	<width>32</width>	<height>32</height></image> 	<item>		<title>Ignite 2024: Why nearly 70% of the Fortune 500 now use Microsoft 365 Copilot</title>		<link>https://blogs.microsoft.com/blog/2024/11/19/ignite-2024-why-nearly-70-of-the-fortune-500-now-use-microsoft-365-copilot/</link>				<dc:creator>Frank X. Shaw</dc:creator>		<pubDate>Tue, 19 Nov 2024 13:30:02 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>AI</category>		<category>Azure AI Foundry</category>		<category>Book of News</category>		<category>Copilot</category>		<category>Dynamics 365</category>		<category>Employee Self-Service Agent</category>		<category>Interpreter</category>		<category>Microsoft 365</category>		<category>Microsoft Azure</category>		<category>Microsoft Cloud</category>		<category>Microsoft Ignite 2024</category>		<category>Recall</category>		<category>Secure Future Initiative</category>		<category>Windows 365 Link</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562029</guid>					<description>&lt;p&gt;Two things can be true at the same time. In the case of AI, it is absolutely true that the industry is moving incredibly fast and evolving quickly. It’s also true that hundreds of thousands of customers are using Microsoft AI technology today and, by making early bets on the platform, are seeing big benefits...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/19/ignite-2024-why-nearly-70-of-the-fortune-500-now-use-microsoft-365-copilot/"&gt;Ignite 2024: Why nearly 70% of the Fortune 500 now use Microsoft 365 Copilot&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;Two things can be true at the same time.&lt;/p&gt;&lt;p&gt;In the case of AI, it is absolutely true that the industry is moving incredibly fast and evolving quickly. It’s also true that hundreds of thousands of customers are using Microsoft AI technology today and, by making early bets on the platform, are seeing big benefits now and future-proofing their ability to benefit from the next big wave of AI improvements.&lt;/p&gt;&lt;p&gt;&lt;a href="https://ignite.microsoft.com/en-US/home"&gt;&lt;strong&gt;Microsoft Ignite&lt;/strong&gt;&lt;/a&gt; is our annual event that spotlights the updates and creations that enable customers, partners and developers to unleash the full potential of Microsoft’s technology and change the way we approach work.&lt;/p&gt;&lt;p&gt;This year, we are announcing about 80 new products and features, including new capabilities in Microsoft 365 Copilot, additions to the Copilot + AI stack and new Copilot+ devices offerings. Underpinning each of these innovations is our commitment to security. Since launching our &lt;a href="https://www.microsoft.com/en-us/trust-center/security/secure-future-initiative"&gt;Secure Future Initiative (SFI)&lt;/a&gt; one year ago, we have made security the No. 1 job of every employee at Microsoft, dedicated 34,000 engineers to this focus and, at Ignite, we will announce innovations that are rooted in our SFI principles: secure by design, secure by default and secure operations.&lt;/p&gt;&lt;p&gt;More than 200,000 people have registered to join us for this year’s Ignite, with more than 14,000 attendees at our in-person events in Chicago. Attendees can choose from more than 800 sessions, demos and expert-led labs from Microsoft and our partners. Most of the Ignite content will be available &lt;a href="https://ignite.microsoft.com/en-US/home"&gt;on demand&lt;/a&gt; for those who can’t attend the live event.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Copilot momentum&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Microsoft 365 Copilot is your AI assistant for work, and we have seen the momentum grow as more organizations are moving to Copilot and deploying it to great success. All up, &lt;a href="https://www.microsoft.com/en-us/investor/events/fy-2025/earnings-fy-2025-q1"&gt;nearly 70%&lt;/a&gt; of the Fortune 500 now use Microsoft 365 Copilot.&lt;/p&gt;&lt;p&gt;That echoes an industry trend: A &lt;a href="https://aka.ms/ai-study"&gt;recent IDC study&lt;/a&gt; showed that generative AI is on the rise, with 75% adoption among companies surveyed in 2024. In addition, for every $1 invested, companies are realizing a return of $3.70, and leaders are saying they are realizing as much as a $10 return, according to the study.&lt;/p&gt;&lt;p&gt;The investments that Microsoft has made in Copilot are paying dividends for our customers.&lt;/p&gt;&lt;p&gt;We recently highlighted some of the &lt;a href="https://aka.ms/AIcustomersBlog"&gt;more than 200 customer stories&lt;/a&gt; of accelerated AI Transformation, with Copilot helping many of them spark innovation and transform their organization for the better. Several examples include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Intelligent power management company &lt;strong&gt;Eaton&lt;/strong&gt; leveraged Microsoft 365 Copilot to help streamline and automate operations, improve data access, centralize knowledge and empower teams to focus on higher-value tasks. One immediate challenge addressed through Copilot focused on the manual, time-consuming documentation process in Eaton’s Finance operations. Copilot helped Eaton document over 9,000 standard operating procedures (SOPs), resulting in &lt;strong&gt;an 83% time savings for each SOP&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Consulting firm &lt;strong&gt;McKinsey &amp;amp; Company &lt;/strong&gt;is creating an agent to speed up the client onboarding process. The &lt;strong&gt;pilot showed lead time could be reduced by 90% and administrative work reduced by 30%&lt;/strong&gt;. The agent automates complex processes, such as identifying the right expert capabilities and staffing teams and acts as a single place where colleagues can ask questions and request follow-ups. By streamlining tasks and reducing manual inputs, this agent could potentially save consultants many hours, allowing them to spend more time with clients.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;Boosting productivity with Microsoft 365 Copilot &lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Microsoft is continuing to supercharge productivity with new capabilities in Microsoft 365 Copilot designed to help simplify the workday.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Copilot Actions&lt;/strong&gt;, now in private preview, enable anyone to automate everyday tasks with simple, fill-in-the-blank prompts, whether it’s getting a daily summary of meeting actions in Microsoft Teams, compiling weekly reports or getting an email upon return from vacation that summarizes missed meetings, chats and emails.&lt;/p&gt;&lt;p&gt;Anyone can easily set up Actions right in their Microsoft 365 app, allowing users to focus on more impactful work, save time and boost productivity.&lt;/p&gt;&lt;p&gt;New agents in Microsoft 365 are designed to help scale individual impact and transform business process. At Ignite we will introduce:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Agents in SharePoint: &lt;/strong&gt;These natural language AI assistants are grounded on relevant SharePoint sites, files and folders to make it easy to find answers from that content, and to make quicker decisions as a result. Now generally available, every SharePoint site will include an agent tailored to its content. Users can also create customized agents scoped to select SharePoint files, folders or sites with as little as one click.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Interpreter: &lt;/strong&gt;This agent in Teams helps users overcome language barriers by enabling real-time, speech-to-speech interpretation in meetings. Available in public preview in early 2025, meeting participants will also have the option to have the agent simulate their personal voice.&lt;/li&gt;&lt;li&gt;The &lt;strong&gt;Employee Self-Service Agent: &lt;/strong&gt;An agent available in private preview in Business Chat expedites answers for the most common policy-related questions and simplifies action-taking on key HR and IT-related tasks — like helping employees understand their benefits or request a new laptop. It can be customized in Copilot Studio to meet an organization’s unique needs.&lt;/li&gt;&lt;li&gt;Other agents in public preview take real-time &lt;strong&gt;meeting notes&lt;/strong&gt; in Teams and automate &lt;strong&gt;project management&lt;/strong&gt; from start to finish in Planner.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;Copilot + AI Stack&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;The Copilot stack empowers users to build more ambitious products by leveraging advanced technology at each layer of the stack. To create a unified experience where customers can design, customize and manage AI applications and agents, we are introducing &lt;strong&gt;Azure AI Foundry&lt;/strong&gt;, which gives customers access to all existing Azure AI services and tooling, plus new capabilities like:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Azure AI Foundry SDK&lt;/strong&gt;, now available in preview, provides a unified toolchain for designing, customizing and managing AI apps and agents with enterprise-grade control and customization. With tools that help organizations responsibly scale their applications, Foundry also provides 25 prebuilt app templates and a simplified coding experience they can access from familiar tools like GitHub, Visual Studio and Copilot Studio.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Azure AI Foundry portal (formerly Azure AI Studio)&lt;/strong&gt;, now available in preview, is a comprehensive visual user interface to help developers discover AI models, services and tools. With a new management center experience that brings essential subscription information into a single dashboard, the portal also helps IT admins, operations and compliance teams manage AI applications at scale.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Azure AI Agent Service,&lt;/strong&gt; coming soon to preview, will enable professional developers to orchestrate, deploy and scale enterprise-ready agents to automate business processes.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;We also continue to back up our &lt;a href="https://blogs.microsoft.com/blog/2024/09/24/microsoft-trustworthy-ai-unlocking-human-potential-starts-with-trust/"&gt;Trustworthy AI commitments&lt;/a&gt; with new tools. Today we’re announcing &lt;a href="https://aka.ms/Ignite2024/AIreports"&gt;AI reports&lt;/a&gt; and &lt;a href="https://aka.ms/Ignite2024/GenAIEvaluations"&gt;risk and safety evaluations for images&lt;/a&gt; to help organizations ensure AI applications are safe and compliant. AI reports will help organizations improve observability, collaboration and governance for AI apps and fine-tuned models, while evaluations for image content will help customers assess the frequency and severity of harmful content in their app’s AI-generated outputs.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Copilot+ devices&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;As organizations move more workloads to the cloud to enhance security and flexibility, Microsoft is expanding its Cloud PC solution by introducing the first in a new class of devices purpose-built to connect securely to Windows 365 in seconds.&lt;/p&gt;&lt;p&gt;&lt;a href="https://aka.ms/Windows365LinkPublicPreview"&gt;&lt;strong&gt;Windows 365 Link&lt;/strong&gt;&lt;/a&gt; is the simple, secure, purpose-built device for Windows 365. It is in preview now and will become generally available for purchase starting in April 2025 in select markets with an MSRP of $349, allowing users to work securely in a familiar Windows desktop in the Microsoft Cloud with responsive, high-fidelity experiences.&lt;/p&gt;&lt;p&gt;Windows 365 Link is secure by design. The device has no local data, no local apps and admin-less users so corporate data stays protected within the Microsoft Cloud.&lt;/p&gt;&lt;p&gt;Other new capabilities for Copilot+ PCs for commercial customers include harnessing the power of inbuilt native processing units (NPUs) to deliver local AI. With improved Windows Search, and the new Recall experience (preview), finding what you need on your PC is easier than ever by just describing what you are looking for. These features are releasing first to our Windows Insider community on Copilot+ PCs before rolling out more broadly to our customers.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;BlackRock momentum&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Four years ago, &lt;a href="https://www.blackrock.com/us/individual"&gt;BlackRock&lt;/a&gt;, one of the world’s pre-eminent asset management firms, formed a strategic alliance with Microsoft to move its Aladdin platform to Microsoft Azure. With this foundation on Azure, BlackRock rolled out generative AI tools for global clients with Aladdin Copilot. Through generative AI, Aladdin Copilot serves to strengthen the connective tissue across the platform, leveraging Microsoft technology to help users receive answers instantly to unlock new efficiencies and discover important business insights even faster. Aladdin Copilot makes BlackRock’s Aladdin platform even more intelligent and responsive. That results in enhanced productivity, enables scale and keeps users more informed.&lt;/p&gt;&lt;p&gt;BlackRock&amp;#8217;s move to Azure and launch of Aladdin Copilot are just two of the many ongoing milestones in a long-term partnership that also includes an enterprise-wide deal for 24,000 seats of Microsoft 365 Copilot. Today, about 60% of BlackRock&amp;#8217;s Copilot user population is leveraging Copilot on a weekly basis. Additionally, BlackRock also recently made the choice to move its on-prem CRM solution to the cloud with Dynamics 365, citing its native integration with Teams and Outlook as one of its primary decision-making factors.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Strength in security&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;We know that the threat landscape is rapidly evolving, and it’s imperative that we stay ahead of bad actors. At Microsoft we believe that security is a team sport, and we are stronger when we partner as a security community to share information, collaborate and stop bad actors.&lt;/p&gt;&lt;p&gt;In that spirit, and as part of our Secure Future Initiative (SFI), at Ignite &lt;a href="https://msrc.microsoft.com/blog/2024/11/securing-ai-and-cloud-with-the-zero-day-quest"&gt;we are announcing&lt;/a&gt; the largest public security research event in history: the Zero Day Quest. This event, which focuses on AI and cloud security, will offer the largest award pool in the industry at $4 million, in addition to our existing $16 million annual bounty program. This competition aims to attract the world&amp;#8217;s best security minds to tackle high-impact scenarios critical to our customers&amp;#8217; security, with award multipliers, starting today.&lt;/p&gt;&lt;p&gt;As the threat landscape has changed, we have seen rapid evolution in the way attackers exploit weaknesses within systems — particularly by navigating graph relationships between identities, files and devices to uncover attack paths. Attackers thinking in graphs cause wider damage from the first point of intrusion. Traditional security products, with limited visibility into these graph relationships, are often better suited to protect specific devices or mediums — like laptops or inboxes — rather than the full scope of potential attack surface.&lt;/p&gt;&lt;p&gt;Today’s &lt;a href="https://aka.ms/Ignite2024Security"&gt;&lt;strong&gt;Microsoft Security&lt;/strong&gt; &lt;strong&gt;Exposure Management&lt;/strong&gt;&lt;/a&gt; launch is a pivotal step in transforming cybersecurity with savvy data and AI-based strategies. The power of incorporating Microsoft graph data, in context with data from customers’ other third-party security tools, creates a powerful single pane of glass to visualize attack paths before threat actors do. With computing power and cloud-scale performance to distill powerful real-time mapping of assets and evolving risks, Exposure Management assists security teams in preventing intrusions and provides IT, operations and risk leaders with real-time data to support cyber risk decision-making.&lt;/p&gt;&lt;p&gt;This is only a small section of the many exciting features and updates we will be announcing &lt;a href="https://ignite.microsoft.com/en-US/home"&gt;at Ignite&lt;/a&gt;. As a reminder, you can view keynote sessions from Microsoft executives including Satya Nadella, Rajesh Jha, Scott Guthrie, Charlie Bell and Vasu Jakkal, live or on-demand.&lt;/p&gt;&lt;p&gt;Plus, you can get more on all these announcements by exploring the &lt;a href="http://aka.ms/book-of-news"&gt;Book of News&lt;/a&gt;, the official compendium of all today’s news.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/19/ignite-2024-why-nearly-70-of-the-fortune-500-now-use-microsoft-365-copilot/"&gt;Ignite 2024: Why nearly 70% of the Fortune 500 now use Microsoft 365 Copilot&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>8080 Books, an imprint of Microsoft, launches, offering thought leadership titles spanning technology, business and society</title>		<link>https://blogs.microsoft.com/blog/2024/11/18/8080-books-an-imprint-of-microsoft-launches-offering-thought-leadership-titles-spanning-technology-business-and-society/</link>				<dc:creator>Steve Clayton, vice president, communications, and Greg Shaw, senior director, CEO communications</dc:creator>		<pubDate>Mon, 18 Nov 2024 13:59:03 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52561976</guid>					<description>&lt;p&gt;As fans of books, especially in their physical format, it is our great pleasure to launch 8080 Books, an imprint of Microsoft. Our first title, No Prize for Pessimism, is authored by Sam Schillace, deputy chief technology officer at Microsoft, and is available today. Our second title, Platform Mindset, by Marcus Fontoura, will be available...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/18/8080-books-an-imprint-of-microsoft-launches-offering-thought-leadership-titles-spanning-technology-business-and-society/"&gt;8080 Books, an imprint of Microsoft, launches, offering thought leadership titles spanning technology, business and society&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;&lt;span data-contrast="auto"&gt;As fans of books, especially in their physical format, it is our great pleasure to launch 8080 Books, an imprint of Microsoft. Our first title, &lt;/span&gt;&lt;i&gt;&lt;span data-contrast="auto"&gt;No Prize for Pessimism, &lt;/span&gt;&lt;/i&gt;&lt;span data-contrast="auto"&gt;is authored by Sam Schillace, deputy chief technology officer at Microsoft, and is &lt;/span&gt;&lt;a href="http://aka.ms/8080"&gt;&lt;span data-contrast="none"&gt;available today&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt;. Our second title, &lt;/span&gt;&lt;i&gt;&lt;span data-contrast="auto"&gt;Platform Mindset&lt;/span&gt;&lt;/i&gt;&lt;span data-contrast="auto"&gt;, by Marcus Fontoura, will be available later this year. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;Computing has become an essential ingredient to almost every endeavor on our planet, and, as students of both Microsoft and technology, our goal with 8080 Books is to publish original research, ideas and insights at the intersection of science, technology and business, and, in doing so, to help advance discourse on this important landscape.  &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;The name of our imprint takes its inspiration from the 8080 microprocessor — a foundation for the company’s earliest software breakthroughs. Not coincidentally, 8080 is also the last four digits of Microsoft’s corporate headquarters phone number.  &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;With a combined tenure of, well, let’s just say a long time, we’re both acutely aware of the rich well of talent at Microsoft from which we can draw upon and publish under the 8080 Books imprint over time. However, our intention is that we will seek to use this not just as a platform for Microsoft authors but also to showcase minds and ideas from outside of the company. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;While we are not currently accepting unsolicited manuscripts, our &lt;/span&gt;&lt;a href="https://aka.ms/8080"&gt;&lt;span data-contrast="none"&gt;website&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; does provide more details about our plans, such as evaluating out of print titles that we feel remain relevant to today’s leaders, and why we feel the time is right to launch this imprint. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;We hope you enjoy our launch title, which is available &lt;/span&gt;&lt;a href="http://aka.ms/8080"&gt;&lt;span data-contrast="none"&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt;, and we look forward to hearing your feedback, questions and ideas as we embark on this new adventure. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;For anyone in the Puget Sound area, we invite you to Schillace’s first reading and signing at Brick &amp;amp; Mortar Books, on Wednesday, Dec. 11 in Redmond, Washington. &lt;/span&gt;&lt;a href="https://www.brickandmortarbooks.com/events/1402020241211"&gt;&lt;span data-contrast="none"&gt;Check here&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; for details. Space is limited.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/07/sam_cover_omb.png"&gt;&lt;img fetchpriority="high" decoding="async" class="alignnone wp-image-52562211" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/07/sam_cover_omb.png" alt="" width="328" height="497" srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/07/sam_cover_omb.png 450w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/07/sam_cover_omb-198x300.png 198w" sizes="(max-width: 328px) 100vw, 328px" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/18/8080-books-an-imprint-of-microsoft-launches-offering-thought-leadership-titles-spanning-technology-business-and-society/"&gt;8080 Books, an imprint of Microsoft, launches, offering thought leadership titles spanning technology, business and society&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>From questions to discoveries: NASA’s new Earth Copilot brings Microsoft AI capabilities to democratize access to complex data</title>		<link>https://blogs.microsoft.com/blog/2024/11/14/from-questions-to-discoveries-nasas-new-earth-copilot-brings-microsoft-ai-capabilities-to-democratize-access-to-complex-data/</link>				<dc:creator>Tyler Bryson</dc:creator>		<pubDate>Thu, 14 Nov 2024 16:00:00 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>AI</category>		<category>Azure OpenAI Service</category>		<category>Copilot</category>		<category>Microsoft Azure</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562133</guid>					<description>&lt;p&gt;Every day, NASA’s satellites orbit Earth, capturing a wealth of information that helps us understand our planet. From monitoring wildfires to tracking climate change, this vast trove of Earth Science data has the potential to drive scientific discoveries, inform policy decisions and support industries like agriculture, urban planning and disaster response. But navigating the over...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/14/from-questions-to-discoveries-nasas-new-earth-copilot-brings-microsoft-ai-capabilities-to-democratize-access-to-complex-data/"&gt;From questions to discoveries: NASA’s new Earth Copilot brings Microsoft AI capabilities to democratize access to complex data&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;Every day, &lt;a href="https://science.nasa.gov/earth"&gt;NASA’s satellites orbit Earth&lt;/a&gt;, capturing a wealth of information that helps us understand our planet. From monitoring wildfires to tracking climate change, this vast trove of Earth Science data has the potential to drive scientific discoveries, inform policy decisions and support industries like agriculture, urban planning and disaster response.&lt;/p&gt;&lt;p&gt;But navigating the over 100 petabytes of collected data can be challenging, which is why NASA has collaborated with Microsoft to explore the use of a custom copilot using Azure OpenAI Service to develop NASA’s Earth Copilot, which could transform how people interact with Earth’s data.&lt;/p&gt;&lt;p&gt;Geospatial data is complex, and often requires some level of technical expertise to navigate it. As a result, this data tends to be accessible only to a limited number of researchers and scientists. As NASA collects more data from new satellites, these complexities only grow and may further limit the potential pool of people able to draw insights and develop applications that could benefit society.&lt;/p&gt;&lt;p&gt;Recognizing this challenge, NASA embarked on a mission to make its data more accessible and user-friendly. &lt;span data-teams="true"&gt; Through NASA’s Office of the Chief Science Data Officer,&lt;/span&gt; the agency seeks to democratize data access, breaking down technical barriers to empower a diverse range of audiences, from scientists and educators to policymakers and the general public.&lt;/p&gt;&lt;div class="video-container responsive-youtube oembed-container"&gt;&lt;p id="ariaLabel_675e5e9abbadb" class="screen-reader-text"&gt;YouTube Video&lt;/p&gt;&lt;p&gt;&lt;iframe title="YouTube Video" aria-labelledby=ariaLabel_675e5e9abbadb" title="NASA&amp;#039;s new Earth Copilot brings Microsoft AI to democratize access to complex data" width="100%" height="746" data-src="https://www.youtube-nocookie.com/embed/YJs6kU4BtR4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen&gt;&lt;/iframe&gt;&lt;button class="cookie-consent-btn"&gt;Click here to load media&lt;/button&gt;&lt;/div&gt;&lt;h3&gt;&lt;strong&gt;The challenge: Navigating the complexity of data&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;NASA&amp;#8217;s Earth Science Data Systems Program is responsible for collecting an incredible variety of data from spaceborne sensors and instruments. This data spans everything from atmospheric conditions to land cover changes, ocean temperatures and more. However, the sheer scale and complexity of this information can be overwhelming. For many, finding and extracting insights requires navigating technical interfaces, understanding data formats and mastering the intricacies of geospatial analysis — specialized skills that very few non-technical users possess. AI could streamline this process, reducing time to gain insights from Earth’s data to a matter of seconds.&lt;/p&gt;&lt;p&gt;This issue isn&amp;#8217;t just a matter of convenience; it has real-world implications. For example, scientists who need to analyze historical data on hurricanes to improve predictive models, or policymakers who want to study deforestation patterns to implement environmental regulations, may find themselves unable to easily access the data they need. This inaccessibility affects a broad array of sectors, including agriculture, urban planning and disaster response, where timely insights from spaceborne data could make a significant difference.&lt;/p&gt;&lt;p&gt;Moreover, as new satellites with new instruments continue to launch and collect more data, NASA is constantly faced with the challenge of building new tools to manage and make sense of this growing repository. The agency explored emerging technologies that could not only streamline data discovery but also broaden accessibility, enabling more people to engage with the data and uncover new insights.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;The solution: AI-powered data access through Microsoft Azure&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;To address these challenges, NASA IMPACT worked with Microsoft to develop an AI-driven customer copilot, called Earth Copilot, which could simplify data access and encourage a wider range of users to interact with its Earth Science data. Together, they built the proof of concept AI model that leverages Microsoft&amp;#8217;s Azure cloud platform and advanced AI capabilities to transform how users can search, discover and analyze NASA’s geospatial data.&lt;/p&gt;&lt;p&gt;The key to NASA’s Earth Copilot lies in the integration of cloud-based technologies like Azure OpenAI Service, which provides access to powerful AI models and natural language processing capabilities that enable developers to integrate intelligent, conversational AI into their applications. This approach allows NASA to integrate AI into its existing data analysis platform — VEDA. These technologies together make it easier for users to search, discover and analyze Earth Science data&lt;/p&gt;&lt;p&gt;By combining these technologies, Earth Copilot enables users to interact with NASA&amp;#8217;s data repository through plain language queries. Instead, they can simply ask questions such as “What was the impact of Hurricane Ian in Sanibel Island?” or “How did the COVID-19 pandemic affect air quality in the US?” AI will then retrieve relevant datasets, making the process seamless and intuitive.&lt;/p&gt;&lt;figure id="attachment_52562204" aria-describedby="caption-attachment-52562204" style="width: 990px" class="wp-caption alignnone"&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NASA-Earth-Image-1.png"&gt;&lt;img decoding="async" class="wp-image-52562204 size-full" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NASA-Earth-Image-1.png" alt="An image of NASA’s EARTHDATA VEDA Dashboard." width="990" height="421" srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NASA-Earth-Image-1.png 990w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NASA-Earth-Image-1-300x128.png 300w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NASA-Earth-Image-1-768x327.png 768w" sizes="(max-width: 990px) 100vw, 990px" /&gt;&lt;/a&gt;&lt;figcaption id="caption-attachment-52562204" class="wp-caption-text"&gt;NASA’s EARTHDATA VEDA Dashboard.&lt;/figcaption&gt;&lt;/figure&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;“Azure’s robust suite of services, including machine learning, data analytics and scalable cloud infrastructure, powers this AI prototype,” said Juan Carlos López, former NASA engineer and current Azure Specialist at Microsoft. “We’ve designed the system to handle complex queries and large datasets efficiently, ensuring that users can quickly find the information they need without getting bogged down by technical complexities. Our goal was to create a seamless, scalable solution that could evolve as NASA’s data, tools and applications grow.”&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;strong&gt;Democratizing data for open science&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;The collaboration between NASA IMPACT and Microsoft has resulted in a solution that democratizes access to spaceborne data, enabling a broader range of users to engage with NASA&amp;#8217;s science data. This has significant benefits for the scientific community, as researchers can now spend less time on data retrieval and more on analysis and discovery. For example, climate scientists can quickly access historical data to study trends, while agricultural experts can gain insights into soil moisture levels to improve crop management.&lt;/p&gt;&lt;p&gt;Educators and teachers can use real-world examples to engage students in Earth Science, fostering curiosity and encouraging the next generation of scientists and engineers. Policymakers can leverage the data to make informed decisions on critical issues like climate change, urban development and disaster preparedness, ensuring they have the most accurate information at their fingertips.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;“The vision behind this collaboration was to leverage AI and cloud technologies to bring Earth’s insights to communities that have been underserved, where access to data can lead to tangible improvements,” said Minh Nguyen, Cloud Solution Architect at Microsoft. “By enabling users to interact with the data through simple, plain language queries, we’re helping to democratize access to spaceborne information.”&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The development of this AI prototype aligns with NASA’s Open Science initiative, which aims to make scientific research more transparent, inclusive and collaborative. By removing barriers to data discovery, NASA and Microsoft are setting the stage for a new era of discovery, where insights are not confined to a select few but can be explored and expanded by anyone curious about the world.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Looking ahead: Bridging the gap between data and insights&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;At the moment, the NASA Earth Copilot is available to NASA scientists and researchers to explore and test its capabilities. Any responsible deployment of AI technologies requires rigorous assessments to ensure the data and outputs cannot be misused. After a period of internal evaluations and testing, the NASA IMPACT team will explore the integration of this capability into the &lt;a href="https://www.earthdata.nasa.gov/dashboard"&gt;VEDA platform&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This collaboration exemplifies how technology can empower people, drive innovation and create positive change. Solutions like this will be essential in ensuring the benefits of data are shared widely, enabling more people to engage with, analyze and act upon information that shapes our world.&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/14/from-questions-to-discoveries-nasas-new-earth-copilot-brings-microsoft-ai-capabilities-to-democratize-access-to-complex-data/"&gt;From questions to discoveries: NASA’s new Earth Copilot brings Microsoft AI capabilities to democratize access to complex data&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>Microsoft introduces new adapted AI models for industry</title>		<link>https://blogs.microsoft.com/blog/2024/11/13/microsoft-introduces-new-adapted-ai-models-for-industry/</link>				<dc:creator>Satish Thomas</dc:creator>		<pubDate>Wed, 13 Nov 2024 16:00:01 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>AI</category>		<category>Azure</category>		<category>Azure AI Studio</category>		<category>Microsoft Cloud</category>		<category>Microsoft Copilot</category>		<category>Microsoft Copilot Studio</category>		<category>Trustworthy AI</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562128</guid>					<description>&lt;p&gt;Across every industry, AI is creating a fundamental shift in what’s possible, enabling new use cases and driving business outcomes. While organizations around the world recognize the value and potential of AI, for AI to be truly effective it must be tailored to specific industry needs. Today, we’re announcing adapted AI models, expanding our industry...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/13/microsoft-introduces-new-adapted-ai-models-for-industry/"&gt;Microsoft introduces new adapted AI models for industry&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;Across every industry, AI is creating a fundamental shift in what’s possible, enabling new use cases and driving business outcomes. While organizations around the world recognize the value and potential of AI, for AI to be truly effective it must be tailored to specific industry needs.&lt;/p&gt;&lt;p&gt;Today, we’re announcing adapted AI models, expanding our industry capabilities and enabling organizations to address their unique needs more accurately and effectively. In collaboration with industry partner experts like Bayer, Cerence, Rockwell Automation, Saifr, Siemens Digital Industries Software, Sight Machine and more, we’re making these fine-tuned models, pre-trained using industry-specific data, available to address customers’ top use cases.&lt;/p&gt;&lt;p&gt;Underpinning these adapted AI models is the Microsoft Cloud, our platform for industry innovation. By integrating the Microsoft Cloud with our industry-specific capabilities and a robust ecosystem of partners, we provide a secure approach to advancing innovation across industries. This collaboration allows us to create extensive scenarios for customers globally, with embedded AI capabilities — from industry data solutions in Microsoft Fabric to AI agents in Microsoft Copilot Studio to AI models in Azure AI Studio — that enable industries to realize their full potential.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Introducing adapted AI models for industry&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;We’re pleased to introduce these new partner-enabled models from leading organizations that are leveraging the power of Microsoft’s Phi family of small language models (SLMs). These models will be available through the &lt;a href="https://ai.azure.com/explore/models"&gt;Azure AI model catalog,&lt;/a&gt; where customers can access a wide range of AI models to build custom AI solutions in Azure AI Studio, or directly from our partners. The models available in the Azure AI model catalog can also be used to configure agents in Microsoft Copilot Studio, a platform that allows customers to create, customize and deploy AI-powered agents, which can be applied to an industry’s top use cases to address its most pressing needs.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="https://www.bayer.com/en/agriculture-overview"&gt;&lt;strong&gt;Bayer&lt;/strong&gt;&lt;/a&gt;, a global enterprise with core competencies in the life science fields of healthcare and agriculture, will make E.L.Y. Crop Protection available in the Azure AI model catalog. A specialized SLM, it is designed to enhance crop protection sustainable use, application, compliance and knowledge within the agriculture sector. Built on Bayer’s agricultural intelligence, and trained on thousands of real-world questions on Bayer crop protection labels, the model provides ag entities, their partners and developers a valuable tool to tailor solutions for specific food and agricultural needs. The model stands out due to its commitment to responsible AI standards, scalability to farm operations of all types and sizes and customization capabilities that allow organizations to adapt the model to regional and crop-specific requirements.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.cerence.com"&gt;&lt;strong&gt;Cerence&lt;/strong&gt;&lt;/a&gt;, which creates intuitive, seamless and AI-powered user experiences for the world’s leading automakers, is enhancing its in-vehicle digital assistant technology with fine-tuned SLMs within the vehicle’s hardware. CaLLM&lt;img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /&gt; Edge, an automotive-specific, embedded SLM, will be available in the Azure AI model catalog. It can be used for in-car controls, such as adjusting air conditioning systems, and scenarios that involve limited or no cloud connectivity, enabling drivers to access the rich, responsive experiences they’ve come to expect from cloud-based large language models (LLMs), no matter where they are.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.rockwellautomation.com/en-us.html"&gt;&lt;strong&gt;Rockwell Automation&lt;/strong&gt;&lt;/a&gt;, a global leader in industrial automation and digital transformation, will provide industrial AI expertise via the Azure AI model catalog. The FT Optix Food &amp;amp; Beverage model brings the benefits of industry-specific capabilities to frontline workers in manufacturing, supporting asset troubleshooting in the food and beverage domain. The model provides timely recommendations, explanations and knowledge about specific manufacturing processes, machines and inputs to factory floor workers and engineers.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.saifr.ai"&gt;&lt;strong&gt;Saifr&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, &lt;/strong&gt;a RegTech within Fidelity Investments’ innovation incubator, Fidelity Labs, will introduce four new models in the Azure AI model catalog, empowering financial institutions to better manage regulatory compliance of broker-dealer communications and investment adviser advertising. The models can highlight potential regulatory compliance risks in text (Retail Marketing Compliance model) and images (Image Detection model); explain why something was flagged (Risk Interpretation model); and suggest alternative language that might be more compliant (Language Suggestion model). Together, these models can enhance regulatory compliance by acting as an extra set of review eyes and boost efficiency by speeding up review turnarounds and time to market.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.sw.siemens.com/en-US/"&gt;&lt;strong&gt;Siemens Digital Industries Software&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;, &lt;/strong&gt;which helps organizations of all sizes digitally transform using software, hardware and services from the Siemens Xcelerator business platform, is &lt;a href="https://newsroom.sw.siemens.com/en-US/nx-x-microsoft-azure/"&gt;introducing&lt;/a&gt; a new copilot for NX X software, which leverages an adapted AI model that enables users to ask natural language questions, access detailed technical insights and streamline complex design tasks for faster and smarter product development. The copilot will provide CAD designers with AI-driven recommendations and best practices to optimize the design process within the NX X experience, helping engineers implement best practices faster to ensure expected quality from design to production. The NX X copilot will be available in the Azure Marketplace and other channels.&lt;/li&gt;&lt;li&gt;&lt;a href="https://sightmachine.com/"&gt;&lt;strong&gt;Sight Machine&lt;/strong&gt;&lt;/a&gt;, a leader in data-driven manufacturing and industrial AI, will release &lt;a href="https://sightmachine.com/product/factory-namespace-manager/"&gt;Factory Namespace Manager&lt;/a&gt; to the Azure AI model catalog. The model analyzes existing factory data, learns the patterns and rules behind the naming conventions and then automatically translates these data field names into standardized corporate formats. This translation makes the universe of plant data in the manufacturing enterprise AI-ready, enabling manufacturers to optimize production and energy use in plants, balance production with supply chain logistics and demand and integrate factory data with enterprise data systems for end-to-end optimization. The bottling company &lt;strong&gt;Swire Coca-Cola USA&lt;/strong&gt; plans to use Factory Namespace Manager to efficiently map its extensive PLC and plant floor data into its corporate data namespace.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;We also encourage innovation in the open-source ecosystem and are offering five open-source &lt;strong&gt;Hugging Face &lt;/strong&gt;models that are fine-tuned for summarization and sentiment analysis of financial data.&lt;/p&gt;&lt;figure id="attachment_52562198" aria-describedby="caption-attachment-52562198" style="width: 995px" class="wp-caption alignnone"&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models.png"&gt;&lt;img loading="lazy" decoding="async" class="wp-image-52562198 size-full" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models.png" alt="An image of the Azure AI model catalog." width="995" height="560" srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models.png 995w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models-300x169.png 300w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models-768x432.png 768w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models-960x540.png 960w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/Model-catalog-Industry-models-480x270.png 480w" sizes="(max-width: 995px) 100vw, 995px" /&gt;&lt;/a&gt;&lt;figcaption id="caption-attachment-52562198" class="wp-caption-text"&gt;Partner-enabled adapted AI models for industry will be available through the Azure AI model catalog or directly from partners.&lt;/figcaption&gt;&lt;/figure&gt;&lt;p&gt;Additionally, last month we announced &lt;a href="https://news.microsoft.com/2024/10/10/microsoft-expands-ai-capabilities-to-shape-a-healthier-future/"&gt;new healthcare AI models in Azure AI Studio&lt;/a&gt;. These state-of-the-art multimodal medical imaging foundation models, created in partnership with organizations like &lt;strong&gt;Providence&lt;/strong&gt; and &lt;strong&gt;Paige.ai&lt;/strong&gt;, empower healthcare organizations to integrate and analyze a variety of data types, leveraging intelligence in modalities other than text in specialties like ophthalmology, pathology, radiology and cardiology.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Accelerating transformation with industry agents&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Microsoft also offers AI agents that are purpose-built for industry scenarios. Available in Copilot Studio, these agents can be configured to support organizations’ industry-specific needs. For example, retailers can use the Store Operations Agent to support retail store associates and the Personalized Shopping Agent to enhance customers’ shopping experiences. Manufacturers can use the Factory Operations Agent to enhance production efficiency and reduce downtime by enabling engineers and frontline workers to quickly identify and troubleshoot issues.&lt;/p&gt;&lt;p&gt;All this AI innovation wouldn’t be possible without a solid data estate, because AI is only as good as the data it’s built upon. By ensuring data is accurate, accessible and well integrated, organizations can unlock deeper insights and drive more effective decision-making with AI. Microsoft Fabric, a data platform built for the era of AI, helps unify disparate data sources and prepares data for advanced analytics and AI modeling. It offers industry data solutions that address each organization’s unique needs and allows them to discover, deploy and do more with AI.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;At the forefront of addressing industry needs securely&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;At the core of our AI strategy is &lt;a href="https://blogs.microsoft.com/blog/2024/09/24/microsoft-trustworthy-ai-unlocking-human-potential-starts-with-trust/"&gt;a commitment to trustworthy AI&lt;/a&gt;. This commitment encompasses safety, security and privacy, ensuring that AI solutions are built with the highest standards of integrity and responsibility. Trustworthy AI is foundational to everything we do, from how we work with customers to the capabilities we build into our products.&lt;/p&gt;&lt;p&gt;At Microsoft, we combine industry AI experience, insights and capabilities with a deep understanding of customer challenges and objectives. Along with a trusted ecosystem of experienced partners, we unlock the full potential of AI for each industry and business. Our goal is not just to offer or implement AI tools but to help customers succeed by embedding AI into the very core of what each industry does.&lt;/p&gt;&lt;p&gt;AI transformation is here, and Microsoft is at the forefront of this revolution. As we continue to navigate this new era of innovation, it’s clear that AI will play a pivotal role in shaping the future of business across all industries and that Microsoft will continue to lead the way. To learn more about how customers in a variety of industries are transforming with AI, visit &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/how-real-world-businesses-are-transforming-with-ai"&gt;How real-world businesses are transforming with AI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/13/microsoft-introduces-new-adapted-ai-models-for-industry/"&gt;Microsoft introduces new adapted AI models for industry&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>How real-world businesses are transforming with AI – with 40+ new stories</title>		<link>https://blogs.microsoft.com/blog/2024/11/12/https-blogs-microsoft-com-blog-2024-11-12-how-real-world-businesses-are-transforming-with-ai/</link>				<dc:creator>Alysa Taylor</dc:creator>		<pubDate>Tue, 12 Nov 2024 17:00:41 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>AI</category>		<category>AI Azure</category>		<category>Azure OpenAI Service</category>		<category>Copilot</category>		<category>Copilot Studio</category>		<category>Microsoft 365 Copilot</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562186</guid>					<description>&lt;p&gt;Updated November 26, 2024: The post contains 42 new customer stories, which appear in italics at the beginning of each section of customer lists. The post will be updated regularly with new stories. One of the highlights of my career has always been connecting with customers and partners across industries to learn how they are...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/https-blogs-microsoft-com-blog-2024-11-12-how-real-world-businesses-are-transforming-with-ai/"&gt;How real-world businesses are transforming with AI &amp;#8211; with 40+ new stories&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;&lt;em&gt;Updated November 26, 2024: The post contains 42 new customer stories, which appear in italics at the beginning of each section of customer lists. The post will be updated regularly with new stories.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;One of the highlights of my career has always been connecting with customers and partners across industries to learn how they are using technology to drive their businesses forward. In the past 30 years, we’ve seen four major platform shifts, from client server to internet and the web to mobile and cloud to now — the next major platform shift to AI. &lt;/span&gt;&lt;span data-ccp-props="{}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;As today’s platform shift to AI continues to gain momentum, Microsoft is working to understand just how organizations can drive lasting business value. We recently commissioned a study with IDC,&lt;/span&gt; &lt;a href="https://info.microsoft.com/ww-landing-business-opportunity-of-ai.html"&gt;&lt;b&gt;&lt;span data-contrast="none"&gt;The Business Opportunity of AI&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt;, to uncover new insights around business value and help guide organizations on their journey of AI transformation. &lt;/span&gt;&lt;a href="https://aka.ms/ai-study"&gt;&lt;span data-contrast="none"&gt;The study found&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; that for every $1 organizations invest in generative AI, they’re realizing an average of $3.70 in return — and uncovered insights about the future potential of AI to reshape business processes and drive change across industries. &lt;/span&gt;&lt;span data-ccp-props="{}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;Today, &lt;/span&gt;&lt;a href="https://aka.ms/AIinAction"&gt;&lt;span data-contrast="none"&gt;more than 85% of the Fortune 500&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; are using Microsoft AI solutions to shape their future. In working with organizations large and small, across every industry and geography, we’ve seen that most transformation initiatives are designed to achieve one of four business outcomes: &lt;/span&gt;&lt;span data-ccp-props="{}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Enriching employee experiences:&lt;/strong&gt; Using AI to streamline or automate repetitive, mundane tasks can allow your employees to dive into more complex, creative and ultimately more valuable work.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Reinventing customer engagement:&lt;/strong&gt; AI can create more personalized, tailored customer experiences, delighting your target audiences while lightening the load for employees.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Reshaping business processes:&lt;/strong&gt; Virtually any business process can be reimagined with AI, from marketing to supply chain operations to finance, and AI is even allowing organizations to go beyond process optimization and discover exciting new growth opportunities.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Bending the curve on innovation:&lt;/strong&gt; AI is revolutionizing innovation by speeding up creative processes and product development, reducing the time to market and allowing companies to differentiate in an often crowded field.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;In this blog, we’ve collected more than 200 of our favorite real-life examples of how organizations are embracing Microsoft’s proven AI capabilities to drive impact and shape today’s platform shift to AI. &lt;strong&gt;Today, we’ve added new stories of customers using our AI capabilities at the beginning of each section. We’ll regularly update this story with more. &lt;/strong&gt;We hope you find an example or two that can inspire your own transformation journey.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Enriching employee experiences&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Generative AI is truly transforming employee productivity and wellbeing. Our customers tell us that by automating repetitive, mundane tasks, employees are freed up to dive into more complex and creative work. This shift not only makes the work environment more stimulating but also boosts job satisfaction. It sparks innovation, provides actionable insights for better decision-making and supports personalized training and development opportunities, all contributing to a better work-life balance. Customers around the world have reported significant improvements in employee productivity with these AI solutions:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New Stories:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li style="list-style-type: none;"&gt;&lt;ol&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://news.microsoft.com/2024/11/14/accenture-microsoft-and-avanade-help-enterprises-reinvent-business-functions-and-industries-with-generative-ai-and-copilot/"&gt;&lt;strong&gt;Accenture and Avanade&lt;/strong&gt;&lt;/a&gt; launched a Copilot business transformation practice, supported by Microsoft, and co-invested in new capabilities, solutions and training to help organizations securely and responsibly reinvent their business functions with generative and agentic AI and Copilot technologies.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-365/blog/2024/11/19/introducing-copilot-actions-new-agents-and-tools-to-empower-it-teams/"&gt;Bank of Queensland Group&lt;/a&gt;&lt;/strong&gt; is using Microsoft 365 Copilot, with 70% of users saving two-and-a-half to five hours per week.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837247326532243131-canadian-tire-corporation-azure-retailers-en-canada"&gt;&lt;strong&gt;Canadian Tire Corporation&lt;/strong&gt;&lt;/a&gt; moved its data from on-premises systems to Microsoft Azure and built digital assistants using Azure OpenAI Service, and now more than 3,000 corporate employees save 30 to 60 minutes a day using its ChatCTC digital assistant.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837606451567673137-cathaypacific-microsoft-365-copilot-travel-and-transportation-en-hong-kong-sar"&gt;Cathay&lt;/a&gt;&lt;/strong&gt; leverages Microsoft 365 Copilot to streamline meetings and manage information more effectively, reducing time-consuming tasks and fostering creativity.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837667199713758792-clifford-chance-mcrosoft-365-copilot-professional-services-en-united-kingdom"&gt;Clifford Chance&lt;/a&gt;&lt;/strong&gt; adopted Microsoft 365 Copilot to streamline tasks, automate processes and enhance collaboration. Lawyers use it to draft and manage emails and ensure compliance, allowing them to focus on complex legal work and improve productivity.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1832762432689198259-dlapiper-microsoft-365-copilot-professional-services-en-united-states"&gt;DLA Piper&lt;/a&gt;&lt;/strong&gt; chose Microsoft 365 Copilot to boost productivity for operational and administrative teams, saving up to 36 hours weekly on content generation and data analysis.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837633288515694884-eaton-microsoft-365-copilot-discrete-manufacturing-en-united-states"&gt;&lt;strong&gt;Eaton&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot to automate the creation of 1,000 standard operating procedures to streamline customer service operations and improve data access across teams, cutting creation time from one hour to 10 minutes.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835026746816257326-harvey-azure-openai-service-other-en-united-states"&gt;Harvey&lt;/a&gt;&lt;/strong&gt; uses Azure OpenAI to simplify routine tasks across hundreds of law firms and legal teams, with one corporate lawyer saying he saved 10 hours of work per week.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1838588977497742792-kmslh-azure-openai-service-professional-services-en-israel"&gt;&lt;strong&gt;KMS&lt;/strong&gt; &lt;strong&gt;Lighthouse&lt;/strong&gt;&lt;/a&gt; enhanced its knowledge management platform with Microsoft Teams and Dynamics 365 integration, enabling users to leverage KMS Lighthouse without having to switch applications. And with Azure OpenAI Service, companies can create relevant content more quickly within the KMS Lighthouse application.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837976425667863739-localiza-microsoft-365-copilot-automotive-en-brazil"&gt;Localiza&amp;amp;Co&lt;/a&gt;,&lt;/strong&gt; a leader in the mobility industry in Latin America, implemented Microsoft 365 Copilot to automate processes and improve efficiency, and reduced 8.3 working hours per employee per month.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1834508996209335697-medigold-health-azure-ai-services-health-provider-en-united-kingdom"&gt;&lt;strong&gt;Medigold&lt;/strong&gt; &lt;strong&gt;Health&lt;/strong&gt;&lt;/a&gt; uses Azure OpenAI Service to significantly reduce the time that clinicians spend writing reports during their consultation and administrative time.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1834023197365666109-pimco-azure-ai-search-banking-and-capital-markets-en-united-states"&gt;PIMCO&lt;/a&gt;&lt;/strong&gt; built ChatGWM with Azure AI Studio, a comprehensive platform that provides the ability to ask questions, receive responses and verify answers all in one place, so teams can spend more time engaging clients and having deeper conversations.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1833614171187901763-sace-microsoft-viva-suite-insurance-en-italy"&gt;SACE&lt;/a&gt;&lt;/strong&gt;, an Italian finance and insurance firm, is using Microsoft 365 Copilot and Viva to boost productivity and unlock employee potential while enhancing overall well-being — and productivity improvement data from the first nine months of implementation shows a 23% increase.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1802756598954587083-access-holdings-plc-microsoft-365-banking-and-capital-markets-en-nigeria&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062272075%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=uXii3vcg4Q3aj7tp7l5VAVbuOyRvmHU3slqCDwqIFjg%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Access Holdings Plc&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot, integrating generative AI into daily tools and, as a result, writing code now takes two hours instead of eight, chatbots launch in 10 days instead of three months and presentations are prepared in 45 minutes instead of six hours.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/2024/03/26/adobe-and-microsoft-partner-to-bring-new-generative-ai-capabilities-to-marketers-as-they-work-in-microsoft-365-applications/"&gt;&lt;strong&gt;Adobe&lt;/strong&gt;&lt;/a&gt; is connecting Adobe Experience Cloud workflows and insights with Microsoft 365 Copilot to deliver generative-AI powered capabilities that enable marketers to increase collaboration, efficiency and creativity.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749403583645228440-amadeus-microsoft-365-professional-services-en-france"&gt;&lt;strong&gt;Amadeus&lt;/strong&gt;&lt;/a&gt; empowers its teams to focus their time and skills on value-added tasks with Microsoft 365 Copilot, by summarizing email threads, chat or transcripts and summing up information from diverse sources.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/en-au/features/anz-launches-first-of-its-kind-ai-immersion-centre-in-partnership-with-microsoft/"&gt;&lt;strong&gt;ANZ&lt;/strong&gt;&lt;/a&gt; has invested in Microsoft 365 Copilot, GitHub Copilot and Copilot in Microsoft Edge to boost productivity and innovation across its workforce.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1794442287816192713-asahi-europe-and-international-microsoft-copilot-for-microsoft-365-consumer-goods-en-czechia"&gt;&lt;strong&gt;Asahi Europe &amp;amp; International (AEI)&lt;/strong&gt;&lt;/a&gt; has adopted Microsoft 365 Copilot, saving employees potentially 15% of time previously spent on administrative tasks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1760377839901581759-axa-gie-azure-insurance-en-france"&gt;&lt;strong&gt;AXA&lt;/strong&gt;&lt;/a&gt; developed AXA Secure GPT, a platform powered by Azure OpenAI Service that empowers employees to leverage the power of generative AI while targeting the highest level of data safety and responsible use of the tool.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1827945851075596388-axon-azure-openai-service-national-government-en-united-states"&gt;&lt;strong&gt;Axon Enterprise&lt;/strong&gt;&lt;/a&gt; developed a new AI tool with Azure OpenAI Service called Draft One, resulting in an 82% decrease in time spent on reports, which freed up officers to engage more with their community.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1815128464686923048-aztec-group-microsoft-365-copilot-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;Aztec Group&lt;/strong&gt;&lt;/a&gt; enhanced productivity and client experience by trialing Microsoft 365 Copilot with 300 staff, uncovering “unlimited” use cases and plans for a wider rollout.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1804968308500747501-sultan-microsoft-copilot-health-provider-en-kuwait&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C7b04ac48f784445af5a008dcf2237a96%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638651481396507436%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=LmqAeVg2CS6IrwfwIOxSztz8qzQxdmpP90z906KtLQQ%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Bader Sultan &amp;amp; Bros. Co. W.L.L&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot to enhance employee productivity and speed up customer response times.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/10/17/colombia-and-brazil-embrace-the-potential-of-cloud-and-ai-solutions-to-drive-growth-and-tackle-social-challenges/"&gt;&lt;strong&gt;Bancolombia&lt;/strong&gt;&lt;/a&gt; is using GitHub Copilot to empower its technical team, achieving a 30% increase in code generation, boosting automated application changes to an average of 18,000 per year, with a rate of 42 productive daily deployments.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1804597267941884304-baptistcare-sharepoint-nonprofit-en-australia&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062359439%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=VDzN%2BADOGokVarGbLEmM4gqpi6OombeQhdYd%2Fo5sT8k%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;BaptistCare Community Services&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot to save employees time as they navigate workforce shortage challenges, allowing them to focus more on the people they care for.&lt;/li&gt;&lt;li&gt;&lt;a href="https://ukstories.microsoft.com/features/barnsley-council-releasing-the-potential-with-microsoft-copilot/"&gt;&lt;strong&gt;Barnsley Council&lt;/strong&gt;&lt;/a&gt; was recognized as “Double Council of the Year in 2023” for its implementation of Microsoft 365 Copilot, which modernized operations and reduced administrative tasks, leading to improved job satisfaction and increased creativity.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fnews.microsoft.com%2Fsource%2Ffeatures%2Fdigital-transformation%2Fhow-blackrocks-flight-crew-helped-copilot-for-microsoft-365-take-off%2F&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062415337%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=yIbi1evXRe%2BoRXqpF8mcXl7XjRQmrsGGEJn%2FrGAKz4M%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;BlackRock&lt;/strong&gt;&lt;/a&gt; purchased more than 24,000 Microsoft 365 Copilot licenses spanning all employees, functions and locations, helping improve the Copilot experience, including codeveloping new features and functions.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1824902121184173261-british-heart-foundation-microsoft-copilot-nonprofit-en-united-kingdom"&gt;&lt;strong&gt;British Heart Foundation&lt;/strong&gt;&lt;/a&gt; is testing Microsoft 365 Copilot and in its initial test, users estimate that Microsoft 365 Copilot could save them up to 30 minutes per day.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1820202403198385865-buckinghamshire-council-microsoft-365-copilot-government-en-united-kingdom"&gt;&lt;strong&gt;Buckinghamshire Council&lt;/strong&gt;&lt;/a&gt; deployed Microsoft 365 Copilot with staff reporting productivity improvements, quality enhancements and time savings, which are enabling the different teams to do more with less.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/it-it/2024/10/23/microsoft-ceo-satya-nadella-showcases-transformative-power-of-artificial-intelligence-for-italys-growth-at-microsoft-ai-tour-in-rome/?msockid=1033af7595936fd71c19bd9c94546e18"&gt;&lt;strong&gt;Campari Group&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot to help employees integrate it into their workflow, resulting in time savings of about two hours a week from the support of routine activities such as email management, meeting preparation, content creation and skill acquisition.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1798374461640442079-capita-group-github-copilot-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Capita&lt;/strong&gt;&lt;/a&gt; is using GitHub Copilot for productivity improvements as well as improvements in developer satisfaction, recruitment and retention.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1828282129545930288-cdw-corporation-microsoft-viva-learning-consumer-goods-en-united-states"&gt;&lt;strong&gt;CDW&lt;/strong&gt;&lt;/a&gt; used Microsoft 365 Copilot to improve work quality for 88% of users, enabling 77% to complete tasks faster and increasing productivity for 85% of users.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/asia/features/taiwan-hospital-deploys-ai-copilots-to-lighten-workloads-for-doctors-nurses-and-pharmacists/"&gt;&lt;strong&gt;Chi Mei Medical Center&lt;/strong&gt;&lt;/a&gt; is lightening workloads for doctors, nurses and pharmacists with a generative AI assistant built on Azure OpenAI Service.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1790435165492425096-eon-se-microsoft-copilot-for-microsoft-365-energy-en-germany"&gt;&lt;strong&gt;E.ON&lt;/strong&gt;&lt;/a&gt; is focused on Germany’s energy transition, leveraging Microsoft 365 Copilot to manage the complex grid in real-time, increasing productivity and efficiency for its workforce.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1762150085964970175-enerjisa-uretim-microsoft-copilot-energy-en-turkiye"&gt;&lt;strong&gt;Enerijisa Uretim&lt;/strong&gt;&lt;/a&gt; has adopted Microsoft 365 Copilot to streamline meeting summaries, reformat documents and compile reports, enabling employees to concentrate on more strategic and fulfilling activities instead of spending six hours in meetings.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1795477416065405316-epam-systems-microsoft-copilot-for-microsoft-365-professional-services-en-hungary"&gt;&lt;strong&gt;EPAM&lt;/strong&gt;&lt;/a&gt; is deploying Microsoft 365 Copilot to consolidate information and generate content and documents.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1826307332667818248-farm-credit-canada-microsoft-365-copilot-government-en-canada"&gt;&lt;strong&gt;Farm Credit Canada&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot, which resulted in time savings on routine tasks for 78% of users, with 30% saving 30 to 60 minutes per week and 35% saving over an hour per week, allowing employees to focus on more value-added tasks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-us%2Fstory%2F1813696493334607461-finastra-microsoft-copilot-for-microsoft-365-professional-services-en-united-kingdom&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062428568%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=U5kpF%2B3HpIfSYQlB6j47uW5HQ5ELonUZo%2FMO%2FOqsUwI%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Finastra&lt;/strong&gt;&lt;/a&gt; used Microsoft 365 Copilot to automate tasks, enhance content creation, improve analytics and personalize customer interactions, with employees citing a 20% to 50% time savings.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1816271784634453515-four-agency-microsoft-365-copilot-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Four Agency Worldwide&lt;/strong&gt;&lt;/a&gt; increased employee productivity using Microsoft 365 Copilot to generate ideas for creative work and support administrative-heavy processes, data analysis and report generation, allowing staff to focus on outreach and less time doing paperwork.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1772353582649569700-ocgoodwill-azure-ai-services-nonprofit-en-united-states"&gt;&lt;strong&gt;Goodwill of Orange County&lt;/strong&gt;&lt;/a&gt; developed an AI-powered app using Azure AI capabilities to help more people, including those with developmental, intellectual and physical disabilities, work in unfilled e-commerce positions.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-365/blog/2024/09/16/microsoft-365-copilot-wave-2-pages-python-in-excel-and-agents/"&gt;&lt;strong&gt;Honeywell&lt;/strong&gt;&lt;/a&gt; employees are saving 92 minutes per week — that&amp;#8217;s 74 hours a year! &lt;em&gt;Disclaimer: Statistics are from an internal Honeywell survey of 5,000 employees where 611 employees responded.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1821284073143161043-insight-enterprises-inc-surface-laptop-professional-services-en-united-states"&gt;&lt;strong&gt;Insight&lt;/strong&gt;&lt;/a&gt; employees using Copilot are seeing four hours of productivity gained per week from data summarization and content creation.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1759309014350031747-joos-microsoft-copilot-consumer-goods-en-united-kingdom"&gt;&lt;strong&gt;Joos&lt;/strong&gt;&lt;/a&gt; uses Microsoft 365 Copilot to grow its brand with worldwide collaboration by streamlining meetings, optimizing presentations and improving communications.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1744468024452864249-kantar-windows-11-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Kantar&lt;/strong&gt;&lt;/a&gt; is harnessing the power of Microsoft 365 Copilot by reducing costly, time-consuming IT processes and boosting productivity for employees.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749522406496386350-kpmg-microsoft-365-copilot-professional-services-en-united-states"&gt;&lt;strong&gt;KPMG Australia&lt;/strong&gt;&lt;/a&gt; is using Microsoft Azure OpenAI Service, Azure AI Search and Microsoft Copilot 365 to perform advanced text analysis of dozens of client source documents to identify full or partial compliance, or noncompliance, in a fraction of the time required for manual assessments.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1825162116194410361-lgt-excel-banking-and-capital-markets-en-liechtenstein"&gt;&lt;strong&gt;LGT&lt;/strong&gt;&lt;/a&gt; is launching Microsoft Copilot LGT to improve efficiency, showing users save an average of an hour a week even in the pilot phase.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804624062321190625-lotte-hotels-and-resorts-azure-ai-studio-travel-and-transportation-en-korea"&gt;&lt;strong&gt;Lotte Hotels &amp;amp; Resorts&lt;/strong&gt;&lt;/a&gt; has been creating a new work culture that allows employees to work more efficiently and focus on the nature of the work by adopting Microsoft Power Platform for automation.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1782421038868081701-maire-microsoft-teams-energy-en-italy"&gt;&lt;strong&gt;MAIRE&lt;/strong&gt;&lt;/a&gt; is leveraging Microsoft 365 Copilot to automate routine tasks, saving over 800 working hours per month, freeing up engineers and professionals for strategic activities while supporting MAIRE&amp;#8217;s green energy transition by reducing their carbon footprint.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749886282579475320-mcdonalds-china-azure-retailers-en-china"&gt;&lt;strong&gt;McDonald’s China&lt;/strong&gt;&lt;/a&gt; chose Microsoft Azure AI, GitHub Copilot and Azure AI Search to transform its operations, resulting in a significant increase in AI adoption, consumption and retention from 2,000 to 30,000 employee transactions monthly.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812248324658189027-mcknight-microsoft-copilot-for-microsoft-365-nonprofit-en-united-states"&gt;&lt;strong&gt;McKnight Foundation&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot for all staff, saving time, increasing productivity and freeing space to focus on strategic priorities.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1759306888687672662-morulahealth-microsoft-365-business-premium-health-provider-en-united-kigdom"&gt;&lt;strong&gt;Morula Health&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot to enhance productivity, streamline medical writing tasks and ensure data security, ultimately improving efficiency and client satisfaction.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1770472924267393932-motor-oil-group-microsoft-365-energy-en-greece"&gt;&lt;strong&gt;Motor Oil Group&lt;/strong&gt;&lt;/a&gt; is achieving remarkable efficiency gains by integrating Microsoft 365 Copilot into its workflows, with staff spending minutes on tasks that used to take weeks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792966154673709027-nagel-group-azure-openai-service-travel-and-transportation-en-germany"&gt;&lt;strong&gt;Nagel-Group&lt;/strong&gt;&lt;/a&gt; uses Azure OpenAI Service to help employees quickly access information which saves time, creates efficiency and transparency, and leads to higher-quality answers overall.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-us%2Fstory%2F1781804873110601091-national-australia-bank-microsoft-edge-banking-and-capital-markets-en-australia&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062457127%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=YZjgVqcJ9J%2F5s14J2HZ5kOtuDUtjkDJCCsA7ea1H2i4%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;National Australia Bank&lt;/strong&gt;&lt;/a&gt; is leveraging Microsoft 365 Copilot for daily productivity and data analysis and insights and Microsoft Copilot for Security to quickly analyze millions of security event logs and allow engineers to focus on more important areas.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1800598946211744899-nflpa-azure-ai-services-nonprofit-en-united-states"&gt;&lt;strong&gt;NFL Players Association&lt;/strong&gt;&lt;/a&gt; integrated Azure AI Services and Azure App Service into their video review process, reducing review time by up to 73%, significantly increasing efficiency and enhancing player safety through consistent rule enforcement.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1759188982673652446-o2-microsoft-365-telecommunications-en-czech-republic"&gt;&lt;strong&gt;O2 Czech Republic&lt;/strong&gt;&lt;/a&gt; boosts productivity and streamlines meetings with Microsoft 365 Copilot, revolutionizing how information is shared and making automation a part of daily work.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1744450394922857891-onepoint-github-copilot-professional-services-en-france"&gt;&lt;strong&gt;Onepoint&lt;/strong&gt;&lt;/a&gt; developed a secure conversational agent based on Azure OpenAI, which delivers productivity gains of between 10% and 15% across all business lines.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1774095788906881160-orange-azure-openai-service-telecommunications-en-france"&gt;&lt;strong&gt;Orange Group&lt;/strong&gt;&lt;/a&gt; has over 40 use cases with Azure OpenAI Service and GitHub Copilot across business functions to support employees in their day-to-day tasks, enabling them to concentrate on higher value-added activities.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1820166640605522715-ouh-microsoft-365-copilot-health-provider-en-united-kingdom"&gt;&lt;strong&gt;Oxford University Hospitals NHS Foundation Trust&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot to improve staff report productivity by saving one to two hours a week, or simple formatting tasks down to a matter of seconds, enabling more resources to deliver frontline services.&lt;/li&gt;&lt;li&gt; &lt;a href="https://customers.microsoft.com/en-us/story/1790507377097905834-paconsulting-dynamics-365-sales-professional-services-en-united-kingdom"&gt;&lt;strong&gt;PA Consulting&lt;/strong&gt;&lt;/a&gt; transformed its sales operations with Microsoft 365 Copilot, so its people can invest more time on the activities that have the biggest impact for clients and maximize the strategic value they provide.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1758695276753608190-petrobras-azure-openai-service-energy-en-brazil"&gt;&lt;strong&gt;Petrobras&lt;/strong&gt;&lt;/a&gt; used Azure OpenAI Service to create ChatPetrobras, which is streamlining workflows, reducing manual tasks and summarizing reports for its 110,000 employees.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1776965075841351020-petrochemical-industries-company-microsoft-365-energy-en-kuwait"&gt;&lt;strong&gt;Petrochemical Industries Company&lt;/strong&gt;&lt;/a&gt; automates work processes to save time with Microsoft 365 Copilot from weeks to days, hours to seconds.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1795890438217888078-pkshatech-microsoft-copilot-for-microsoft-365-other-en-japan"&gt;&lt;strong&gt;PKSHA Technology&lt;/strong&gt;&lt;/a&gt; is optimizing their time on critical work by increasing efficiency in meeting preparations, data analytics and ideation with the help of Microsoft 365 Copilot.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.nuance.com/2024-03-08-Providence-and-Microsoft-Enable-AI-Innovation-at-Scale-to-Improve-the-Future-of-Care"&gt;&lt;strong&gt;Providence&lt;/strong&gt;&lt;/a&gt; has collaborated with Nuance and Microsoft to accelerate development and adoption of generative AI-powered applications, helping improve care quality and access and reduce physician’s administrative workloads.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1802830664758543360-rti-international-microsoft-teams-nonprofit-en-united-states"&gt;&lt;strong&gt;RTI International&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot to gain productivity wherever possible, allowing staff to focus on their areas of expertise, delivering even better science-backed solutions for clients.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785448033474736158-sandvik-coromant-microsoft-copilot-for-sales-discrete-manufacturing-en-sweden"&gt;&lt;strong&gt;Sandvik Coromant&lt;/strong&gt;&lt;/a&gt; is using Microsoft Copilot for Sales to drive efficiency and accuracy, shaving at least one minute off each transaction, allowing sellers and account managers to focus their expertise on responding to customers’ needs with analysis, creativity and adaptability.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1735001154382665808-sasfin-bank-azure-banking-en-south-africa"&gt;&lt;strong&gt;Sasfin Bank&lt;/strong&gt;&lt;/a&gt; built a solution on Microsoft Azure that centralized 20,000 documents to analyze contract clauses and provide real-time snapshots, moving guesswork into data-driven decision-making.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1758915282906956032-scottishwater-microsoft-copilot-energy-en-united-kingdom"&gt;&lt;strong&gt;Scottish Water&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot, reducing mundane tasks to a minimum and thus freeing up time for employees to work on the more meaningful tasks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1768027434711024743-shrinerschildrens-azure-health-provider-en-united-states"&gt;&lt;strong&gt;Shriners Children&amp;#8217;s&lt;/strong&gt;&lt;/a&gt; developed an AI platform allowing clinicians to easily and securely navigate patient data in a singular location, enhancing patient care and improving the efficiency of their healthcare services.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/2024/10/24/siemens-and-microsoft-scale-industrial-ai/"&gt;&lt;strong&gt;Siemens&lt;/strong&gt;&lt;/a&gt; is leveraging Azure OpenAI Service to improve efficiency, cut downtime and address labor shortages.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1798509188103498351-softchoice-microsoft-copilot-for-microsoft-365-consumer-goods-en-united-states"&gt;&lt;strong&gt;Softchoice&lt;/strong&gt;&lt;/a&gt; employees are experiencing firsthand how Microsoft 365 Copilot can transform daily workflows, realizing productivity gains of 97% reduction in time spent summarizing technical meetings and up to 70% less time spent on content creation.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1823424868741213189-syensqo-azure-open-ai-service-other-en-belgium"&gt;&lt;strong&gt;Syensqo&lt;/strong&gt;&lt;/a&gt; utilized Microsoft’s Azure OpenAI Service to develop a custom AI chatbot in three months, which improved their internal data management, decision-making and overall efficiency.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1805001416118108722-teladochealth-power-apps-health-provider-en-united-states"&gt;&lt;strong&gt;Teladoc Health&lt;/strong&gt;&lt;/a&gt; uses Microsoft 365 Copilot to revolutionize its telehealth operations, automating routine tasks, boosting efficiency and increasing productivity.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1740058425924206437-telstra-telecommunications-azure-openai-service"&gt;&lt;strong&gt;Telstra&lt;/strong&gt;&lt;/a&gt; developed two cutting-edge generative AI tools based on Microsoft Azure OpenAI Service: 90% of employees are using the One Sentence Summary tool, which resulted in 20% less follow-up customer contact, and 84% of customer service agents are using the Ask Telstra solution.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1759333055842391656-topsoe-azure-openai-service-discrete-manufacturing-en-denmark"&gt;&lt;strong&gt;Topsoe&lt;/strong&gt;&lt;/a&gt; achieved 85% AI adoption among office employees in seven months, significantly enhancing productivity and business processes.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812576965312816472-torfaen-microsoft-copilot-for-microsoft-365-national-government-en-united-kingdom"&gt;&lt;strong&gt;Torfaen County Borough Council&lt;/strong&gt;&lt;/a&gt; utilized Microsoft 365 Copilot to streamline back-office processes, resulting in significant time savings and enhanced productivity for both business and children&amp;#8217;s services teams, with further rollouts planned.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1790119689031635867-trace3-microsoft-365-professional-services-en-united-states&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062303754%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=X4e%2BQhOCohiSCLiVF0no6l2hVQyLM48hr0w7JLmfyhQ%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Trace3&lt;/strong&gt;&lt;/a&gt; leveraged Microsoft Copilot to streamline and enhance processes across the business and with clients, such as reducing the time it takes HR recruiting managers to respond to applicants within a couple of days instead of several weeks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://youtu.be/Iqzqp69QCKI?si=wN9v8MyFvGYnbllC"&gt;&lt;strong&gt;Unilever&lt;/strong&gt;&lt;/a&gt; is reinventing their marketing process with Copilot, saving time on briefing tasks, automatically pulling in relevant market data, content and insights to accelerate campaign launches.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1802017730982552224-uniper-se-microsoft-copilot-for-microsoft-365-energy-en-germany&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062374306%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=WtghbJqSCe5t36Ng8eihXahtr2MZtlLK3GqOESNFXk8%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Uniper SE&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot to reduce time spent on manual and repetitive tasks and help workers focus on more pressing work, such as developing enhanced solutions to speed up the energy transition.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1772120481217819586-unumgroup-azure-insurance-en-united-states"&gt;&lt;strong&gt;Unum Group&lt;/strong&gt;&lt;/a&gt; built a custom AI application to search 1.3 terabytes of data with 95% accuracy using Azure OpenAI Service.&lt;/li&gt;&lt;li&gt;&lt;a href="https://ukstories.microsoft.com/features/how-virgin-atlantic-is-flying-higher-with-copilot/"&gt;&lt;strong&gt;Virgin Atlantic&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot and GitHub Copilot and is seeing real business benefits, including productivity improvements, enabling new ways of working.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1770536569687978092-visier-solutions-azure-openai-service-professional-services-en-canada&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062317741%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=5gKpMYfPtQIxjb4AuR8Axy7XwP5GpD9NT8OGIf3bedY%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Visier&lt;/strong&gt;&lt;/a&gt; built a generative AI assistant that leverages Azure AI and Azure OpenAI Services to deliver workforce analytics and actionable insights for more than 50,000 customers.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1828290649088791526-virtualdentalcare-azure-virtual-machines-health-provider-en-united-states"&gt;&lt;strong&gt;Virtual Dental Care&lt;/strong&gt;&lt;/a&gt; developed an AI application Smart Scan that leverages Microsoft Azure to reduce paperwork for mobile dental clinics in schools by 75% and frees dentists to devote more time to patient care.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1825622008619351392-zshlavkova-microsoft-365-a3-primary-and-secondary-eduk-12-en-czechia"&gt;&lt;strong&gt;Zakladni Skola As Hlavkova&lt;/strong&gt;&lt;/a&gt; adopted Microsoft 365 Copilot and saw a 60% improvement in handling administrative documents, decreased lesson preparation from hours to a few minutes, increased inclusivity and enhanced communication with students and parents.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;strong&gt;Reinventing customer engagement&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;We’ve seen great examples of how generative AI can automate content creation, ensuring there’s fresh and engaging materials ready to go. It personalizes customer experiences by crunching the numbers, boosting conversion rates. It makes operations smoother, helping teams launch campaigns faster. Plus, it drives innovation, crafting experiences that delight customers while lightening the load for staff. Embracing generative AI is key for organizations wanting to reinvent customer engagements, stay ahead of the game and drive both innovation and efficiency.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New Stories:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1836108400811529412-airindia-azure-ai-search-travel-and-transportation-en-india"&gt;&lt;strong&gt;Air&lt;/strong&gt; &lt;strong&gt;India&lt;/strong&gt;&lt;/a&gt; leveraged Azure OpenAI Service to develop a virtual assistant that has handled nearly 4 million customer queries with full automation, significantly enhancing customer experience and avoiding millions of dollars in customer support costs.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1832767714677750676-cradle-azure-openai-service-other-unsegmented-en-malaysia"&gt;&lt;strong&gt;Cradle&lt;/strong&gt; &lt;strong&gt;Fund&lt;/strong&gt;&lt;/a&gt;, dedicated to nurturing startups in Malaysia, introduced an AI-driven chatbot to boost user interaction and increase public engagement. User engagement quadrupled while resolution time was reduced from two days to a few clicks. Cradle also decreased customer service costs by 35%, increased international interactions by 40% and increased daily average visits 10-fold.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1833973787621467669-doctolib-azure-openai-service-health-provider-en-france"&gt;Doctolib&lt;/a&gt;&lt;/strong&gt;, a leading eHealth company in France, leverages Microsoft technology to develop an AI-powered medical assistant, integrating both Azure OpenAI Service and Mistral Large on Azure.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;ol start="4"&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837822642507786660-docusign-azure-logic-apps-other-en-united-states"&gt;Docusign&lt;/a&gt; &lt;/strong&gt;used Azure AI to develop its Intelligent Agreement Management (IAM) platform, which supports millions of workflows, reducing contract processing times and enhancing customer satisfaction with advanced AI-powered analytics.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837367358659329204-hollandamerica-microsoft-dataverse-travel-and-transportation-en-united-states"&gt;&lt;strong&gt;Holland&lt;/strong&gt; &lt;strong&gt;America&lt;/strong&gt; &lt;strong&gt;Line&lt;/strong&gt;&lt;/a&gt; developed a virtual agent using Microsoft Copilot Studio that acts as a digital concierge on their website to support new and existing customers and travel advisors, which has achieved a strong resolution rate and is currently handling thousands of conversations per week.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1832880073951334987-jato-dynamics-azure-open-ai-service-automotive-en-united-kingdom"&gt;&lt;strong&gt;Jato&lt;/strong&gt; &lt;strong&gt;Dynamics&lt;/strong&gt;&lt;/a&gt; used Azure OpenAI Service to automate content generation, helping dealerships save approximately 32 hours each month.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1838122771592262367-redcross-azure-ai-services-nonprofit-en-kenya"&gt;&lt;strong&gt;Kenya&lt;/strong&gt; &lt;strong&gt;Red&lt;/strong&gt; &lt;strong&gt;Cross&lt;/strong&gt;&lt;/a&gt; worked with Pathways Technologies to develop a mental health chatbot in Azure AI.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1834923084335117944-laliga-azure-arc-media-and-entertainment-en-spain"&gt;LALIGA&lt;/a&gt; &lt;/strong&gt;is delivering a seamless fan experience and AI insights with Azure Arc, using AI in Azure for optimizing match scheduling and other key operations.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1833247205652391288-legrand-cloud-for-manufacturing-discrete-manufacturing-en-france"&gt;Legrand&lt;/a&gt;&lt;/strong&gt; used Azure OpenAI Service to reduce the time to generate product data by 60% and improve customer support interactions with fast, accurate information.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835832718338159187-mars-azure-machine-learning-professional-services-en-united-states"&gt;Mars Science &amp;amp; Diagnostics&lt;/a&gt;&lt;/strong&gt; used the Azure AI catalog to build generative AI apps to enhance accuracy and extract data insights quickly, helping pets with critical, undiagnosed conditions receive the care they require faster.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835590701993611997-nba-azure-openai-service-media-and-entertainment-en-united-states"&gt;&lt;strong&gt;NBA&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to speed up the time to market, helping fans connect with the league with personalized, localized insights to enhance the fan experience.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1827391161519296074-orbitalwitness-azure-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Orbital Witness&lt;/strong&gt;&lt;/a&gt; embraced the use of large language models (LLMs) in Azure OpenAI to build its innovative AI Agent application, Orbital Copilot, which can save legal teams 70 percent of the time it takes to conduct property diligence work.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837624667267994535-parloa-azure-openai-service-professional-services-en-germany"&gt;Parloa&lt;/a&gt;&lt;/strong&gt; took a “voice-first” approach and created an enterprise-grade AI Agent Management platform to automate customer interactions across phone, chat and messaging apps.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835402038421112318-zurich-azure-openai-service-insurance-en-switzerland"&gt;&lt;strong&gt;Zurich Insurance Group&lt;/strong&gt;&lt;/a&gt; used Azure OpenAI Service to develop advanced AI applications that led to more accurate and efficient risk assessment evaluations, accelerating the underwriting process, reducing turnaround times and increasing customer satisfaction.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;&lt;/p&gt;&lt;ol start="71"&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1783172439597920946-absa-github-copilot-banking-and-capital-markets-en-south-africa"&gt;&lt;strong&gt;Absa&lt;/strong&gt;&lt;/a&gt; has adopted Microsoft Copilot to streamline various business processes, saving several hours on administrative tasks each day.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1754582924902623921-adobe-inc-azure-retailers-en-united-states%20"&gt;&lt;strong&gt;Adobe&lt;/strong&gt;&lt;/a&gt; leverages Microsoft Azure to streamline the customer experience, harnessing the power of the connected cloud services and creating a synergy that drives AI transformation across industries.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1828343452663470824-acentra-azure-openai-service-health-provider-en-united-states"&gt;&lt;strong&gt;Acentra Health&lt;/strong&gt;&lt;/a&gt; developed Medscribe, a web application that uses Azure OpenAI Service to generate draft letters in a secure, HIPPA-compliant enclave that responds to customer appeals for healthcare services within 24 hours, reducing the time spent on each appeal letter by 50%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/how-alaska-airlines-uses-technology-to-ensure-its-passengers-have-a-seamless-journey-from-ticket-purchase-to-baggage-pickup"&gt;&lt;strong&gt;Alaska Airlines&lt;/strong&gt;&lt;/a&gt; is using Microsoft Azure, Microsoft Defender and GitHub to ensure its passengers have a seamless journey from ticket purchase to baggage pickup, and it has started leveraging Azure OpenAI Service to unlock more business value for its customer care and contact centers.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1715820133841482699-ally-azure-banking-en-united-states"&gt;&lt;strong&gt;Ally Financial&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to reduce manual tasks for its customer service associates, freeing up time for them to engage with customers.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1818713195387957010-bmwgroup-azure-automotive-en-germany"&gt;&lt;strong&gt;BMW Group&lt;/strong&gt;&lt;/a&gt; optimizes the customer experience, connecting 13 million active users to their vehicles with the MyBMW app on Azure, which supports 450 million daily requests and 3.2TB of data processing.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1777364400660400778-boyner-azure-retailers-en-turkiye"&gt;&lt;strong&gt;Boyner&lt;/strong&gt;&lt;/a&gt; has tripled its e-commerce performance using Microsoft Azure, seeing a rise in customer satisfaction, engagement, conversion rate and revenue.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1825988149746373274-bradesco-azure-ai-services-banking-and-capital-markets-en-brazil"&gt;&lt;strong&gt;Bradesco Bank&lt;/strong&gt;&lt;/a&gt; integrated Microsoft Azure into its virtual assistant, BIA, resulting in reduced response time from days to hours, improving operational efficiency and client satisfaction.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/10/08/how-mexico-is-pioneering-ai-innovation-for-a-global-future/"&gt;&lt;strong&gt;Capgemini Mexico&lt;/strong&gt;&lt;/a&gt; integrated GitHub Copilot to support scalable AI implementations, which has led to improved customer experiences and increased efficiency.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1825642148546862376-capitec-bank-power-bi-banking-and-capital-markets-en-south-africa"&gt;&lt;strong&gt;Capitec Bank&lt;/strong&gt;&lt;/a&gt; uses Azure OpenAI Service and Microsoft 365 Copilot, enabling their AI-powered chatbot to assist customer service consultants in accessing product information more efficiently, saving significant time for employees each week.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1785788806559352474-cdiscount-azure-openai-service-retailers-en-france&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062287719%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=5Az4mvdBtdEDcPhTrwrTpuHXA00mk%2B4RJbd8RwMUqFE%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Cdiscount&lt;/strong&gt;&lt;/a&gt; is leveraging GitHub Copilot and Azure OpenAI Service to enhance developer efficiency, optimize product sheet categorization and improve customer satisfaction.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/10/08/how-mexico-is-pioneering-ai-innovation-for-a-global-future/"&gt;&lt;strong&gt;Cemex&lt;/strong&gt;&lt;/a&gt; used Azure OpenAI Service to launch Technical Xpert, an AI tool used by sales agents to provide instant access to comprehensive product and customer solution information, significantly reducing search time by 80%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1771914030592960432-chanel-azure-data-factory-retailers-en-france"&gt;&lt;strong&gt;Chanel&lt;/strong&gt;&lt;/a&gt; elevated their client experience and improved employee efficiency by leveraging Microsoft Fabric and Azure OpenAI Service for real-time translations and quality monitoring.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1817161013472137094-burlington-microsoft-copilot-studio-national-government-en-canada&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C7b04ac48f784445af5a008dcf2237a96%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638651481396472142%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=Yj%2BSmlttzjVG6ZaYuMR0JRnPHaHRiyZNLPRfZySVNCo%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;City of Burlington&lt;/strong&gt;&lt;/a&gt; created two AI-powered solutions: MyFiles system using Microsoft Power Platform for building permits and CoBy, a 24/7 customer support assistant using Microsoft Copilot Studio.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1831036907720807463-esmadrid-azure-openai-service-national-government-en-spain"&gt;&lt;strong&gt;City of Madrid&lt;/strong&gt;&lt;/a&gt; created an AI virtual assistant with Microsoft Azure OpenAI Service, offering tourists accurate, real-time information and personalized responses in 95-plus languages.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1719466218077596326-cognizant-azureai-software-en-india"&gt;&lt;strong&gt;Cognizant&lt;/strong&gt;&lt;/a&gt; is making performance management more effective and meaningful with Microsoft Azure Machine Learning to help clients across industries envision, build and run innovative digital enterprises.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1769790334604179311-coles-group-azure-machine-learning-retailers-en-australia"&gt;&lt;strong&gt;Coles Group&lt;/strong&gt;&lt;/a&gt; has leveraged Microsoft Azure to enhance its digital presence and improve customer engagement, rolling out new applications to its stores six times faster without disrupting workloads.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1794733067648840156-commercial-bank-of-dubai-azure-banking-and-capital-markets-en-united-arab-emirates"&gt;&lt;strong&gt;Commercial Bank of Dubai&lt;/strong&gt;&lt;/a&gt; used Microsoft Azure to upgrade its application infrastructure, improving transaction security and speed so individual customers can now open an account and start banking in about two minutes.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1803548215767581643-dewa-azure-ai-services-government-en-united-arab-emirates"&gt;&lt;strong&gt;Dubai Electricity and Water Authority&lt;/strong&gt;&lt;/a&gt; has significantly improved productivity and customer satisfaction by integrating multiple Microsoft AI solutions, reducing task completion time from days to hours and achieving a 98% customer happiness rate.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1824718946474231481-elcome-microsoft-365-copilot-consumer-goods-en-united-arab-emirates"&gt;&lt;strong&gt;Elcome&lt;/strong&gt;&lt;/a&gt; uses Microsoft 365 Copilot to improve the customer experience, reducing response times from 24 hours to eight hours.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817720705929928929-elunic-azure-openai-service-other-en-germany"&gt;&lt;strong&gt;elunic&lt;/strong&gt;&lt;/a&gt; developed shopfloor.GPT based on Azure OpenAI, leading to increased productivity for customers and saving 15 minutes per request.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/2024/04/26/the-estee-lauder-companies-and-microsoft-increase-collaboration-to-power-prestige-beauty-with-generative-ai/"&gt;&lt;strong&gt;Estée Lauder Companies&lt;/strong&gt;&lt;/a&gt; is leveraging Azure OpenAI Service to create closer consumer connections and increase speed to market with local relevancy.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1761931588230983875-first-national-bank-dynamics-365-sales-banking-and-capital-markets-en-south-africa"&gt;&lt;strong&gt;First National Bank&lt;/strong&gt;&lt;/a&gt; is using Microsoft Copilot for Sales to help bankers create professional, thoughtful emails in 13 native South African languages, to enhance customer interactions, streamline communications and reinforce its commitment to innovation and customer service.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1823101967024425351-florafoodgroup-azure-synapse-analytics-consumer-goods-en-netherlands"&gt;&lt;strong&gt;Flora Food Group&lt;/strong&gt;&lt;/a&gt; migrated to Microsoft Fabric to offer more detailed and timely insights to its customers, enhancing service delivery and customer satisfaction.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1741559204804365124-groupama-azure-openai-service-banking-en-france"&gt;&lt;strong&gt;Groupama&lt;/strong&gt;&lt;/a&gt; deployed a virtual assistant using Azure OpenAI Service that delivers reliable, verified and verifiable information, and boasts an 80% success rate.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1782343682836979145-iu-internationale-hochschule-gmbh-azure-openai-service-higher-education-en-germany"&gt;&lt;strong&gt;International University of Applied Sciences (IU)&lt;/strong&gt;&lt;/a&gt; adopted Azure OpenAI Service to revolutionize learning with a personalized study assistant that can interact with each student just like a human would.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1777785808385732889-investec-microsoft-teams-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;Investec&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot for Sales to enhance the bank’s client relationships, estimating saving approximately 200 hours annually, ultimately boosting sales productivity and delivering a personalized, seamless customer experience.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/linum-unlocking-visual-storytelling-with-ai/"&gt;&lt;strong&gt;Linum&lt;/strong&gt;&lt;/a&gt; is using Microsoft Azure to train their text-to-video models faster and more efficiently without losing performance or wasting resources.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1771760434465986810-lumen-microsoft-copilot-telecommunications-en-united-states"&gt;&lt;strong&gt;Lumen Technologies&lt;/strong&gt;&lt;/a&gt; is redefining customer success and sales processes through the strategic use of Microsoft 365 Copilot, enhancing productivity, sales, and customer service in the global communications sector.&lt;/li&gt;&lt;li&gt;&lt;a href="https://blogs.microsoft.com/blog/2024/10/21/new-autonomous-agents-scale-your-team-like-never-before/"&gt;&lt;strong&gt;McKinsey &amp;amp; Company&lt;/strong&gt;&lt;/a&gt;is creating an agent to reduce the client onboarding process by reducing lead time by 90% and administrative work by 30%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1747191591416935394-meesho-azure-retail-en-india"&gt;&lt;strong&gt;Meesho&lt;/strong&gt;&lt;/a&gt; leveraged Microsoft’s Azure OpenAI Service and GitHub Copilot to enhance customer service and software development, resulting in a 25% increase in customer satisfaction scores and 40% more traffic on customer service queries.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1794371049083171324-milpark-education-dynamics-365-customer-service-higher-education-en-south-africa"&gt;&lt;strong&gt;Milpark Education&lt;/strong&gt;&lt;/a&gt; integrated Microsoft Copilot and Copilot Studio and in just four months, improved efficiency and accuracy of student support, decreasing the average resolution time by 50% and escalations by more than 30%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749530601364196664-nc-fusion-microsoft-dataverse-nonprofit-en-united-states"&gt;&lt;strong&gt;NC Fusion&lt;/strong&gt;&lt;/a&gt; chose a comprehensive Microsoft solution to make marketing engagement activities easier and accurately target the best audience segments.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/11/07/german-ingenuity-meets-the-power-of-ai-to-shape-the-future-of-industries/"&gt;&lt;strong&gt;Medgate,&lt;/strong&gt; a telehealth subsidiary of Otto Group&lt;/a&gt; developed a medical Copilot powered by Azure OpenAI which summarizes consultations, supports triage and provides real-time translations.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1709539049606899869-pacific-gas-and-electric-microsoft-power-apps-energy-usa"&gt;&lt;strong&gt;Pacific Gas &amp;amp; Electric&lt;/strong&gt;&lt;/a&gt; built a chatbot using Microsoft Copilot Studio that saves $1.1 million annually on helpdesk support.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/pockyt-doubles-developer-productivity-metrics-using-github-copilot/"&gt;&lt;strong&gt;Pockyt&lt;/strong&gt;&lt;/a&gt; is using GitHub Copilot and anticipates a 500% increase in productivity in the medium to long term as they continue adapting AI and fine-tuning their software development life cycle.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1751701319789621671-south-australia-department-of-education-azure-ai-content-safety-higher-education-en-australia&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C7b04ac48f784445af5a008dcf2237a96%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638651481396525386%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=CVC3B6Ge8NsiHrasxfQFezPbd3Br57rdTve%2FysbzvAE%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;South Australia Department for Education&lt;/strong&gt;&lt;/a&gt; launched an AI-powered educational chatbot to help safeguard students from harmful content while introducing responsible AI to the classrooms.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/empowering-sync-labs-ai-driven-video-editing-revolution-how-microsoft-for-startups-and-azure-gpu-clusters-accelerate-innovation/"&gt;&lt;strong&gt;Sync Labs&lt;/strong&gt;&lt;/a&gt; is using Microsoft Azure to create AI-driven solutions that have led to a remarkable 30x increase in revenue and a 100x expansion of their customer base.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812266855486401339-syndigo-azure-professional-services-en-united-states"&gt;&lt;strong&gt;Syndigo&lt;/strong&gt;&lt;/a&gt; is using Azure to accelerate digital commerce for its customers by more than 40% and expand its customer base.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1739790055278570755-telkomsel-azure-openai-service-telecommunications-en-indonesia"&gt;&lt;strong&gt;Telkomsel&lt;/strong&gt;&lt;/a&gt; created a virtual assistant with Azure OpenAI Service, resulting in a leap in customer self-service interactions from 19% to 45%, and call volume dropped from 8,000 calls to 1,000 calls a day.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/en-au/features/torrens-university-leverages-generative-ai-to-uplift-its-online-learning-experience-saving-20000-hours-and-2-4-million-in-time-and-resources/"&gt;&lt;strong&gt;Torrens University&lt;/strong&gt;&lt;/a&gt; chose to use Azure OpenAI to uplift its online learning experience, saving 20,000 hours and $2.4 million in time and resources.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1751482919190212988-trustingsocial-azure-banking-and-capital-markets-en-vietnam"&gt;&lt;strong&gt;Trusting Social&lt;/strong&gt;&lt;/a&gt; integrated Microsoft Azure services to launch AI-driven agents that are changing how banks function and transforming their customer’s banking experience.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/education/blog/2024/09/uc-berkeley-enhances-computer-science-education-with-azure-openai-service/"&gt;&lt;strong&gt;University of California, Berkeley&lt;/strong&gt;&lt;/a&gt; used Azure OpenAI Service to deploy a custom AI chatbot that supports student learning and helps students with complex coursework.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785425602161769458-university-of-sydney-azure-openai-service-higher-education-en-united-states"&gt;&lt;strong&gt;University of Sydney&lt;/strong&gt;&lt;/a&gt; created a self-serve AI platform powered by Azure OpenAI Service, to enable faculty to build custom chatbots for enhancing student onboarding, feedback, career simulation and more.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1762214991743764118-van-lanschot-kempen-copilot-for-microsoft-365-banking-and-capital-markets-en-netherlands"&gt;&lt;strong&gt;Van Lanschot Kempen&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot to reduce the time needed for daily tasks, freeing up time to invest in that crucial personal connection.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1795836141096013038-virgin-money-dynamics-365-customer-service-banking-and-capital-markets-en-united-kingdom&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062247231%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=deIb30Bj2H6w0JPf5Xa8Mj5GWdCDALuX3VBRLg0NVaA%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Virgin Money&lt;/strong&gt;&lt;/a&gt; built an award-winning virtual assistant using Copilot Studio to help build customers’ confidence in their digital products and services.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1725778377710136622-vocalls-azure-telecommunications-en-czechia"&gt;&lt;strong&gt;VOCALLS&lt;/strong&gt;&lt;/a&gt; automates over 50 million interactions per year, resulting in a 78% reduction in average handling time aside from a 120% increase in answered calls.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1770174778560829849-vodafone-group-azure-telecommunications-en-united-kingdom"&gt;&lt;strong&gt;Vodafone Group&lt;/strong&gt;&lt;/a&gt; is leveraging Microsoft&amp;#8217;s AI solutions, including Azure AI Studio, OpenAI Service, Copilot and AI Search, to achieve a 70% resolution rate for customer inquiries through digital channels and reduce call times by at least one minute.&lt;/li&gt;&lt;li&gt;&lt;a href="https://blogs.microsoft.com/blog/2024/01/09/walmart-unveils-new-generative-ai-powered-capabilities-for-shoppers-and-associates/"&gt;&lt;strong&gt;Walmart&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to deliver a helpful and intuitive browsing experience for customers designed to serve up a curated list of the personalized items a shopper is looking for.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/weights-and-biases-streamlining-machine-learning-ai-experimentation/"&gt;&lt;strong&gt;Weights &amp;amp; Biases&lt;/strong&gt;&lt;/a&gt; created a platform which runs on Microsoft Azure that allows developers to keep records, log successes and failures and automate manual tasks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785340736965832631-w2m-azure-ai-speech-travel-and-transportation-en-spain"&gt;&lt;strong&gt;World2Meet&lt;/strong&gt;&lt;/a&gt; is providing better customer service and operations with a new virtual assistant powered by Microsoft Azure.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1805346719014513003-xavier-college-dynamics-365-customer-insights-higher-education-en-australia"&gt;&lt;strong&gt;Xavier College&lt;/strong&gt;&lt;/a&gt; is modernizing its student information systems on Microsoft Dynamics 365 and Microsoft Azure to unlock powerful insights, fostering innovation and data-driven decision making.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1752754742242485191-zavarovalnica-triglav-azure-openai-service-insurance-en-slovenia"&gt;&lt;strong&gt;Zavarovalnica Triglav&lt;/strong&gt;&lt;/a&gt; implemented Microsoft Dynamics 365 and Azure OpenAI Service to streamline its operations with automated responses and smart rerouting of customer enquiries.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;strong&gt;Reshaping business process&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Transforming operations is another way generative AI is encouraging innovation and improving efficiency across various business functions. In marketing, it can create personalized content to truly engage different audiences. For supply chain management, it can predict market trends so companies can optimize their inventory levels. Human resources departments can speed up the hiring process, while financial services can use it for fraud detection and risk assessments. With generative AI, companies are not just refining their current processes, they’re also discovering exciting new growth opportunities.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New Stories:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1836288328937535074-abb-azure-openai-service-discrete-manufacturing-en-switzerland"&gt;&lt;em&gt;&lt;strong&gt;ABB Group&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt; integrated Azure OpenAI Service into their Genix Copilot platform enabling customers to achieve up to 30% savings in operations and maintenance, 20% improvement in energy and emission optimization and an 80% reduction in service calls.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837649623806233713-dentsu-azure-kubernetes-service-telecommunications-en-united-kingdom"&gt;Dentsu&lt;/a&gt; &lt;/strong&gt;implemented Microsoft Azure AI Foundry and Azure OpenAI Service to build a predictive analytics copilot that supports media insights, cutting analysis time by 80% and overall time to insight by 90%, reducing analysis costs.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837593617349762065-dow-microsoft-365-copilot-chemicals-and-agrochemicals-en-united-states"&gt;&lt;strong&gt;Dow&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot to empower teams with AI-driven insights and streamline essential workflows by automating tasks across departments, saving millions of dollars on shipping operations in the first year.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837788400819593167-lenovo-dynamics-365-customer-service-discrete-manufacturing-en-united-states"&gt;Lenovo&lt;/a&gt;&lt;/strong&gt; leveraged Dynamics 365 Customer Service to rapidly manage customer inquiries by streamlining repetitive tasks, boosted agent productivity by 15%, reduced handling time by 20% and reached record-high customer satisfaction.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835242622798889710-operationsmile-azure-openai-service-nonprofit-en-united-states"&gt;Operation Smile&lt;/a&gt;&lt;/strong&gt; used Azure OpenAI Service, Fabric and Power Apps to eliminate manual data entry, resulting in reduced translation errors by about 90% and the time required for completing reports from four to five hours to just 15 to 20 minutes.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835335026854319278-starkist-machine-learning-services-ai-other-en-united-states"&gt;StarKist Foods&lt;/a&gt;&lt;/strong&gt; used Azure to effectively unite production and demand processes with finance, reducing the planning cycle from 16 hours to less than one.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;&lt;/p&gt;&lt;ol start="124"&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1813700096910640854-accelleron-microsoft-dataverse-discrete-manufacturing-en-switzerland"&gt;&lt;strong&gt;Accelleron&lt;/strong&gt;&lt;/a&gt; used Microsoft Power Platform to support numerous business applications and simplify processes for service agents and employees, resulting in the onboard of new agents in 30 minutes, compared to two days for other solutions.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-us%2Fstory%2F1786976982328092426-accenture-azure-professional-services-en-united-states&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062388457%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=tzjmFN28KGEhkewWI0nSw77m4hMiolsJkVCHmWMIzYc%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Accenture &lt;/strong&gt;&lt;/a&gt;developed an AI-powered financial advisor that leverages RISE with SAP on Microsoft Azure to enhance their infrastructure and integrate financial data.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/reimagining-employee-services-how-atomicwork-is-transforming-the-digital-workplace-with-ai-automation/"&gt;&lt;strong&gt;Atomicwork&lt;/strong&gt;&lt;/a&gt; leverages Azure OpenAI to bring together three power capabilities: a conversational assistant, a modern service management system and a workflow automation platform.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/ai-startup-showcase-blink-the-worlds-first-security-automation-copilot/"&gt;&lt;strong&gt;Blink Ops&lt;/strong&gt;&lt;/a&gt; fully embraced generative AI to build the world’s first Security Automation Copilot with more than 8,000 automated workflows to help any Security/IT task through prompts.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792657160796124295-chalhoubgroup-microsoft-fabric-retailers-en-united-arab-emirates"&gt; Chalhoub Group&lt;/a&gt;&lt;/strong&gt; is using Microsoft Fabric to modernize its data analytics and streamline its data sources into one platform, increasing agility, enhancing analytics and accelerating processes.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1751257654493783966-cineplex-telecommunications-power-automate-en-canada"&gt;&lt;strong&gt;Cineplex&lt;/strong&gt;&lt;/a&gt; is developing innovative automation solutions for finance, guest services, and other departments, saving the company over 30,000 hours a year in manual processing time.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790114264617229624-clearbank-azure-api-management-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;ClearBank&lt;/strong&gt;&lt;/a&gt; moved its services to Microsoft Azure to gain scalability and efficiency, pushing out 183% more monthly system releases, gaining both scalability and efficiency.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817798972170302828-dsb-microsoft-365-copilot-travel-and-transportation-en-denmark"&gt;&lt;strong&gt;Danske Statsbaner&lt;/strong&gt;&lt;/a&gt; increases productivity up to 30% with help from Microsoft AI solutions.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1802842951607118817-eastman-microsoft-defender-other-en-united-states&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062346047%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=19bsxM%2B7dKeZu1uRzpaiKi9HNKicedDJKa7WcLcYWyc%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Eastman&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;implemented Microsoft Copilot for Security, realizing the benefits of accelerated upskilling, step-by-step guidance for response and faster threat remediation.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1816233578469159840-fast-shop-azure-analysis-services-retailers-en-brazil"&gt;&lt;strong&gt;Fast Shop&lt;/strong&gt;&lt;/a&gt; migrated to Microsoft Azure, creating a self-service culture of access to data, eliminating delays, reducing costs and increasing leadership satisfaction with data while providing more agility in reporting.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804528563383903958-florida-crystals-corporation-microsoft-teams-phone-manufacturing-en-united-states"&gt;&lt;strong&gt;Florida Crystals&lt;/strong&gt;&lt;/a&gt; adopted a value-added solution across Microsoft products including Microsoft 365 Copilot to reduce telecom expenses and automate industrial process controls.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/en-au/features/ghds-productivity-surge-how-ai-is-reinventing-the-rfp-process-in-construction-and-engineering/"&gt;&lt;strong&gt;GHD&lt;/strong&gt;&lt;/a&gt; is reinventing the RFP process in construction and engineering with Microsoft 365 Copilot.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/govdash-modernizing-government-contract-workflows-ai/"&gt;&lt;strong&gt;GovDash&lt;/strong&gt;&lt;/a&gt; is a SaaS platform that leverages artificial intelligence to streamline the entire business development lifecycle for government contracting companies using Azure OpenAI.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/10/08/how-mexico-is-pioneering-ai-innovation-for-a-global-future/"&gt;&lt;strong&gt;Grupo Bimbo&lt;/strong&gt;&lt;/a&gt; is deploying Microsoft’s industrial AI technologies to modernize its manufacturing processes, optimizing production and reducing downtime, driving significant cost savings and empowering global innovation.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1797709165933196148-insight-canada-microsoft-copilot-for-microsoft-365-other-en-united-states&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062331899%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=HW4BiT8dbPAYPw6sIVDBKNXA5Fz%2FFbUe77EhqBE6x%2B0%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Insight Canada&lt;/strong&gt;&lt;/a&gt; implemented Microsoft 365 Copilot to streamline business operations, realizing a 93% productivity gains in functions including sales, finance and human resources.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-us%2Fstory%2F1814561247353333768-intesa-sanpaolo-group-microsoft-copilot-for-security-banking-and-capital-markets-en-italy&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C7b04ac48f784445af5a008dcf2237a96%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638651481396544584%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=2CrT3SWjjdWsgD4F01XZOvF7d9RsnLLtAh7%2BrOtCKhQ%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Intesa Sanpaolo Group&lt;/strong&gt;&lt;/a&gt; enhanced its cybersecurity with AI-enabled Microsoft Sentinel and Microsoft Copilot for Security, resulting in faster threat detection, increased productivity and reduced storage costs.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1816212812226771892-kaya-power-bi-professional-services-en-india"&gt;&lt;strong&gt;Kaya&lt;/strong&gt;&lt;/a&gt; deployed a custom implementation of Microsoft Dynamics 365 and Power BI to modernize its supply chain, leading to enhanced visibility, improved planning and streamlined inter-department operations.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792260322207475324-lionbridge-technologies-azure-openai-service-other-en-united-states"&gt;&lt;strong&gt;Lionbridge Technologies, LLC&lt;/strong&gt;&lt;/a&gt; is using Microsoft Azure and Azure OpenAI Service to accelerate its delivery times and improve quality, reducing project turnaround times by up to 30%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1829828630587553613-ltimindtree-microsoft-sentinel-professional-services-en-india"&gt;&lt;strong&gt;LTIMindtree&lt;/strong&gt;&lt;/a&gt; integrated Microsoft Copilot for Security, offering automated incident response, integrated threat intelligence and advanced threat analysis.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1826019653953914614-maniadechurrasco-azure-synapse-analytics-retailers-en-brazil"&gt;&lt;strong&gt;Mania de Churrasco&lt;/strong&gt;&lt;/a&gt; used Microsoft Azure, Power Platform and Microsoft 365 to achieve high efficiency, security and scalability in its operations, in addition to improving its data intelligence, which indirectly participated in a 20% increase in sales year on year.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1774373123930343901-nbg-azure-banking-and-capital-markets-en-greece"&gt;&lt;strong&gt;National Bank of Greece&lt;/strong&gt;&lt;/a&gt; built an Azure-powered Document AI solution to transform its document processing, improving the bank’s accuracy to 90%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1782799284354734628-nestbank-azure-databricks-ai-banking-and-capital-markets-en-poland"&gt;&lt;strong&gt;Nest Bank&lt;/strong&gt;&lt;/a&gt; has revolutionized its operations by integrating Microsoft 365 Copilot and Azure OpenAI Service, resulting in doubled sales and increased daily transactions from 60,000 to 80,000, showcasing the transformative impact of generative AI in the financial sector.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1796987311720019561-network-rail-azure-databricks-travel-and-transportation-en-united-kingdom"&gt;&lt;strong&gt;Network Rail&lt;/strong&gt;&lt;/a&gt; modernized their data analytics solution with Microsoft Azure, helping engineers understand data 50% faster than before and improve efficiency, passenger experiences and safety — all while saving costs.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-us%2Fstory%2F1728829430186194098-nsure-power-platform-insurance-usa&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C234b8aac34a541c47cb308dcde7136e7%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638629825062401853%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=x4UnaYEtWxrcdctWNTgo7s1KfrW3%2FKgnDpcu9HzDUDU%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Nsure&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;developed an AI-powered agent that uses Copilot Studio and Power Automate to reduce manual processing time by 60% while also reducing associated costs by 50%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcustomers.microsoft.com%2Fen-gb%2Fstory%2F1800238731998879113-oncoclinicas-azure-ai-services-health-provider-en-brazil&amp;amp;data=05%7C02%7Ccarissa.eicholz%40microsoft.com%7C7b04ac48f784445af5a008dcf2237a96%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638651481396562112%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&amp;amp;sdata=UpeTgP06Rf%2BOBs3c%2Frxl2dJPlzEp7v96vPA1xIFrAFo%3D&amp;amp;reserved=0"&gt;&lt;strong&gt;Oncoclínicas&lt;/strong&gt;&lt;/a&gt; implemented Microsoft Azure to transform its entire data ecosystem with a web portal and mobile application that performs all image processing and storage.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1761512190744606726-pacifico-microsoft-365-insurance-en-peru"&gt;&lt;strong&gt;Pacifico Seguros&lt;/strong&gt;&lt;/a&gt; has adopted Microsoft Copilot for Security to optimize its security operations and anticipate and neutralize threats more efficiently and effectively.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1799912172105528685-parexel-azure-data-lake-analytics-health-provider-en-united-states"&gt;&lt;strong&gt;Parexel&lt;/strong&gt;&lt;/a&gt; adopted Azure Databricks and Microsoft Power BI, achieving an 85% reduction in data engineering tooling costs, a 30% increase in staff efficiency and a 70% reduction in time to market for data product delivery.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1781698642929941032-paysafe-microsoft-copilot-for-microsoft-365-banking-and-capital-markets-en-bulgaria"&gt;&lt;strong&gt;Paysafe&lt;/strong&gt;&lt;/a&gt; used Microsoft 365 Copilot to streamline meetings, information management, and document creation, addressing language barriers, eliminating time-consuming tasks, and boosting creativity along the way.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1797319592906573606-planted-foods-ag-dynamics-365-business-central-other-en-switzerland"&gt;&lt;strong&gt;Planted&lt;/strong&gt;&lt;/a&gt; is integrating Azure OpenAI to manage everyday tasks more efficiently and facilitate the search for information for innovative process development.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1828672699218736809-presidio-azure-openai-service-other-en-united-states"&gt;&lt;strong&gt;Presidio&lt;/strong&gt;&lt;/a&gt; realized dramatic productivity gains saving 1,200 hours per month on average for the employees using Microsoft 365 Copilot and created 70 new business opportunities.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1825206333142790059-qatar-charity-azure-ai-services-nonprofit-en-qatar"&gt;&lt;strong&gt;Qatar Charity&lt;/strong&gt;&lt;/a&gt; used Copilot Studio to increase its call center efficiency, reducing average handle time by 30%, increasing customer satisfaction by 25% and achieving a 40% reduction in IT maintenance costs.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1747047183590598802-saphyre-azure-banking-and-capital-markets-en-united-states"&gt;&lt;strong&gt;Saphyre&lt;/strong&gt;&lt;/a&gt; uses Microsoft Azure and AI to provide an intelligent cloud-based solution that automates and streamlines financial trading workflows around client and counterparty life cycle management, reducing manual efforts by 75%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1799824484108434730-swiss-azure-travel-and-transportation-en-switzerland"&gt;&lt;strong&gt;Swiss International Air Lines&lt;/strong&gt;&lt;/a&gt; migrated and modernized with Microsoft Azure, achieving up to 30% cost savings, a remarkable boost in platform stability along with enhanced security visibility.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1703082544077596378-zeiss-group-microsoft-fabric-germany"&gt;&lt;strong&gt;ZEISS Group&lt;/strong&gt;&lt;/a&gt; uses Microsoft Fabric to create a secure and trusted data supply chain that can be shared effortlessly across a range of business units.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1815861561509835507-zf-power-apps-automotive-en-germany"&gt;&lt;strong&gt;ZF Group&lt;/strong&gt;&lt;/a&gt; builds manufacturing efficiency with over 25,000 apps and 37,000 unique active users on Power Platform.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;strong&gt;Bending the curve on innovation&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Generative AI is revolutionizing innovation by speeding up creative processes and product development. It&amp;#8217;s helping companies come up with new ideas, design prototypes, and iterate quickly, cutting down the time it takes to get to market. In the automotive industry, it&amp;#8217;s designing more efficient vehicles, while in pharmaceuticals, it&amp;#8217;s crafting new drug molecules, slashing years off R&amp;amp;D times. In education, it transforms how students learn and achieve their goals. Here are more examples of how companies are embracing generative AI to shape the future of innovation.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New Stories:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1836503929316061467-bmw-azure-app-service-automotive-en-germany"&gt;BMW AG&lt;/a&gt;&lt;/strong&gt; implemented Azure AI to develop a mobile data recorder copilot for faster data management, helping engineers reduce the lead time for insights from days to hours or sometimes minutes.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1836366161136561849-ey-azure-ai-studio-professional-services-en-united-states"&gt;EY&lt;/a&gt; &lt;/strong&gt;worked with Microsoft to make Azure AI Foundry more inclusive for all, serving the 20% of the global workforce identifying as neurodivergent.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://unlocked.microsoft.com/vatican/"&gt;Iconem&lt;/a&gt; &lt;/strong&gt;leveraged AI-generated imagery to process and analyze a vast amount of photogrammetry data used to create the 3D digital twin of St. Peter’s Basilica, allowing visitors to explore every intricate detail from anywhere in the world.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1837647984192425990-mckesson-azure-openai-service-health-provider-en-united-states"&gt;Ontada&lt;/a&gt;&lt;/strong&gt; implemented Azure AI and Azure OpenAI Service to target nearly 100 critical oncology data elements across 39 cancer types and now accesses an estimated 70% of previously unanalyzed or unused information, accelerating its life science product development, speeding up time to market from months to just one week.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;ol start="5"&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1835031712819389839-mia-labs-microsoft-defender-for-cloud-automotive-en-united-states"&gt;Mia Labs&lt;/a&gt;&lt;/strong&gt; implemented Azure OpenAI to produce and protect its conversational AI virtual assistant Mia that provides fast support from investors, along with the sophisticated security posture and threat protection capabilities for AI workloads.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://www.youtube.com/watch?v=y8jkj2rT8jo"&gt;&lt;strong&gt;New Sun Road&lt;/strong&gt;&lt;/a&gt; implemented AI into a local controller for energy systems to balance the supply, storage and use requirements. This optimized loads to accelerate the deployment of renewable energy for local clean power for communities.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://www.youtube.com/watch?v=y8jkj2rT8jo"&gt;SustainCERT&lt;/a&gt;&lt;/strong&gt; deployed GenAI and machine learning for automated data verification, extraction from documents and to accelerate auditing processes to enable verifying the impacts and credibility of carbon credits.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;strong&gt;&lt;a href="https://news.microsoft.com/source/asia/features/toyota-is-deploying-ai-agents-to-harness-the-collective-wisdom-of-engineers-and-innovate-faster/"&gt;Toyota&lt;/a&gt; &lt;/strong&gt;is deploying AI agents to harness the collective wisdom of engineers and innovate faster in a system named “O-Beya,” or “big room” in Japanese. The “O-Beya” system currently has nine AI agents — from a Vibration Agent to a Fuel Consumption Agent.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;&lt;a href="https://www.youtube.com/watch?v=y8jkj2rT8jo"&gt;&lt;strong&gt;Utilidata&lt;/strong&gt;&lt;/a&gt; built the first distributive AI and accelerated computing platform for the electric grid allowing flexible transformation and dynamic infrastructure to increase electrification and decarbonization.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;&lt;/p&gt;&lt;ol start="159"&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1750059518785857549-airindia-microsoft-teams-travel-and-transportation-en-india"&gt;&lt;strong&gt;Air India&lt;/strong&gt;&lt;/a&gt; has incorporated Microsoft 365 Copilot into multiple departments, unlocking a new realm of operational insights that not only provide critical data on flight punctuality and operational hurdles but also empower proactive, collaborative decision making.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814827447818396950-agnostic-intelligence-azure-marketplace-other-en-switzerland"&gt;&lt;strong&gt;Agnostic Intelligence&lt;/strong&gt;&lt;/a&gt;deployed Azure OpenAI Service to eliminate time-consuming tasks, saving users up to 80% of their time and enabling IT managers to focus on innovation and quality assurance.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1739352737304784739-albertheijn-azure-open-ai-service-retailers-en-netherlands"&gt;&lt;strong&gt;Albert Heijn&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI for everything from customer personalization to demand forecast and food waste projects, making it easier for its customers to change their lifestyle.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1770157430043720426-amgen-inc-microsoft-copilot-for-microsoft-365-health-provider-en-united-states"&gt;&lt;strong&gt;Amgen&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot to boost productivity and has the potential to speed up drug development and support advancements in their business processes.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/10/08/how-mexico-is-pioneering-ai-innovation-for-a-global-future/"&gt;&lt;strong&gt;APEC&lt;/strong&gt;&lt;/a&gt; leverages Microsoft Azure and deep neural network algorithms to develop an app that enables healthcare providers to capture retinal images, increasing the accuracy to identify Retinopathy of Prematurity (RoP) to 90%.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1731404546482708710-asos-retailer-azure-ai-studio"&gt;&lt;strong&gt;ASOS&lt;/strong&gt;&lt;/a&gt; is using Azure AI Studio to help customers discover new looks with genuine shopping insights, personalized conversations, naturalism and even humor to enliven the shopping journey.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792296600814885165-auburn-microsoft-sentinel-higher-education-en-united-states"&gt;&lt;strong&gt;Auburn University&lt;/strong&gt;&lt;/a&gt; is incorporating Microsoft Copilot to promote AI literacy, accessibility, and collaboration, with the aim to expand educational and economic opportunities for its entire academic community with AI-centric tools.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/latam/features/ai/brazil-b3-investment-copilot/?lang=en"&gt;&lt;strong&gt;B3&lt;/strong&gt;&lt;/a&gt; launched an AI assistant using Azure OpenAI Service that aids 10,000 users a day to answer Brazilians’ questions about how to start investing.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/from-bioscience-to-skin-care-startups-are-harnessing-ai-to-solve-problems-big-and-small/"&gt;&lt;strong&gt;Basecamp Research&lt;/strong&gt;&lt;/a&gt; aims to build the world’s largest database of national biodiversity and apply AI and machine learning to advance bioscience.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1703594261178267318-bayer-microsoft-copilot-germany"&gt;&lt;strong&gt;Bayer&lt;/strong&gt;&lt;/a&gt; is using Microsoft Copilot to contribute to feeding a growing global population and helping people lead healthier, disease-free lives.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/it-it/2024/10/23/microsoft-ceo-satya-nadella-showcases-transformative-power-of-artificial-intelligence-for-italys-growth-at-microsoft-ai-tour-in-rome/?msockid=1033af7595936fd71c19bd9c94546e18"&gt;&lt;strong&gt;Brembo&lt;/strong&gt;&lt;/a&gt; leveraged Azure OpenAI to develop ALCHEMIX, a solution to generate innovative compounds for its brake pads, drastically reducing the development time of new compounds from days to mere minutes.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1771607059660027073-canary-speech-azure-ai-services-health-provider-en-united-states"&gt;&lt;strong&gt;Canary Speech&lt;/strong&gt;&lt;/a&gt; can now train new vocal models in as little as two months and handle millions of transactions per month with Microsoft Azure.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1750108992835776308-capitaland-azure-other-en-singapore"&gt;&lt;strong&gt;CapitaLand&lt;/strong&gt;&lt;/a&gt; simplified internal processes, increasing efficiency to more than 10,000 worker days saved per year and deployed Azure OpenAI Service to build the first AI hospitality chatbot for its lodging business.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817800430022189544-cassidy-azure-openai-service-other-en-united-states"&gt;&lt;strong&gt;Cassidy&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to enhance efficiency across various industries, supporting over 10,000 companies.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/2024/04/23/the-coca-cola-company-and-microsoft-announce-five-year-strategic-partnership-to-accelerate-cloud-and-generative-ai-initiatives/"&gt;&lt;strong&gt;Coca-Cola&lt;/strong&gt;&lt;/a&gt; is implementing Azure OpenAI Service to develop innovative generative AI use cases across various business functions, including testing how Microsoft 365 Copilot could help improve workplace productivity.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1822762543599961678-denso-corporation-azure-open-ai-service-automotive-en-japan"&gt;&lt;strong&gt;Denso&lt;/strong&gt;&lt;/a&gt; is developing “human-like” robots using Azure OpenAI Service as the brain to help robots and humans work together through dialogue.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/asia/features/to-keep-fish-and-shrimp-healthy-farmers-in-indonesia-now-have-a-copilot-to-help/"&gt;&lt;strong&gt;eFishery&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI for farmers to get the data and insights on fish and shrimp farming, including more precise feeding and water quality monitoring.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790845375817388896-ey-power-apps-professional-services-en-united-states"&gt;&lt;strong&gt;EY&lt;/strong&gt;&lt;/a&gt; developed an application that automatically matches and clears incoming payments in SAP, resulting in an increase from 30% to 80% in automatically cleared payments and 95% matched payments, with estimated annual time savings of 230,000 hours globally.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/sustainability/ai-tool-uses-sound-to-pinpoint-leaky-pipes-saving-precious-drinking-water/"&gt;&lt;strong&gt;FIDO&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to develop an AI tool that uses sound to pinpoint leaky pipes, saving precious drinking water.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1800038623596257192-gatech-azure-ai-studio-higher-education-en-united-states"&gt;&lt;strong&gt;Georgia Tech&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to enhance the electric vehicle (EV) charging infrastructure, achieving rapid data classification and predictive modeling, highlighting the reliability of networked chargers over non-networked ones.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749166093660637548-gigxr-azure-ai-speech-other-en-united-states"&gt;&lt;strong&gt;GigXR&lt;/strong&gt;&lt;/a&gt; developed a solution to create the intelligence for specific AI patients using Microsoft Azure OpenAI Service and other Azure services.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/id-id/2024/09/10/goto-group-collaborates-with-microsoft-to-boost-engineering-productivity-with-github-copilot/"&gt;&lt;strong&gt;GoTo Group&lt;/strong&gt;&lt;/a&gt; is significantly enhancing productivity and code quality across its engineering teams by adopting GitHub Copilot, saving over seven hours per week and achieving a 30% code acceptance rate.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1758740373423665704-govtech-azure-openai-service-professional-services-en-singapore"&gt;&lt;strong&gt;GovTech&lt;/strong&gt;&lt;/a&gt; used Microsoft Azure OpenAI Service to create LaunchPad, sparking more than 400 ideas and 20 prototypes, laying the foundation for the government to harness the power of generative AI.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1771647415089854527-hrblock-azure-ai-studio-professional-services-en-united-states"&gt;&lt;strong&gt;H&amp;amp;R Block&lt;/strong&gt;&lt;/a&gt; is using Azure AI Studio and Azure OpenAI Service to build a new solution that provides real-time, reliable tax filing assistance.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/from-bioscience-to-skin-care-startups-are-harnessing-ai-to-solve-problems-big-and-small/"&gt;&lt;strong&gt;Haut.AI&lt;/strong&gt;&lt;/a&gt; provides skin care companies and retailers with customizable, AI-based skin diagnostic tools developed with the help of Microsoft AI.&lt;/li&gt;&lt;li&gt;&lt;a href="https://startups.microsoft.com/blog/are-you-ok-helfie-ai-aims-to-make-preventive-healthcare-accessible-to-all/"&gt;&lt;strong&gt;Helfie&lt;/strong&gt;&lt;/a&gt; is building a solution that caters to healthcare providers who can arm their patients with an application to more quickly and accurately access the care they need.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/2024/06/03/hitachi-and-microsoft-enter-milestone-agreement-to-accelerate-business-and-social-innovation-with-generative-ai/"&gt;&lt;strong&gt;Hitachi&lt;/strong&gt;&lt;/a&gt; will implement Azure OpenAI Service, Microsoft 365 Copilot and GitHub Copilot to create innovative solutions for the energy, mobility and other industries.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1723797353687211986-icertis-professional-services-azure-openai"&gt;&lt;strong&gt;Icertis&lt;/strong&gt;&lt;/a&gt; is providing AI-based tools that will recognize contract language and then build algorithms to automatically choose the right approach based on the content of the contract.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1784680492304822753-itouch-corporation-microsoft-fabric-professional-services-en-japan"&gt;&lt;strong&gt;ITOCHU&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service and Azure AI Studio to evolve its data analytics dashboard into a service that provides immediate recommendations by automatically creating evidence-based product proposals.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/11/07/german-ingenuity-meets-the-power-of-ai-to-shape-the-future-of-industries/"&gt;&lt;strong&gt;IU International University of Applied Sciences (IU)&lt;/strong&gt;&lt;/a&gt; is using the power of Azure OpenAI Service to develop &lt;em&gt;Syntea&lt;/em&gt;, an AI avatar integrated into Microsoft Teams and Microsoft 365 Copilot, making learning more personalized, autonomous and flexible.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/ai/khan-academy-and-microsoft-partner-to-expand-access-to-ai-tools/"&gt;&lt;strong&gt;Khan Academy&lt;/strong&gt;&lt;/a&gt; has partnered with Microsoft to bring time-saving and lesson-enhancing AI tools to millions of educators.&lt;/li&gt;&lt;li&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-cloud/blog/2024/11/07/german-ingenuity-meets-the-power-of-ai-to-shape-the-future-of-industries/"&gt;&lt;strong&gt;Lufthansa Group&lt;/strong&gt;&lt;/a&gt; developed an animated 3D avatar called Digital Hangar to help guide passengers from initial travel inspiration to flight booking through an exchange with an avatar in natural language.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1779541850037077027-mhi-azure-discrete-manufacturing-en-japan"&gt;&lt;strong&gt;Mitsubishi Heavy Industries&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service to help accelerate digital innovation in power plants.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814943470387755703-molslinjen-azure-service-fabric-travel-and-transportation-en-denmark"&gt;&lt;strong&gt;Molslinjen&lt;/strong&gt;&lt;/a&gt; has created an AI analytics toolbox that has reduced fuel emissions, improved customer satisfaction and brought in millions of additional revenue.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1822396525953324537-novo-azure-openai-service-health-provider-en-denmark"&gt;&lt;strong&gt;Novo Nordisk&lt;/strong&gt;&lt;/a&gt; recently published initial results with predictive AI models for advanced risk detection in cardiovascular diseases, including an algorithm that can predict patients’ cardiovascular risk better than the best clinical standards.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1731604994973070357-paigeai-azure-healthcare-en-united-states"&gt;&lt;strong&gt;Paige.AI&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;​&lt;/strong&gt; is using AI and Microsoft Azure to accelerate cancer diagnoses with data from millions of images.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/emea/features/with-copilot-agents-pets-at-home-unleashes-an-ai-revolution/"&gt;&lt;strong&gt;Pets at Home&lt;/strong&gt;&lt;/a&gt; created an agent to help its retail fraud detection team investigate suspicious transactions.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/from-bioscience-to-skin-care-startups-are-harnessing-ai-to-solve-problems-big-and-small/"&gt;&lt;strong&gt;Plan Heal&lt;/strong&gt;&lt;/a&gt; is using Microsoft AI to create solutions that enable patients to monitor and report health metrics so care providers can better serve them.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/features/ai/how-ai-and-hpc-are-speeding-up-scientific-discovery/?msockid=1ca31778f9ac6e5b30e30249f8816fc6"&gt;&lt;strong&gt;Pacific Northwest National Laboratory (PNNL)&lt;/strong&gt;&lt;/a&gt; is testing a new battery material that was found in a matter of weeks, not years, as part of a collaboration with Microsoft.&lt;/li&gt;&lt;li&gt;&lt;a href="https://unlocked.microsoft.com/rijksmuseum/"&gt;&lt;strong&gt;Rijksmuseum&lt;/strong&gt;&lt;/a&gt; is harnessing the power of Copilot to make art accessible at scale by joining forces with Microsoft to improve and expand the art experience for blind and low-vision community members.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1820447052778490032-rnib-azure-ai-services-nonprofit-en-united-kingdom"&gt;&lt;strong&gt;Royal National Institute of Blind People&lt;/strong&gt;&lt;/a&gt; is using Azure AI Services to develop an AI-based solution that quickly and accurately converts letters to braille, audio, and large print formats.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1745242950134216820-schneider-electric-azure-machine-learning-discrete-manufacturing-en-france"&gt;&lt;strong&gt;Schneider Electric&lt;/strong&gt;&lt;/a&gt; provides productivity-enhancing and energy efficiency solutions and is using a whole suite of AI tools to hasten its own innovation and that of its customers.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-ca/story/1724583469377234521-spar-ics-retailer-cloud-for-retail"&gt;&lt;strong&gt;SPAR ICS&lt;/strong&gt;&lt;/a&gt; created an award-winning, AI-enabled demand forecasting system achieving 90% inventory prediction accuracy.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1752392067274688790-suzuki-motor-corporation-azure-automotive-en-japan"&gt;&lt;strong&gt;Suzuki Motor Corporation&lt;/strong&gt;&lt;/a&gt; is adopting Azure OpenAI Service for data security, driving company-wide use with five multipurpose apps.&lt;/li&gt;&lt;li&gt;&lt;a href="https://news.microsoft.com/source/latam/features/ai/tecnologico-de-monterrey-ai-ecosystem/?lang=en"&gt;&lt;strong&gt;Tecnológico de Monterrey&lt;/strong&gt;&lt;/a&gt; created a generative AI-powered ecosystem built on Azure OpenAI Service with the goal to personalize education based on the students’ needs, improve the learning process, boost teachers’ creativity and save time on tedious tasks.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1723808815413508250-tomtom-azure-netherlands"&gt;&lt;strong&gt;TomTom&lt;/strong&gt;&lt;/a&gt; is using Azure OpenAI Service, Azure Cosmos DB, and Azure Kubernetes Service to revolutionize the driver experience.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1805371430718336282-unilever-azure-consumer-goods-en-united-kingdom"&gt;&lt;strong&gt;Unilever&lt;/strong&gt;&lt;/a&gt; is partnering with Microsoft to identify new digital capabilities to drive product innovation forward, from unlocking the secrets of our skin’s microbiome to reducing the carbon footprint of a multibillion-dollar business.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1769469533256482338-unity-technologies-azure-open-ai-service-gaming-en-united-states"&gt;&lt;strong&gt;Unity&lt;/strong&gt;&lt;/a&gt; used Microsoft Azure OpenAI Service to build Muse Chat, an AI assistant that can guide creators through common questions and help troubleshoot issues to make game development easier.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1761232956003920370-usf-microsoft-copilot-higher-education-en-united-states"&gt;&lt;strong&gt;University of South Florida&lt;/strong&gt;&lt;/a&gt; is using Microsoft 365 Copilot to alleviate the burden of repetitive, time-consuming tasks so faculty and staff can spend this time creatively solving problems, conducting critical research, establishing stronger relationships with peers and students and using their expertise to forge new, innovative paths.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1774868194783832907-visma-visual-studio-professional-services-en-norway"&gt;&lt;strong&gt;Visma&lt;/strong&gt;&lt;/a&gt; has developed new code with GitHub Copilot, Microsoft Azure DevOps and Microsoft Visual Studio as much as 50 percent faster, contributing to increased customer retention, faster time to market and increased revenue.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1786814215980808594-wilh-wilhelmsen-microsoft-viva-goals-travel-and-transportation-en-norway"&gt;&lt;strong&gt;Wallenius Wilhelmsen&lt;/strong&gt;&lt;/a&gt; is implementing Microsoft 365 Copilot and using Microsoft Viva to drive sustainable adoption, streamlining processes, empowering better decision making and cultivating a culture of innovation and inclusion.&lt;/li&gt;&lt;li&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1749551971490840608-wipro-microsoft-365-professional-services-en-india"&gt;&lt;strong&gt;Wipro&lt;/strong&gt;&lt;/a&gt; is committed to delivering value to customers faster and improving the outcomes across the business by investing $1 billion in AI and training 200,000 employees on generative AI principles with Microsoft Copilot.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;Read more&lt;/strong&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Get the study: &lt;a href="https://info.microsoft.com/ww-landing-business-opportunity-of-ai.html"&gt;Business Opportunity of AI | Microsoft&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Explore Microsoft AI solutions: &lt;a href="https://www.microsoft.com/en-us/ai"&gt;Artificial Intelligence Solutions | Microsoft AI&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Assess your AI readiness: &lt;a href="https://adoption.microsoft.com/en-us/ai-readiness-wizard/"&gt;AI Readiness Wizard – Microsoft Adoption&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Build a strategic plan for AI: &lt;a href="https://info.microsoft.com/ww-landing-ai-strategy-roadmap-navigating-the-stages-of-ai-value-creation.html?lcid=EN-US"&gt;AI Strategy Roadmap | Microsoft AI&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;IDC InfoBrief: sponsored by Microsoft, 2024 Business Opportunity of AI, IDC# US52699124, November 2024&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/https-blogs-microsoft-com-blog-2024-11-12-how-real-world-businesses-are-transforming-with-ai/"&gt;How real-world businesses are transforming with AI &amp;#8211; with 40+ new stories&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>IDC’s 2024 AI opportunity study: Top five AI trends to watch</title>		<link>https://blogs.microsoft.com/blog/2024/11/12/idcs-2024-ai-opportunity-study-top-five-ai-trends-to-watch/</link>				<dc:creator>Alysa Taylor</dc:creator>		<pubDate>Tue, 12 Nov 2024 17:00:02 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>AI</category>		<category>Azure OpenAI Service</category>		<category>Copilot</category>		<category>Dax Copilot</category>		<category>Microsoft 365 Copilot</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562124</guid>					<description>&lt;p&gt;Updated Dec. 9, 2024: The number of individuals Microsoft helped train and certify over the past year has been updated to 23 million and includes initiatives across Microsoft. In 2024, generative AI emerged as a key driver for business outcomes across every industry. Already this new generation of AI is having an incredible impact on...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/idcs-2024-ai-opportunity-study-top-five-ai-trends-to-watch/"&gt;IDC’s 2024 AI opportunity study: Top five AI trends to watch&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;&lt;em&gt;Updated Dec. 9, 2024: The number of individuals Microsoft helped train and certify over the past year has been updated to 23 million and includes initiatives across Microsoft.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;In 2024, generative AI emerged as a key driver for business outcomes across every industry. Already this new generation of AI is &lt;strong&gt;&lt;a href="https://protect.checkpoint.com/v2/___https:/aka.ms/AIcustomersBlog___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjI0ZmFhZWY0OGM5YjcwMTU4OWNlY2JmYmNjZTI4MGZjOjY6MjI2YzoyYzY5NTMwNmZmNTM4YmZiYTIzOGE2ZDdhMjU3N2JjYWNhYWMwMDgyZDUwYmIxMjI2YmM1YTUwZjVmNThkNzMwOnA6RjpG"&gt;having an incredible impact&lt;/a&gt; &lt;/strong&gt;on our world — yet companies and industries are just scratching the surface of what’s possible as they continue to develop new use cases across every role and function.&lt;/p&gt;&lt;p&gt;To help guide organizations on their AI transformation journey, Microsoft recently commissioned a new study through IDC, &lt;a href="https://protect.checkpoint.com/v2/___https:/info.microsoft.com/ww-landing-business-opportunity-of-ai.html___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6YzEzMzo1Y2E2ZTI1ZTgyNzNiMjQ0ZDhjOTJhMmRjNjA1YzRhNWIwNGU4MjcwZmRjNDc0YjBmZjFkNDhmZDg4MDNjM2YwOnA6VDpG"&gt;&lt;strong&gt;The Business Opportunity of AI&lt;/strong&gt;&lt;/a&gt;. IDC’s findings show that when organizations truly commit to and invest in AI, the return on investment (ROI) potential grows significantly.&lt;/p&gt;&lt;p&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920.jpg"&gt;&lt;img loading="lazy" decoding="async" class="alignnone wp-image-52562191 size-full" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920.jpg" alt="A graphic showing the IDC study’s top 3 key findings." width="995" height="560" srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920.jpg 995w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920-300x169.jpg 300w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920-768x432.jpg 768w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920-960x540.jpg 960w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/OMB-IDC_Social-Stat-2_1080x1920-480x270.jpg 480w" sizes="(max-width: 995px) 100vw, 995px" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;According to IDC, the study’s findings reflect a tipping point as AI gains momentum across industries. As companies worldwide go deeper with AI, Microsoft customers continue to deploy innovative new solutions and discover how tools like &lt;a href="https://news.microsoft.com/source/?post_type=features&amp;amp;p=8580"&gt;Copilot can transform their day-to-day work&lt;/a&gt;. In telecommunications, &lt;a href="https://protect.checkpoint.com/v2/___https:/news.microsoft.com/source/features/digital-transformation/the-only-way-how-copilot-is-helping-propel-an-evolution-at-lumen-technologies___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6OTdkYzoxYjM0ZDU2ZDhiNjFiNTkyNGRiMzZlZDkzOGE5M2U2NTRiZTgyYzRjYzA4MWJhZGFkNDFlODQ5ZWE0NWFkMGUwOnA6VDpG"&gt;Lumen Technologies&lt;/a&gt; estimates Copilot is saving sellers an average of four hours a week, equating to $50 million annually. In healthcare, &lt;a href="https://protect.checkpoint.com/v2/___https:/news.microsoft.com/source/asia/features/taiwan-hospital-deploys-ai-copilots-to-lighten-workloads-for-doctors-nurses-and-pharmacists___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6OGVkMTo5YmJiOGY1MDE3Y2M4ZjIwYWIyNTU5OTgzN2M2ZDJiYzZlZDg4NDM4OGRhYjdhZjQ4MWMyMDVkZmFkZjIxYzljOnA6VDpG"&gt;Chi Mei Medical Center&lt;/a&gt; doctors now spend 15 minutes instead of an hour writing medical reports, and nurses can document patient information in under five minutes. Pharmacists are now able to double the number of patients they see per day. In retail, AI models help &lt;a href="https://protect.checkpoint.com/v2/___https:/news.microsoft.com/source/asia/features/coles-deepens-its-relationship-with-shoppers-using-ai-to-understand-the-customer-experience-and-improve-efficiency-in-store___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6YjM3ODplZDFmODU5OTM4ODRhMTJiYTVjNmFmNDU5N2U0OTBjZGY0ZDExMWVmZTA5YjVmM2U2ZTI1YTNiOTM3YzBlY2Y1OnA6VDpG"&gt;Coles&lt;/a&gt; predict the flow of 20,000 stock-keeping units to 850 stores with remarkable accuracy, generating 1.6 billion predictions daily.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;IDC’s 2024 top 5 trends for AI&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;IDC’s findings align with what Microsoft is seeing as we work with companies across industries to deploy AI. We’ve highlighted &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/how-real-world-businesses-are-transforming-with-ai/"&gt;more than 200 of our top AI customer stories&lt;/a&gt; to show a sampling of how AI is already driving impact today. Below is a look at the top trends we’re seeing in IDC’s study and the impact of those trends on organizations working with AI today.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;#1 Enhanced productivity has become table stakes.&lt;/strong&gt; Employee productivity is the No. 1 business outcome that companies are trying to achieve with AI. The study shows that 92% of AI users surveyed are using AI for productivity, and 43% say productivity use cases have provided the greatest ROI. While productivity is a top goal, generative AI use cases that are close behind include customer engagement, topline growth, cost management and product or service innovation — and nearly half of the companies surveyed expect AI to have a high degree of impact across all those areas over the next 24 months.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Customer snapshot:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;At the global marketing and advertising agency dentsu, employees are already saving 15 to 30 minutes a day using Copilot for tasks such as summarizing chats, generating presentations and building executive summaries.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;strong&gt;&lt;em&gt;“Copilot has transformed the way we deliver creative concepts to our clients, enabling real-time collaboration. Agility, security and uniqueness are crucial, but our goal is to lead this transformation company-wide, from top to bottom.&amp;#8221; &lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;— Takuya Kodama, Business Strategy Manager at dentsu&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;#2 Companies are gravitating to more advanced AI solutions. &lt;/strong&gt;In the next 24 months, more companies expect to build custom AI solutions tailored directly to industry needs and business processes, including custom copilots and AI agents. This shows a growing maturity in AI fluency as companies realize the value of out-of-the-box use cases and expand to more advanced scenarios.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Customer snapshot:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Siemens has developed the Siemens Industrial Copilot, which has eased the challenges caused by increasing complexity and labor shortages for dozens of customers in different industries.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;strong&gt;&lt;em&gt;“In full appreciation of GenAI’s transformational potential, it&amp;#8217;s important to remember that production does not have an ‘undo’ button. It takes diligence and effort to mature AI to industrial-grade quality. The Siemens Industrial Copilot for Engineering significantly eases our customers’ workload and addresses the pressing challenges of skill shortages and increasing complexity in industrial automation. This AI-powered solution is a game-changer for our industry with over 50 customers already using it to boost efficiency and tackle labor shortages.”&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;— Boris Scharinger, AI Strategist at Siemens Digital Industries&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;#3 Generative AI adoption and value is growing across industries.&lt;/strong&gt; Even though it is relatively new to the market, generative AI adoption is rapidly expanding — 75% of respondents report current usage up from 55% in 2023. The ROI of generative AI is highest in Financial Services, followed by Media &amp;amp; Telco, Mobility, Retail &amp;amp; Consumer Packaged Goods, Energy, Manufacturing, Healthcare and Education. Overall, generative AI is generating higher ROI across industries.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Customer snapshot:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Providence has leveraged AI to extend and enhance patient care, streamline processes and workflows and improve the effectiveness of caregivers.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;&lt;strong&gt;“Whether we’re partnering with organizations on the leading edge of this technology — like Microsoft — and building bespoke solutions through Azure OpenAI Service, advancing clinical research to help cancer patients receive personalized and precise treatments faster, or ‘hitting the easy button’ and adopting established technologies like Microsoft 365 Copilot or DAX Copilot, we have successfully stayed on the forefront of this tech revolution. For example, physicians who use DAX Copilot save an average of 5.33 minutes per visit, and 80% of physicians have reported lower cognitive burden after using DAX Copilot.”&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;— Sarah Vaezy, EVP, Chief Strategy and Digital Officer at Providence&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;#4 AI leaders are seeing greater returns and accelerated innovation.&lt;/strong&gt; While companies using generative AI are averaging $3.7x ROI, the top leaders using generative AI are realizing significantly higher returns, with an average ROI of $10.3. In addition to the enhanced business value, leaders are also on an accelerated path to build and implement new solutions — 29% of leaders implement AI in less than 3 months versus 6% of companies in the laggard category.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Customer snapshot:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;Södra is an international forest industry group that processes forest products from 52,000 owners into renewable, climate-smart products for international market. Every day Södra collects and interprets climate impact data to make thousands of decisions for every part of the value chain.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;&lt;strong&gt;“With innovative AI technology from Microsoft, our business experts and data scientists have been able to help make us more sustainable while also improving revenue significantly.”&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;— Cristian Brolin, Chief Digital Officer at Södra&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;strong&gt;#5 Looking ahead: Skilling remains a top challenge&lt;/strong&gt;. Thirty percent of respondents indicated a lack of specialized AI skills in-house, and 26 percent say they lack employees with the skills needed to learn and work with AI. This dovetails with findings from the &lt;strong&gt;&lt;a href="https://protect.checkpoint.com/v2/___https:/www.microsoft.com/en-us/worklab/work-trend-index/ai-at-work-is-here-now-comes-the-hard-part___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6OTVmMzpmYWVjMDJkZmE4ODNlNDYwNDZlN2UzY2ZlNDY3NDQ3YjJjNTIxODgwYTk1YTljNjQ4ZDE0YTgzNDE1MzRkMjlhOnA6VDpG"&gt;Microsoft and LinkedIn 2024 Work Trend Index Annual Report&lt;/a&gt;&lt;/strong&gt;, which found that 55 percent of business leaders are concerned about having enough skilled talent to fill roles.&lt;/p&gt;&lt;p&gt;That is why over the past year we have helped train and certify over 23 million people in more than 200 countries in digital skills. And we are committed to working in partnership with governments, educational institutions, industry and civil society to help millions more learn to use AI.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Customer snapshot:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;The University of South Florida (USF) is partnering with Microsoft to streamline processes and enhance innovation for all aspects of university operations with AI.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #cc99ff;"&gt;&lt;em&gt;&lt;strong&gt;“We’re giving students a leg up to do amazing things with AI as part of tomorrow’s workforce. Our focus on generative AI not only drives operational efficiency but also empowers our community to unlock new levels of creativity and impact, further positioning USF as a leader in AI adoption, which includes being among the first universities in the nation to form a college dedicated to AI, cybersecurity and computing.&amp;#8221;&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;span style="color: #cc99ff;"&gt;— Sidney Fernandes, CIO &amp;amp; VP of Digital Experiences at University of South Florida&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24.png"&gt;&lt;img loading="lazy" decoding="async" width="1920" height="1080" class="alignnone size-full wp-image-52562192" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24.png" alt="A graphic showing key data from the IDC study. " srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24.png 1920w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-300x169.png 300w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-1024x576.png 1024w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-768x432.png 768w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-1536x864.png 1536w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-960x540.png 960w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/11/NEW-IDC_Social-Stat-10x-_1920x1080_Final-Final_11_11_24-480x270.png 480w" sizes="(max-width: 1920px) 100vw, 1920px" /&gt;&lt;/a&gt;&lt;/h3&gt;&lt;h3&gt;&lt;strong&gt;AI’s growing economic impact&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;While companies today are largely implementing out-of-the-box generative AI solutions and seeing significant ROI, more than half of those surveyed expect to build custom industry and line-of-business applications in the next 24 months — demonstrating that today’s ROI is quickly becoming tomorrow&amp;#8217;s competitive edge.&lt;/p&gt;&lt;p&gt;&amp;#8220;We are at an inflection point of autonomous agent development and are beginning an evolution from using just off-the-shelf assistants and copilots that support knowledge discovery and content generation to custom AI agents to execute complex, multistep workflows across a digital world,&amp;#8221; says Ritu Jyoti, GVP/GM, AI and Data Research at IDC. &amp;#8220;With responsible technology usage and workplace transformation, IDC predicts that business spending to adopt AI will have a cumulative global economic impact of $19.9 trillion through 2030 and drive 3.5% of global GDP in 2030.&amp;#8221;&lt;/p&gt;&lt;p&gt;Key findings from &lt;a href="https://protect.checkpoint.com/v2/___https:/info.microsoft.com/ww-landing-business-opportunity-of-ai.html___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6YzEzMzo1Y2E2ZTI1ZTgyNzNiMjQ0ZDhjOTJhMmRjNjA1YzRhNWIwNGU4MjcwZmRjNDc0YjBmZjFkNDhmZDg4MDNjM2YwOnA6VDpG"&gt;IDC’s The Business Opportunity&lt;/a&gt; of AI study include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Generative AI usage jumped from 55% in 2023 to 75% in 2024.&lt;/li&gt;&lt;li&gt;For every $1 a company invests in generative AI, the ROI is $3.7x.&lt;/li&gt;&lt;li&gt;The top leaders using generative AI are realizing an ROI of $10.3.&lt;/li&gt;&lt;li&gt;On average, AI deployments are taking less than 8 months and organizations are realizing value within 13 months.&lt;/li&gt;&lt;li&gt;Within 24 months, most organizations plan to expand beyond pre-built AI solutions to advanced AI workloads that are customized or custom-built.&lt;/li&gt;&lt;li&gt;The ROI of generative AI is highest in Financial Services, followed by Media &amp;amp; Telco, Mobility, Retail &amp;amp; Consumer Packaged Goods, Energy, Manufacturing, Healthcare and Education.&lt;/li&gt;&lt;li&gt;43% say productivity use cases have provided the greatest ROI.&lt;/li&gt;&lt;li&gt;The primary way that organizations are monetizing AI today is through productivity use cases. In the next 24 months, a greater focus will be placed on functional and industry use cases.&lt;/li&gt;&lt;li&gt;The top barrier when implementing AI is the lack of both technical and day-to-day AI skills.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;Learn how to fuel your AI journey&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;IDC’s study, which included more than 4,000 business leaders and AI decision-makers around the world, also identifies the top barriers organizations face when implementing AI. As businesses integrate new solutions, they navigate important considerations such as data privacy, responsible use and the need for investment in both technology and skills.&lt;/p&gt;&lt;p&gt;No matter where you are in your cloud and AI transformation journey, Microsoft can help. To learn more about how customers across industries are shaping their AI transformation with Microsoft, please visit &lt;a href="https://protect.checkpoint.com/v2/___https:/news.microsoft.com/ai-in-action___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6OTNlYjpiMDE2ZDI4ZWY1MjRlNjM4NGFiNDQyMDRlMGJkZGQyMGNjNDA0MmYxMjFjMWY4N2ExYjE4NDAyMDhmOTU5NDM0OnA6VDpG"&gt;Microsoft’s AI in Action page&lt;/a&gt;. For more on how to get started in your AI transformation journey, visit &lt;a href="https://protect.checkpoint.com/v2/___https:/www.microsoft.com/en-us/ai___.YzJ1OndlY29tbXVuaWNhdGlvbnM6YzpvOjAxZWUwM2NlMzljZjdjMTA0YjIwYWViMmQ1MGYxYmU0OjY6ZjM1NjozOTM5MGNkNGM4NzA1YTEzNDdkMTkzZWMzNzNiNjczODk4MjM1MTNkYTQwYThmZTNiNGNlN2FmZjJmY2E5NTE2OnA6VDpG"&gt;Microsoft AI&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;span data-teams="true"&gt;&lt;i&gt;IDC InfoBrief: sponsored by Microsoft, 2024 Business Opportunity of AI, IDC# US52699124, November 2024&lt;/i&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/11/12/idcs-2024-ai-opportunity-study-top-five-ai-trends-to-watch/"&gt;IDC’s 2024 AI opportunity study: Top five AI trends to watch&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>Microsoft names Jay Parikh as a member of the senior leadership team</title>		<link>https://blogs.microsoft.com/blog/2024/10/31/microsoft-names-jay-parikh-as-a-member-of-the-senior-leadership-team/</link>				<dc:creator>Microsoft Corporate Blogs</dc:creator>		<pubDate>Thu, 31 Oct 2024 16:01:05 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562167</guid>					<description>&lt;p&gt;Satya Nadella, Chairman and CEO, shared the below communication with Microsoft employees this morning. When I look to the next phase of Microsoft, both in terms of our scale and our massive opportunity ahead, it’s clear that we need to continue adding exceptional talent at every level of the organization to increase our depth and...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/31/microsoft-names-jay-parikh-as-a-member-of-the-senior-leadership-team/"&gt;Microsoft names Jay Parikh as a member of the senior leadership team&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;&lt;em&gt;Satya Nadella, Chairman and CEO, shared the below communication with Microsoft employees this morning.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;When I look to the next phase of Microsoft, both in terms of our scale and our massive opportunity ahead, it’s clear that we need to continue adding exceptional talent at every level of the organization to increase our depth and capability across our business priorities – spanning security, quality, and AI innovation.&lt;/p&gt;&lt;figure id="attachment_52562170" aria-describedby="caption-attachment-52562170" style="width: 300px" class="wp-caption alignleft"&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final.jpg"&gt;&lt;img loading="lazy" decoding="async" class="wp-image-52562170 size-medium" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final-300x275.jpg" alt="A photo of Jay Parikh, a member of the senior leadership team." width="300" height="275" srcset="https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final-300x275.jpg 300w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final-1024x937.jpg 1024w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final-768x703.jpg 768w, https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Jay_Parikh_bw_Final.jpg 1050w" sizes="(max-width: 300px) 100vw, 300px" /&gt;&lt;/a&gt;&lt;figcaption id="caption-attachment-52562170" class="wp-caption-text"&gt;Jay Parikh&lt;/figcaption&gt;&lt;/figure&gt;&lt;p&gt;With that context, I’m excited to share that Jay Parikh is joining Microsoft as a member of the senior leadership team (SLT), reporting to me. Jay was the global head of engineering at Facebook (now Meta) and most recently was CEO of Lacework. He has an impressive track record, with a unique combination of experiences building and scaling technical teams that serve both commercial customers and consumers. His deep connections across the start-up and VC ecosystems, coupled with his leadership roles at Akamai and Ning, will bring valuable perspective to Microsoft.&lt;/p&gt;&lt;p&gt;Over the years I’ve known Jay, I’ve admired him as a technology leader and respected engineer with a deep commitment to driving innovation and striving for operational excellence. His focus extends beyond technology, with his passion for and dedication to developing people, fostering a strong culture, and building world-class talent, all in service of delivering faster value to customers and driving business growth. In fact, there are very few leaders in our industry with Jay’s experience in leading teams through the rapid growth and scale required to support today’s largest internet businesses.&lt;/p&gt;&lt;p&gt;As he onboards, Jay will immerse himself in learning about our company priorities and our culture and will spend time connecting with our senior leaders and meeting with customers, partners, and employees around the world. We will share more on his role and focus in the next few months.&lt;/p&gt;&lt;p&gt;Please join me in welcoming Jay to Microsoft.&lt;/p&gt;&lt;p&gt;Satya&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/31/microsoft-names-jay-parikh-as-a-member-of-the-senior-leadership-team/"&gt;Microsoft names Jay Parikh as a member of the senior leadership team&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>How Copilots are helping customers and partners drive pragmatic innovation to achieve business results that matter</title>		<link>https://blogs.microsoft.com/blog/2024/10/29/how-copilots-are-helping-customers-and-partners-drive-pragmatic-innovation-to-achieve-business-results-that-matter/</link>				<dc:creator>Judson Althoff</dc:creator>		<pubDate>Tue, 29 Oct 2024 16:00:05 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>Azure</category>		<category>Azure AI Services</category>		<category>Azure Cognitive Services</category>		<category>Azure Databricks</category>		<category>Azure OpenAI Service</category>		<category>Azure Quantum Elements</category>		<category>Azure Stack HCI</category>		<category>Copilot</category>		<category>Copilot for Sales</category>		<category>Copilot for Security</category>		<category>Copilot Studio</category>		<category>Dax Copilot</category>		<category>GitHub Copilot</category>		<category>Microsoft 365</category>		<category>Microsoft 365 Copilot</category>		<category>Microsoft AI Tour</category>		<category>Microsoft Cloud for Manufacturing</category>		<category>Microsoft Dynamics 365</category>		<category>Microsoft Fabric</category>		<category>Microsoft Ignite</category>		<category>Microsoft Power Platform</category>		<category>Microsoft Sentinel</category>		<category>Microsoft Teams</category>		<category>Microsoft Viva</category>		<category>Power Automate</category>		<category>Power BI</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562084</guid>					<description>&lt;p&gt;The pace of AI innovation today continues to be extraordinary, and at Microsoft we are focused on helping organizations embrace it. By providing our customers with the most advanced AI technology across every product we build — combined with our unparalleled partner ecosystem and co-innovation approach — we are helping them make real progress in...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/29/how-copilots-are-helping-customers-and-partners-drive-pragmatic-innovation-to-achieve-business-results-that-matter/"&gt;How Copilots are helping customers and partners drive pragmatic innovation to achieve business results that matter&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;The pace of AI innovation today continues to be extraordinary, and at Microsoft we are focused on helping organizations embrace it. By providing our customers with the most advanced AI technology across every product we build — combined with our unparalleled partner ecosystem and co-innovation approach — we are helping them make real progress in ways that matter. I am proud to share over &lt;a href="#customerstories"&gt;100 customer stories&lt;/a&gt; from this quarter alone showing how we are helping customers accelerate AI Transformation — no matter where they are on their journey.&lt;/p&gt;&lt;p&gt;Recently during the &lt;a href="https://aitour.microsoft.com/en-US/home"&gt;Microsoft AI Tour&lt;/a&gt;, I spoke with customers who shared ways they are adopting Copilots to empower human achievement, democratize intelligence and realize significant business value. I also discussed the concept of an AI-first business process and the differentiation you can drive when bringing together the power of Copilots &lt;strong&gt;&lt;em&gt;and&lt;/em&gt;&lt;/strong&gt; human ambition with the autonomous capabilities of an agent. I was inspired by the outcomes our customers have achieved through pragmatic innovation and the progress they are making to evolve the future of industry. I am pleased to share ten stories from the past quarter that illustrate how Copilots have yielded results for our customers, while highlighting AI Transformation experiences in their own words.&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/accenture-avanade-copilot"&gt;&lt;strong&gt;Accenture and Avanade&lt;/strong&gt;&lt;/a&gt; have a long history of helping customers implement cutting-edge solutions, with internal testing a key factor in their ability to deliver customizable Microsoft solutions with deep expertise. Putting Microsoft 365 Copilot into the hands of employees helped them realize ways to increase productivity, with &lt;strong&gt;52% of employees seeing a positive impact on the quality of their work, 31% reporting less cognitive fatigue and 84% finding Copilot’s suggestions fair, respectful and non-biased&lt;/strong&gt;. Accenture also piloted GitHub Copilot to help build better solutions faster with developers spending less time debugging, &lt;strong&gt;resulting in 95% of developers reporting they enjoyed coding more&lt;/strong&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&amp;#8220;Using our extensive Microsoft technology expertise and practical learnings from our own experience implementing Microsoft 365 Copilot, our solutions empower clients to fully tap into Microsoft AI capabilities.&amp;#8221; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Veit Siegenheim, Global Future of Work Lead at Avanade&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Nigerian multinational financial services group &lt;a href="https://customers.microsoft.com/en-us/story/1802756598954587083-access-holdings-plc-microsoft-365-banking-and-capital-markets-en-nigeria"&gt;&lt;strong&gt;Access Holdings Plc.&lt;/strong&gt;&lt;/a&gt; serves more than 56 million customers across 18 countries. As the business grew and transitioned from a small bank to a major holding company, it adopted Microsoft 365 Copilot to address challenges in data management, meeting productivity and software development. With the integration of Copilot into daily tools, the company significantly enhanced efficiency and engagement across the business. &lt;strong&gt;Writing code now takes two hours instead of eight, chatbots can be launched in 10 days instead of three months and presentations can be prepared in 45 minutes instead of six hours. Copilot has also driven a 25% increase in staff engagement during meetings.&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&amp;#8220;To inspire everyone in the organization to take advantage of AI, we knew we had to integrate AI into the tools people use every day. Microsoft 365 Copilot made the most sense and was a natural fit for us&lt;/em&gt;&lt;em&gt;.”&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Lanre Bamisebi, Executive Director IT and Digitalization at Access Holdings, Plc.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;To improve resident services and reinvent customer engagement, the &lt;a href="https://customers.microsoft.com/en-us/story/1817161013472137094-burlington-microsoft-copilot-studio-national-government-en-canada"&gt;&lt;strong&gt;City of Burlington&lt;/strong&gt;&lt;/a&gt;, Ontario, embraced AI and low-code tools to develop new online services that transform and automate internal processes. In just eight weeks, the city utilized Copilot Studio to develop and launch a custom copilot designed to help residents quickly find answers to frequently asked questions. The city also developed a portal that streamlines building permit reviews and enables customers to track the status of their own applications. As a result, &lt;strong&gt;the average time it takes to process a permit approval decreased from 15 weeks to 5-7 weeks, allowing more time for city employees to evaluate complex submissions&lt;/strong&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Our staff and citizens do not have to worry about mundane tasks as much anymore. Now they’re able to have rich, collaborative conversations about how to creatively solve problems, making for a much more fulfilling and rewarding work and customer experience&lt;/em&gt;.”&lt;/p&gt;&lt;p&gt;Chad MacDonald, Executive Director and Chief Information Officer at the City of Burlington&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1813696493334607461-finastra-microsoft-copilot-for-microsoft-365-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Finastra&lt;/strong&gt;&lt;/a&gt; empowers financial institutions with leading software for lending, payments, treasury, capital markets and universal banking. To transform its marketing processes, the company used Microsoft 365 Copilot to automate tasks, enhance content creation, improve analytics and personalize customer interactions. Since integrating Copilot, the team &lt;strong&gt;reduced time-to-market for campaigns from three months to less than one&lt;/strong&gt;. Copilot also significantly reduced the time marketers spend generating and gathering insights from each campaign, with &lt;strong&gt;employees citing a 20%-50% time savings across&lt;/strong&gt; tasks like full-funnel analysis, supply management analysis and budget management.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Copilot makes you more effective because you get better insights, and it makes you more efficient because you can produce results faster. It also makes work more meaningful and fun because your team can focus on what matters — strategy, creativity and everything that sets you apart from the competition.”&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Joerg Klueckmann, Head of Corporate Marketing and Communications at Finastra&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/id-id/2024/09/10/goto-group-collaborates-with-microsoft-to-boost-engineering-productivity-with-github-copilot/"&gt;&lt;strong&gt;GoTo Group&lt;/strong&gt;&lt;/a&gt; provides technology infrastructure and solutions across Indonesia. It is bending the curve on innovation by significantly enhancing productivity and code quality across its engineering teams by adopting GitHub Copilot. With real-time code suggestions, chat assistance and the ability to break down complex coding concepts, &lt;strong&gt;the company has saved over seven hours per week and achieved a 30% code acceptance rate &lt;/strong&gt;within the first month. With 1,000 engineers already using GitHub Copilot, the tool allows them to innovate faster, reduce errors and focus more time on complex tasks to deliver greater value to their users.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“GitHub Copilot has significantly reduced syntax errors and provided helpful autocomplete features, eliminating repetitive tasks and making coding more efficient. This has allowed me to focus on the more complex elements in building great software.” &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Nayana Hodi, Engineering Manager at GoTo Group&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;South Africa’s &lt;a href="https://customers.microsoft.com/en-us/story/1794371049083171324-milpark-education-dynamics-365-customer-service-higher-education-en-south-africa"&gt;&lt;strong&gt;Milpark Education&lt;/strong&gt;&lt;/a&gt; faced operational challenges when shifting to online learning due to legacy systems slowing down student interactions and support. Through close collaboration with Enterprisecloud, Milpark migrated its back-office infrastructure to Azure within three months, replacing its legacy student admissions system with an extensible, integrated digital platform powered by technologies such as Microsoft Copilot and Copilot Studio. &lt;strong&gt;In just four months, the educational institution improved efficiency and accuracy of student support, decreasing the average resolution time by 50% and escalations by more than 30%. &lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Using Copilot, agents are now able to use generative AI to rapidly get up to speed on case details and respond to students using standardized templates that help them provide more personalized and professional responses. The results speak for themselves.”&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Shaun Dale, Managing Director at Enterprisecloud&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;For over two decades, &lt;a href="https://customers.microsoft.com/en-us/story/1805001416118108722-teladochealth-power-apps-health-provider-en-united-states"&gt;&lt;strong&gt;Teladoc Health&lt;/strong&gt;&lt;/a&gt; has been offering a broad spectrum of services to patients using virtual care services — from primary care to chronic condition management. After the rapid growth of telehealth adoption post-pandemic, operational efficiency was instrumental in managing internal processes and external client interactions. By deploying Microsoft 365 Copilot and using Copilot in Power Automate, the company has reshaped business processes to help employees realize greater time savings while enhancing the client experience. The Copilots and agents &lt;strong&gt;helped employees save five hours per week and thousands of enterprise hours annually &lt;/strong&gt;by eliminating mundane daily processes and fostering better cross-department communications, while also&lt;strong&gt; helping new employees get set up to run their workflows 20% faster.&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Copilot is changing the way we work. It’s not just about saving time; it’s about enhancing the quality of our work, allowing us to focus on what truly matters: delivering exceptional care to our members.” &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Heather Underhill, SVP Client Experience &amp;amp; Operations at Teladoc Health&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;International energy company &lt;a href="https://customers.microsoft.com/en-us/story/1802017730982552224-uniper-se-microsoft-copilot-for-microsoft-365-energy-en-germany"&gt;&lt;strong&gt;Uniper&lt;/strong&gt;&lt;/a&gt; adopted a single-cloud strategy with Azure as its foundation to drive rapid AI innovation. To help its employees focus on using core competencies, the company implemented Microsoft 365 Copilot to reduce time spent on manual and repetitive tasks, and help workers focus on more pressing work, such as developing enhanced solutions to speed up the energy transition. Its in-house auditors have already &lt;strong&gt;increased productivity by 80% by using Copilot&lt;/strong&gt; to create plans and checklists. &lt;strong&gt;Uniper is also using Copilot for Security to help identify risks twice as fast&lt;/strong&gt; &lt;strong&gt;and take appropriate action sooner&lt;/strong&gt;.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“As an operator of critical infrastructure, we have to contend with a growing number of reports of phishing and attacks by hackers. AI can help us implement a sensible way of managing the sheer number of threats.” &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Damian Bunyan, CIO at Uniper&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;British telecommunications company &lt;a href="https://ukstories.microsoft.com/features/vodafone-to-roll-out-microsoft-365-copilot-to-68000-employees-to-boost-productivity-innovation-quality/"&gt;&lt;strong&gt;V&lt;/strong&gt;&lt;strong&gt;odafone&lt;/strong&gt;&lt;/a&gt; has transformed its workplace productivity with Microsoft 365 Copilot, already seeing strong ROI from its adoption. In early trials, Copilot saved employees an average of three hours per week by using the tool to draft emails, summarize meetings and search for information. Copilot is also enriching the employee experience, with &lt;strong&gt;90% of users reporting they are eager to continue using Copilot and 60% citing improved work quality&lt;/strong&gt;. For Vodafone’s legal and compliance team, &lt;strong&gt;Copilot has significantly accelerated the processes of drafting new contracts, reducing the time required to complete this work by one hour&lt;/strong&gt;. As a result of these efficiency gains, Vodafone is rolling out Copilot to 68,000 employees.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Our AI journey is focusing on three areas: operational efficiency inside the organization; rewiring the business to provide an enhanced customer experience; and unlocking growth opportunities through new products and services that we can create around generative AI. Copilot will help drive all three.”&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Scott Petty, Chief Technology Officer at Vodafone&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1786814215980808594-wilh-wilhelmsen-microsoft-viva-goals-travel-and-transportation-en-norway"&gt;&lt;strong&gt;Wallenius Wilhelmsen&lt;/strong&gt;&lt;/a&gt;, a global leader in roll-on/roll-off shipping and vehicle logistics, is empowering better decision-making while fostering a culture of innovation and inclusion with AI tools. After participating in an early access program, the company broadly adopted Microsoft Copilot 365 to help streamline processes, enhance data management and improve communication across its 28 countries. To help strengthen Copilot immersion and realize value faster, they introduced a seven-week Microsoft Viva campaign to teach, communicate and measure Copilot adoption. The campaign resulted in &lt;strong&gt;80% of employees using Copilot, with some teams realizing time savings of at least 30 minutes per day&lt;/strong&gt;. The company also uses Copilot Dashboard to manage usage and gather user feedback, helping demonstrate ROI and measure results outside of time savings alone.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;“Copilot changes the way we think and work while keeping us curious and open to embracing opportunities. I think that is the sort of benefit that is not so measurable, but important. So, my time management and structured approach to my everyday work life has been enhanced with Copilot and Viva.&amp;#8221;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Martin Hvatum, Senior Global Cash Manager at Wallenius Wilhelmsen&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I believe that no other company has a better foundation to facilitate your AI Transformation than Microsoft. As we look ahead to &lt;a href="https://ignite.microsoft.com/en-US/home"&gt;Microsoft Ignite,&lt;/a&gt; I am excited by the latest innovation we will announce as a company, and the customer and partner experiences we will share. We remain committed to driving innovation that creates value in ways that matter most to our customers, and believe we are at our best when we serve others. There has never been a better opportunity for us to accomplish our mission of &lt;em&gt;empowering every person and every organization on the planet to achieve more&lt;/em&gt; than now, and I look forward to the ways we will partner together to help you achieve more with AI.&lt;a name="customerstories"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;u&gt;AI Customer Stories from FY25 Q1&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1813700096910640854-accelleron-microsoft-dataverse-discrete-manufacturing-en-switzerland"&gt;Accelleron&lt;/a&gt;&lt;/strong&gt;: &lt;em&gt;Accelleron turbocharges IT support solutions and resolution times with Power Platform&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814827447818396950-agnostic-intelligence-azure-marketplace-other-en-switzerland"&gt;&lt;strong&gt;Agnostic Intelligence&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Agnostic Intelligence transforms risk management with Azure OpenAI Service, achieving up to 80% time savings&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/how-alaska-airlines-uses-technology-to-ensure-its-passengers-have-a-seamless-journey-from-ticket-purchase-to-baggage-pickup"&gt;&lt;strong&gt;Alaska Airlines&lt;/strong&gt;&lt;/a&gt;:&lt;em&gt; How Alaska Airlines uses technology to ensure its passengers have a seamless journey from ticket purchase to baggage pickup&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/allgeier"&gt;&lt;strong&gt;Allgeier&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Allgeier empowers organizations to own and expand data operations&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/en-au/features/anz-launches-first-of-its-kind-ai-immersion-centre-in-partnership-with-microsoft/"&gt;&lt;strong&gt;ANZ Group&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;ANZ launches first-of-its-kind AI Immersion Centre in partnership with Microsoft&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1794442287816192713-asahi-europe-and-international-microsoft-copilot-for-microsoft-365-consumer-goods-en-czechia"&gt;&lt;strong&gt;Asahi Europe &amp;amp; International&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Asahi Europe &amp;amp; International charts new paths in employee productivity with Microsoft Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792296600814885165-auburn-microsoft-sentinel-higher-education-en-united-states"&gt;&lt;strong&gt;Auburn University&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Auburn University empowers thousands of students, faculty and staff to explore new ways of using AI with Microsoft Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1820736454199397990-accenture-onelake-professional-services-en-united-states"&gt;&lt;strong&gt;Avanade&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Avanade equips 10,000 employees with Microsoft Fabric skills to help customers become AI-driven and future-ready&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1815509048951474334-azerbaijan-airlines-dynamics-365-finance-travel-and-transportation-en-azerbaijan"&gt;&lt;strong&gt;Azerbaijan Airlines&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Azerbaijan Airlines expands data access to increase efficiency by 70% with Microsoft Dynamics 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1815128464686923048-aztec-group-microsoft-365-copilot-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;Aztec Group&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Aztec Group uses Copilot for Microsoft 365 to enhance the client experience whilst powering efficiencies&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804968308500747501-sultan-microsoft-copilot-health-provider-en-kuwait"&gt;Bader Sultan&lt;/a&gt;&lt;/strong&gt;: &lt;em&gt;Bader Sultan uses Microsoft Copilot to boost productivity and serve clients faster&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804597267941884304-baptistcare-sharepoint-nonprofit-en-australia"&gt;&lt;strong&gt;BaptistCare&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;BaptistCare supports aging Australians and tackles workforce shortages through Microsoft 365 Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1826019653953914614-maniadechurrasco-azure-synapse-analytics-retailers-en-brazil"&gt;&lt;strong&gt;Barbeque Mania!&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Barbecue Mania! centralizes your data with Microsoft Azure and saves $3.5 million over 5 years&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1813751805246480555-bmo-azure-banking-and-capital-markets-fr-canada"&gt;Bank of Montreal&lt;/a&gt;&lt;/strong&gt;: &lt;em&gt;Bank of Montreal reduces costs by 30% with Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/source/features/digital-transformation/how-blackrocks-flight-crew-helped-copilot-for-microsoft-365-take-off/"&gt;&lt;strong&gt;BlackRock&lt;/strong&gt;&lt;/a&gt;:&lt;em&gt; How BlackRock’s ‘flight crew’ helped Copilot for Microsoft 365 take off&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1798374461640442079-capita-group-github-copilot-professional-services-en-united-kingdom"&gt;Capita&lt;/a&gt;&lt;/strong&gt;: &lt;em&gt;Capita uses GitHub Copilot to free developers and deliver faster for customers&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817800430022189544-cassidy-azure-openai-service-other-en-united-states"&gt;Cassidy&lt;/a&gt;&lt;/strong&gt;: Cassidy and Azure OpenAI Service: Making AI simple for all&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785788806559352474-cdiscount-azure-openai-service-retailers-en-france"&gt;&lt;strong&gt;Cdiscount&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Cdiscount, Azure OpenAI Service and GitHub Copilot join forces for e-commerce&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/celebal-fabric"&gt;&lt;strong&gt;Celebal&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Celebal drives custom business transformations with Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792657160796124295-chalhoubgroup-microsoft-fabric-retailers-en-united-arab-emirates"&gt;&lt;strong&gt;Chalhoub Group&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Chalhoub Group’s People Analytics team speeds reporting with Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790114264617229624-clearbank-azure-api-management-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;ClearBank&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;ClearBank processes 20 million payments a month — up from 8,000 — with platform built on Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/cloud-services"&gt;&lt;strong&gt;Cloud Services&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Faster with Fabric: Cloud Services breaks new ground with Microsoft&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1769790334604179311-coles-group-azure-machine-learning-retailers-en-australia"&gt;&lt;strong&gt;Coles Supermarkets&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Coles Supermarkets embraces AI, cloud applications in 500-plus stores with Azure Stack HCI​&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1794733067648840156-commercial-bank-of-dubai-azure-banking-and-capital-markets-en-united-arab-emirates"&gt;&lt;strong&gt;Commercial Bank of Dubai&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Commercial Bank of Dubai: innovating a future proof banking platform with Microsoft Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1803455715120804571-cpfl-azure-energy-en-brazil"&gt;&lt;strong&gt;CPFL&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;CPFL expands its data repository by 1500% with Mega Lake project on Microsoft Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817321398362143378-cummins-microsoft-purview-united-states"&gt;&lt;strong&gt;Cummins&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Cummins uses Microsoft Purview to automate information governance more efficiently in the age of AI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1803548215767581643-dewa-azure-ai-services-government-en-united-arab-emirates"&gt;&lt;strong&gt;Dubai Electricity and Water Authority (DEWA)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;DEWA pioneers the use of Azure AI Services in delivering utility services&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817686433063439657-digirogaland-azure-national-government-en-norway"&gt;&lt;strong&gt;Digi Rogaland&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Digi Rogaland prioritizes student safety with Bouvet and Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1802842951607118817-eastman-microsoft-defender-other-en-united-states"&gt;&lt;strong&gt;Eastman&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Eastman catalyzes cybersecurity defenses with Copilot for Security&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790435165492425096-eon-se-microsoft-copilot-for-microsoft-365-energy-en-germany"&gt;&lt;strong&gt;E.ON&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;A modern workspace in transition: E.ON relies on generative AI to manage data floods with Copilot for Microsoft 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1795477416065405316-epam-systems-microsoft-copilot-for-microsoft-365-professional-services-en-hungary"&gt;&lt;strong&gt;EPAM Systems&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Efficiency inside and out: EPAM streamlines communications for teams and clients with Copilot for Microsoft 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/ey-sustainability#:~:text=Put%20simply%2C%20the%20EY%20and%20Microsoft%20collaboration%20operationalizes,advancement%20toward%20environmental%2C%20social%2C%20and%20governance%20%28ESG%29%20goals."&gt;&lt;strong&gt;EY&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;EY redefines sustainability performance management with Microsoft&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1816233578469159840-fast-shop-azure-analysis-services-retailers-en-brazil"&gt;&lt;strong&gt;Fast Shop&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Fast Shop consolidated its data platform on Microsoft Azure and is now ready for the era of AI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/source/features/sustainability/ai-tool-uses-sound-to-pinpoint-leaky-pipes-saving-precious-drinking-water/"&gt;&lt;strong&gt;FIDO Tech&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;AI tool uses sound to pinpoint leaky pipes, saving precious drinking water&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804528563383903958-florida-crystals-corporation-microsoft-teams-phone-manufacturing-en-united-states"&gt;&lt;strong&gt;Florida Crystals Corporation&lt;/strong&gt;&lt;/a&gt;:&lt;em&gt; Telecom expenses for Florida Crystals dropped 78% with Teams Phone and Teams Rooms&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1816271784634453515-four-agency-microsoft-365-copilot-professional-services-en-united-kingdom"&gt;&lt;strong&gt;Four Agency&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Four Agency innovates with Microsoft 365 Copilot to deliver better work faster&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1798075568757336532-fractal-azure-ai-studio-retailers-en-india"&gt;&lt;strong&gt;Fractal&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Fractal builds innovative retail and consumer goods solutions with Microsoft’s AI offerings including Azure OpenAI Service&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.geaerospace.com/news/press-releases/ge-aerospace-launches-company-wide-generative-ai-platform-employees"&gt;&lt;strong&gt;GE Aerospace&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;GE Aerospace launches company-wide generative AI platform for employees&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1800038623596257192-gatech-azure-ai-studio-higher-education-en-united-states"&gt;&lt;strong&gt;Georgia Tech Institute for Data Engineering and Science&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Geor&lt;/em&gt;&lt;em&gt;gia Tech is accelerating the future of electric vehicles using Azure OpenAI Service&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1817139019827913537-global-hitachi-solutions-microsoft-fabric-professional-services-en-united-states"&gt;&lt;strong&gt;Hitachi Solutions&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Hitachi Solutions transforms internal operations with Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/ibm-consulting-fabric"&gt;&lt;strong&gt;IBM Consulting&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;How IBM Consulting drives AI-powered innovation with Fabric expertise&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-US/case-studies/ilink"&gt;&lt;strong&gt;iLink Digital&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Transforming user-driven analytics with Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1797709165933196148-insight-canada-microsoft-copilot-for-microsoft-365-other-en-united-states"&gt;&lt;strong&gt;Insight Enterprises&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Insight Enterprises achieves 93% Microsoft Copilot use rate, streamlining business operations to pave the way for customer success&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814561247353333768-intesa-sanpaolo-group-microsoft-copilot-for-security-banking-and-capital-markets-en-italy"&gt;&lt;strong&gt;Intesa Sanpaolo&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Intesa Sanpaolo accrues big cybersecurity dividends with Microsoft Sentinel, Copilot for Security&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1784680492304822753-itouch-corporation-microsoft-fabric-professional-services-en-japan"&gt;&lt;strong&gt;ITOCHU Corporation&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;ITOCHU uses Microsoft Fabric and Azure AI Studio to evolve its data analytics dashboard into a service delivering instant recommendations&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1782343682836979145-iu-internationale-hochschule-gmbh-azure-openai-service-higher-education-en-germany"&gt;&lt;strong&gt;IU International University of Applied Sciences (IU&lt;/strong&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;IU revolutionizes learning for its students with the AI study buddy Syntea and Azure OpenAI Service&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814930143814549539-john-cockerill-power-apps-energy-en-belgium"&gt;&lt;strong&gt;John Cockerill&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;John Cockerill engages pro developers to build enterprise-wide apps with Power Platform&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1816212812226771892-kaya-power-bi-professional-services-en-india"&gt;&lt;strong&gt;Kaya Limited&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Kaya Limited elevates customer experience and operational efficiency with Microsoft Dynamics 365 and Power BI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="https://partner.microsoft.com/en-us/blog/article/copilot-and-lexisnexis-for-isvs"&gt;LexisNexis&lt;/a&gt;&lt;/strong&gt;: &lt;em&gt;LexisNexis elevates legal work with AI using Copilot for Microsoft 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792260322207475324-lionbridge-technologies-azure-openai-service-other-en-united-states"&gt;&lt;strong&gt;Lionbridge&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Lionbridge disrupts localization industry using Azure OpenAI Service and reduces turnaround times by up to 30%&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1804624062321190625-lotte-hotels-and-resorts-azure-ai-studio-travel-and-transportation-en-korea"&gt;&lt;strong&gt;Lotte Hotels &amp;amp; Resorts&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Hotelier becomes a citizen developer, building a smart work culture based on Power Platform and hyper-automated work environment&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/2024/07/24/microsoft-and-lumen-technologies-partner-to-power-the-future-of-ai-and-enable-digital-transformation-to-benefit-hundreds-of-millions-of-customers/"&gt;&lt;strong&gt;Lumen Technologies&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Microsoft and Lumen Technologies partner to power the future of AI and enable digital transformation to benefit hundreds of millions of customers&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1787232539191932705-ls-electric-microsoft-cloud-for-manufacturing-discrete-manufacturing-en-korea"&gt;&lt;strong&gt;LS ELECTRIC&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;LS ELECTRIC uses data to optimize power consumption with Sight Machine and Microsoft Cloud for Manufacturing&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1782421038868081701-maire-microsoft-teams-energy-en-italy"&gt;&lt;strong&gt;MAIRE&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;MAIRE, transforming the energy sector and an entire company culture with Microsoft 365 Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-us/case-studies/mandelbulb-technologies"&gt;&lt;strong&gt;Mandelbulb Technologies&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Early-adopter Mandelbulb Technologies finds success with Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812248324658189027-mcknight-microsoft-copilot-for-microsoft-365-nonprofit-en-united-states"&gt;&lt;strong&gt;McKnight Foundation&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;McKnight Foundation accelerates its mission and supports community partners with Microsoft 365 Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1818449762416735302-misoenergy-power-bi-energy-en-united-states"&gt;&lt;strong&gt;MISO&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;MISO undergoes a digital transformation with Microsoft Industry Solutions Delivery&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1779541850037077027-mhi-azure-discrete-manufacturing-en-japan"&gt;&lt;strong&gt;Mitsubishi Heavy Industries, Ltd. (MHI)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Recognizing the essence of AI and building the future with clients: MHI’s DI to create proprietary architecture using Azure OpenAI Service&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1814943470387755703-molslinjen-azure-service-fabric-travel-and-transportation-en-denmark"&gt;&lt;strong&gt;Molslinjen&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Molslinjen develops an AI-powered dynamic pricing strategy with Azure Databricks&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1781804873110601091-national-australia-bank-microsoft-edge-banking-and-capital-markets-en-australia"&gt;&lt;strong&gt;National Australia Bank&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;National Australia Bank invests in an efficient, cloud-managed future with Windows 11 Enterprise&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1792966154673709027-nagel-group-azure-openai-service-travel-and-transportation-en-germany"&gt;&lt;strong&gt;Nagel-Group&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Works agreements and contracts: Nagel-Group uses Azure OpenAI Service to help employees find information&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.microsoft.com/en-us/dynamics-365/blog/business-leader/2024/08/29/elevating-experiences-with-ai-from-productivity-to-personalization/"&gt;&lt;strong&gt;NC Fusion&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Elevating experiences with AI, from productivity to personalization&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1800598946211744899-nflpa-azure-ai-services-nonprofit-en-united-states"&gt;&lt;strong&gt;National Football League Players Association&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;The National Football League Players Association and Xoriant use Azure AI Services to provide protection to players across 32 teams&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://www.prnewswire.com/news-releases/northwestern-medicine-deploys-dax-copilot-embedded-in-epic-within-its-enterprise-to-improve-patient-and-physician-experiences-302222444.html"&gt;&lt;strong&gt;Northwestern Medicine&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Northwestern Medicine deploys DAX Copilot embedded in Epic within its enterprise to improve patient and physician experiences&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-gb/story/1800238731998879113-oncoclinicas-azure-ai-services-health-provider-en-brazil"&gt;&lt;strong&gt;Oncoclínicas&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Oncoclínicas creates web portal and mobile app to store clinical and medical procedures with Azure Cognitive Services&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790507377097905834-paconsulting-dynamics-365-sales-professional-services-en-united-kingdom"&gt;&lt;strong&gt;PA Consulting&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;PA Consulting saves hours a week with Copilot for Microsoft 365 and Copilot for Sales&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1799912172105528685-parexel-azure-data-lake-analytics-health-provider-en-united-states"&gt;&lt;strong&gt;Parexel&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Parexel speeds operational insights by 70% using Microsoft Azure, accelerating data product delivery and reducing manual work&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1776965075841351020-petrochemical-industries-company-microsoft-365-energy-en-kuwait"&gt;&lt;strong&gt;Petrochemical Industries Company (PIC)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;From weeks to days, hours to seconds: PIC automates work processes to save time with Microsoft 365 Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1795890438217888078-pkshatech-microsoft-copilot-for-microsoft-365-other-en-japan"&gt;&lt;strong&gt;PKSHA Technology&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;PKSHA leans on Copilot for Microsoft 365 as part of their team&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://ms-f1-sites-02-we.azurewebsites.net/en-us/story/1797319592906573606-planted-foods-ag-dynamics-365-business-central-other-en-switzerland"&gt;&lt;strong&gt;Planted&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Planted combines economic growth and environmental sustainability &lt;/em&gt;— &lt;em&gt;with Microsoft Azure OpenAI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1782380069861708732-profisee-azure-application-insights-other-unsegmented-en-united-states"&gt;&lt;strong&gt;Profisee&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Profisee eliminates data siloes within Microsoft Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1801923187924254612-fundacion-unidos-por-panama-power-automate-health-payor-en-panama"&gt;&lt;strong&gt;Programa De Atención Domiciliaria&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;The Home Care Program in Panama helped more than 17,000 people with the power of Microsoft Power Automate&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1778147923888814642-pwc-azure-ai-document-intelligence-professional-services-en-united-states"&gt;&lt;strong&gt;PwC&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;PwC scales GenAI for enterprise with Microsoft Azure AI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1797704796946869974-qnet-microsoft-copilot-for-security-retailers-en-hong-kong-sar"&gt;&lt;strong&gt;QNET&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;QNET increases security response efficiency 60 percent with Microsoft Security Solutions&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1802830664758543360-rti-international-microsoft-teams-nonprofit-en-united-states"&gt;&lt;strong&gt;RTI International&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Research nonprofit RTI International improves the human condition with Microsoft 365 Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1788304815155895278-rijksmuseum-dynamics-365-sales-libraries-and-museums-en-netherlands"&gt;&lt;strong&gt;Rijksmuseum&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Rijksmuseum transforms how art lovers engage with the museum, with Dynamics 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785448033474736158-sandvik-coromant-microsoft-copilot-for-sales-discrete-manufacturing-en-sweden"&gt;&lt;strong&gt;Sandvik Coromant&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Sandvik Coromant hones sales experience with Microsoft Copilot for Sales&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1813724678565238125-share-market-azure-cosmos-db-banking-and-capital-markets-en-india"&gt;&lt;strong&gt;Share.Market&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Share.Market redefines the investment experience with Microsoft Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-us/case-studies/simpson-associates"&gt;&lt;strong&gt;Simpson Associates&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Simpson Associates spurs justice for at-risk communities with Azure AI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1798509188103498351-softchoice-microsoft-copilot-for-microsoft-365-consumer-goods-en-united-states"&gt;&lt;strong&gt;Softchoice&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Softchoice harnesses Microsoft Copilot and reduces content creation time by up to 70%, accelerating customer AI journeys with its experience&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-us/case-studies/sonata-software"&gt;&lt;strong&gt;Sonata Software&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Sonata Software goes from early adopter to market leader with Fabric&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1799824484108434730-swiss-azure-travel-and-transportation-en-switzerland"&gt;&lt;strong&gt;Swiss International Air Lines (SWISS)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;SWISS targets 30% cost savings, increased passenger satisfaction with Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://partner.microsoft.com/en-us/case-studies/symphonyai"&gt;&lt;strong&gt;SymphonyAI&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;SymphonyAI is solving real problems across industries with Azure AI&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812266855486401339-syndigo-azure-professional-services-en-united-states"&gt;&lt;strong&gt;Syndigo&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Syndigo accelerates digital commerce for its customers by more than 40% with Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/en-au/features/tal-and-microsoft-join-forces-on-strategic-technology-deal/"&gt;&lt;strong&gt;TAL&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;TAL and Microsoft join forces on strategic technology deal&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/source/latam/features/ai/tecnologico-de-monterrey-ai-ecosystem/?lang=en"&gt;&lt;strong&gt;Tecnológico de Monterrey&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Tecnológico de Monterrey university pioneers ambitious AI-powered learning ecosystem&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/en-au/features/telstra-and-microsoft-expand-strategic-partnership-to-power-australias-ai-future/"&gt;&lt;strong&gt;Telstra&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Telstra and Microsoft expand strategic partnership to power Australia’s AI future&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785425602161769458-university-of-sydney-azure-openai-service-higher-education-en-united-states"&gt;&lt;strong&gt;The University of Sydney&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;The University of Sydney utilizes the power of Azure OpenAI to allow professors to create their own AI assistants &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1812576965312816472-torfaen-microsoft-copilot-for-microsoft-365-national-government-en-united-kingdom"&gt;&lt;strong&gt;Torfaen County Borough&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Torfaen County Borough Council streamlines organizational support for Social Care using Copilot for Microsoft 365&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1790119689031635867-trace3-microsoft-365-professional-services-en-united-states"&gt;&lt;strong&gt;Trace3&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Trace3 expands the realm of clients’ possibilities with Windows 11 Pro and Microsoft Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1805371430718336282-unilever-azure-consumer-goods-en-united-kingdom"&gt;&lt;strong&gt;Unilever&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Unilever is reinventing the fundamentals of research and development with Azure Quantum Elements&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://news.microsoft.com/2024/07/24/microsoft-collaborates-with-mass-general-brigham-and-university-of-wisconsin-madison-to-further-advance-ai-foundation-models-for-medical-imaging/?msockid=285b61c65a0066cb1d9275135bba6713"&gt;&lt;strong&gt;University of Wisconsin&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Microsoft collaborates with Mass General Brigham and University of Wisconsin–Madison to further advance AI foundation models for medical imaging&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1801006881087084102-via-azure-data-factory-retailers-en-brazil"&gt;&lt;strong&gt;Via&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Marketplace, online support, and remote work: Via embraces the digital world supported by Microsoft 365, Dynamics 365 and Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://ukstories.microsoft.com/features/how-virgin-atlantic-is-flying-higher-with-copilot/"&gt;&lt;strong&gt;Virgin Atlantic&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;How Virgin Atlantic is flying higher with Copilot&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1795836141096013038-virgin-money-dynamics-365-customer-service-banking-and-capital-markets-en-united-kingdom"&gt;&lt;strong&gt;Virgin Money&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Redi, set, go: Virgin Money delivers exceptional customer experiences with Microsoft Copilot Studio&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1770536569687978092-visier-solutions-azure-openai-service-professional-services-en-canada"&gt;&lt;strong&gt;Visier&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Visier achieves performance improvements of up to five times using Azure OpenAI Service&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1785340736965832631-w2m-azure-ai-speech-travel-and-transportation-en-spain"&gt;&lt;strong&gt;World2Meet (W2M)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;World2Meet, the travel company providing a better customer experience and operations with a new virtual assistant powered by Microsoft Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1805346719014513003-xavier-college-dynamics-365-customer-insights-higher-education-en-australia"&gt;&lt;strong&gt;Xavier College&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;Xavier College begins a process of modernizing its student information systems on Dynamics 365 and AI, unlocking powerful insights&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1787143469739036086-zeiss-azure-machine-learning-discrete-manufacturing-en-germany"&gt;&lt;strong&gt;ZEISS&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;More time for research: ZEISS supports businesses and researchers with ZEISS arivis Cloud based on Microsoft Azure&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1815861561509835507-zf-power-apps-automotive-en-germany"&gt;&lt;strong&gt;ZF Friedrichshafen AG (ZF Group)&lt;/strong&gt;&lt;/a&gt;: &lt;em&gt;ZF Group builds manufacturing efficiency with over 25,000 apps on Power Platform&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/29/how-copilots-are-helping-customers-and-partners-drive-pragmatic-innovation-to-achieve-business-results-that-matter/"&gt;How Copilots are helping customers and partners drive pragmatic innovation to achieve business results that matter&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>Microsoft’s 2024 Global Diversity &amp; Inclusion Report: Our most global, transparent report yet</title>		<link>https://blogs.microsoft.com/blog/2024/10/23/microsofts-2024-global-diversity-inclusion-report-our-most-global-transparent-report-yet/</link>				<dc:creator>Lindsay-Rae McIntyre</dc:creator>		<pubDate>Wed, 23 Oct 2024 15:00:01 +0000</pubDate>				<category>Featured</category>		<category>The Official Microsoft Blog</category>		<category>Diversity and Inclusion Report</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52561931</guid>					<description>&lt;p&gt;Today, I am sharing Microsoft’s 2024 Diversity &amp;#38; Inclusion Report, our most global and transparent report to date. This marks our sixth consecutive annual report and the eleventh year sharing our global workforce data, highlighting our progress and areas of opportunity. Our ongoing focus on diversity and inclusion is directly tied to our inherently inclusive...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/23/microsofts-2024-global-diversity-inclusion-report-our-most-global-transparent-report-yet/"&gt;Microsoft’s 2024 Global Diversity &amp;#038; Inclusion Report: Our most global, transparent report yet&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;Today, I am sharing Microsoft’s &lt;a href="https://aka.ms/DIReport"&gt;2024 Diversity &amp;amp; Inclusion Report&lt;/a&gt;, our most global and transparent report to date. This marks our sixth consecutive annual report and the eleventh year sharing our global workforce data, highlighting our progress and areas of opportunity.&lt;/p&gt;&lt;p&gt;Our ongoing focus on diversity and inclusion is directly tied to our inherently inclusive mission — to empower every person and every organization on the planet to achieve more, enabling us to innovate in the era of AI. As we approach our company’s 50th anniversary, we remain deeply committed to D&amp;amp;I because it is what creates transformational solutions to the most complex challenges for customers, partners and the world.&lt;/p&gt;&lt;h3&gt;&lt;strong&gt;Key data&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;We gather a range of data, which is presented in specific ways throughout the report. In the following section, it is important to understand the distinction between our *&lt;strong&gt;Broader Microsoft business &lt;/strong&gt;and our **&lt;strong&gt;Core Microsoft business&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;New and expanded data&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Datacenters: As we lead the AI platform shift, our workforce continues to expand to include employees with varied backgrounds and roles, and we are &lt;a href="https://aka.ms/2024DIReport-DataCenters"&gt;sharing new data&lt;/a&gt; this year on a growing employee population in datacenter roles. The population of datacenter employees grew 23.9% globally and 28.9% in the US in 2024, more than tripling since 2020.&lt;/li&gt;&lt;li&gt;In our most global report to date, we expanded &lt;a href="https://aka.ms/2024DIReport-SelfID"&gt;new global Self-ID data&lt;/a&gt; to include Indigenous and military employees, as well as those with disabilities. For example, 5.7% of global employees in our core Microsoft business self-identified as having a disability, an increase of 0.2 percentage points year over year.&lt;/li&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="5" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;span data-contrast="auto"&gt;We continue to have pay equity. For median unadjusted pay analysis, the data shows we have made progress in narrowing the gaps. This year &lt;/span&gt;&lt;a href="https://aka.ms/2024DIReport-PayEquity"&gt;&lt;span data-contrast="none"&gt;&lt;span data-ccp-charstyle="Hyperlink"&gt;we expanded&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; pay equity analysis and median unadjusted pay analysis to not only include women inside and outside the US, but also include a combined view of women globally. Increasing representation for women and racial and ethnic minority groups at more senior levels, combined with maintaining pay equity for all, will continue to reduce the median unadjusted pay gap.&lt;/span&gt;&lt;span data-ccp-props="{}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Representation&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="https://aka.ms/2024DIReport-Representation"&gt;Representation of women&lt;/a&gt; in our core Microsoft workforce is 31.6%, an increase of 0.4 percentage points year over year. Additionally, the representation of women in technical roles is 27.2%, an increase of 0.5 percentage points year over year.&lt;/li&gt;&lt;li&gt;Representation of women in our core Microsoft workforce rose year over year at all leadership levels except Executive.&lt;/li&gt;&lt;li&gt;Leadership representation in our core Microsoft workforce of Black and African American employees at the Partner + Executive level grew to 4.3%, an increase of 0.5 percentage points year over year. Leadership representation in our core Microsoft workforce of Hispanic and Latinx employees at the Executive level rose to 4.6%, an increase of 0.8 percentage points year over year.&lt;/li&gt;&lt;li&gt;In our broader Microsoft workforce, representation of racial and ethnic minority groups is 53.9%, an increase of 0.6 percentage points year over year.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="margin-top: 0in;"&gt;&lt;strong&gt;Culture and inclusion in focus&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;&lt;strong&gt;Employee sentiment and engagement&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Our semi-annual &lt;a href="http://aka.ms/2024DIReport-Signals"&gt;Employee Signals&lt;/a&gt; survey focuses on employee experience and helps us deepen our understanding so we can adjust our efforts where needed. These insights show that employees continue to feel like they are thriving, with a global and US score of 76. Within Employee Signals, we focus on thriving, which we define as “being energized and empowered to do meaningful work.” This is designed to measure employees’ sense of purpose, which is important to personal and professional fulfillment. We survey employees on three dimensions of thriving: Feeling energized, feeling empowered and doing meaningful work.&lt;/li&gt;&lt;li&gt;Our Daily Signals survey results indicate employee perceptions around Microsoft&amp;#8217;s commitment to creating a more diverse and inclusive workplace increased two points year over year to an average score of 79.&lt;/li&gt;&lt;li&gt;Since introducing the concept of allyship to employees in 2018, we have inspired and led a positive impact on our culture. As of June 2024, 95.6% of employees reported some level of awareness of the concept of allyship, up from 65.0% in 2019 when we first started asking employees about their awareness.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;A commitment that spans decades&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;Our annual D&amp;amp;I report not only reviews our data, but also illuminates the intentional strategy and actions that have helped us make progress across &lt;a href="https://aka.ms/2024DIReport-Timeline"&gt;our company’s journey&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Examples include:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Being one of the first Fortune 500 companies to expand antidiscrimination policy and benefits to LGBTQIA+ employees in 1989.&lt;/li&gt;&lt;li&gt;Announcing our &lt;a href="https://aka.ms/racial-equity-initiative"&gt;Racial Equity Initiative&lt;/a&gt; in June 2020, outlining actions and progress we expect to make by 2025 to help address racial injustice and inequity in the US for Black and African American communities.&lt;/li&gt;&lt;li&gt;Launching immersive D&amp;amp;I learning simulations in 2021, allowing employees to practice crucial D&amp;amp;I skills, such as recognizing and addressing bias, responding to microaggressions and demonstrating effective allyship.&lt;/li&gt;&lt;li&gt;Building on more than a decade of helping to reskill military service members through our Microsoft Software and Systems Academy (MSSA), and this year &lt;a href="http://aka.ms/milspouse"&gt;expanding this skilling opportunity&lt;/a&gt; to train military spouses for portable, in-demand IT roles.&lt;/li&gt;&lt;li&gt;Introducing &lt;a href="https://aka.ms/M365PronounsLI"&gt;pronouns and self-expression features&lt;/a&gt; in Microsoft 365, an innovation brought directly to fruition because we listened to, and collaborated with, customers, partners and employees who asked for these features.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;&lt;strong&gt;A mission as bold as ours&lt;/strong&gt;&lt;/h3&gt;&lt;p&gt;At Microsoft, we’re guided by our mission, worldview and culture. Our mission is the why; it drives our actions. Our worldview is the what, shaping our strategy and products. Culture is the how, influencing everything with a focus on growth and innovation. Culture is also the who: Who makes up the workforce, who services our customers, who innovates the future of tech. The diversity of the workforce, combined with inclusion, unlocks individual and collective potential. This is what is necessary to stay relevant, compete at scale and win.&lt;/p&gt;&lt;p&gt;Every person. Every organization. Every day. Everywhere.&lt;/p&gt;&lt;p&gt;Here’s to making progress for the next 50 years.&lt;/p&gt;&lt;p&gt;&lt;a href="https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Signature-Lindsay-Rae-McIntyre-1.png"&gt;&lt;img loading="lazy" decoding="async" width="150" height="69" class="alignnone size-full wp-image-52562153" src="https://blogs.microsoft.com/wp-content/uploads/prod/2024/10/Signature-Lindsay-Rae-McIntyre-1.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Lindsay-Rae&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Notes&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;* Broader Microsoft business: Includes the core Microsoft business, plus minimally integrated companies. Employees of joint ventures and newly acquired companies are not included in the data, including Activision, Blizzard, and King. LinkedIn was acquired in December 2016, GitHub was acquired in June 2018, and Activision, Blizzard, and King were acquired in October 2023. We provide standalone data for these three acquisitions. Nuance Communications was acquired in March 2022 and fully integrated in August 2023.&lt;/em&gt;&lt;em&gt; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;**Core Microsoft business: Represents 88.4% of the worldwide broader Microsoft workforce.&lt;/em&gt;&lt;em&gt; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/23/microsofts-2024-global-diversity-inclusion-report-our-most-global-transparent-report-yet/"&gt;Microsoft’s 2024 Global Diversity &amp;#038; Inclusion Report: Our most global, transparent report yet&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>		<item>		<title>New autonomous agents scale your team like never before</title>		<link>https://blogs.microsoft.com/blog/2024/10/21/new-autonomous-agents-scale-your-team-like-never-before/</link>				<dc:creator>Jared Spataro</dc:creator>		<pubDate>Mon, 21 Oct 2024 09:29:41 +0000</pubDate>				<category>Featured</category>		<category>Recent News</category>		<category>AI</category>		<category>Copilot</category>		<category>Copilot Studio</category>		<category>Dynamics 365</category>		<category>Microsoft 365 Copilot</category>		<category>Microsoft 365 Graph</category>		<category>Microsoft Dataverse</category>		<category>Microsoft Fabric</category>		<guid isPermaLink="false">https://blogs.microsoft.com/?p=52562016</guid>					<description>&lt;p&gt;Already, 60 percent of the Fortune 500 are using Microsoft 365 Copilot to accelerate business results and empower their teams. With Copilot supporting sales associates, Lumen Technologies projects $50 million dollars in savings annually. Honeywell(1) equates productivity gains to adding 187 full-time employees and Finastra is reducing creative production time from seven months to seven...&lt;/p&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/21/new-autonomous-agents-scale-your-team-like-never-before/"&gt;New autonomous agents scale your team like never before&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</description>										<ns3:encoded>&lt;p&gt;&lt;span data-contrast="auto"&gt;Already, 60 percent of the Fortune 500 are using Microsoft 365 Copilot to accelerate business results and empower their teams. With Copilot supporting sales associates, Lumen Technologies projects $50 million dollars in savings annually. Honeywell(1) equates productivity gains to adding 187 full-time employees and Finastra is reducing creative production time from seven months to seven weeks. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;Today, we’re announcing new agentic capabilities that will accelerate these gains and bring AI-first business process to every organization.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;span data-contrast="auto"&gt;First, the ability to &lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;create autonomous agents with Copilot Studio &lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt;will be in public preview next month. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="2" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:720,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;span data-contrast="auto"&gt;Second, we’re introducing &lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;ten new autonomous agents in Dynamics 365 &lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt;to build capacity for every sales, service, finance and supply chain team.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span data-contrast="none"&gt;Copilot is &lt;/span&gt;&lt;i&gt;&lt;span data-contrast="none"&gt;your&lt;/span&gt;&lt;/i&gt;&lt;span data-contrast="none"&gt; AI assistant — it works for you — and Copilot Studio enables you to easily create, manage and connect agents to Copilot. Think of &lt;/span&gt;&lt;b&gt;&lt;span data-contrast="none"&gt;agents as the new apps for an AI-powered world&lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="none"&gt;. Every organization will have a constellation of agents — ranging from simple prompt-and-response to fully autonomous. They will work on behalf of an individual, team or function to execute and orchestrate businesses process. Copilot is how you’ll interact with these agents,&lt;/span&gt;&lt;span data-contrast="auto"&gt; and they’ll do everything from accelerating lead generation and processing sales orders to automating your supply chain. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Empowering more customers to build autonomous agents in Copilot Studio&lt;/span&gt;&lt;/b&gt;&lt;span data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;Earlier this year, we &lt;/span&gt;&lt;span data-contrast="none"&gt;announced&lt;/span&gt;&lt;span data-contrast="auto"&gt; a host of powerful new capabilities in Copilot Studio,&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;span data-contrast="auto"&gt;including the ability to create autonomous agents. &lt;a href="https://aka.ms/CopilotStudioBlog10-21"&gt;Next month&lt;/a&gt;, these capabilities are shifting from private to public preview, allowing more customers to reimagine critical business processes with AI. &lt;/span&gt;&lt;span data-contrast="none"&gt;Agents draw on the context of your work data in Microsoft 365 Graph, systems of record, Dataverse and Fabric, and can support everything from your IT help desk to employee onboarding and act as a personal concierge for sales and service. &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;Organizations like&lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt; Clifford Chance, McKinsey &amp;amp; Company, Pets at Home and Thomson Reuters &lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt;are already creating autonomous agents to increase revenue, reduce costs and scale impact.&lt;/span&gt; &lt;a href="https://aka.ms/AAsdpp3"&gt;&lt;b&gt;&lt;span data-contrast="none"&gt;Pets at Home&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt;, the U.K.’s leading pet care business, created an agent for its profit protection team to more efficiently compile cases for skilled human review, which could have the potential to drive a seven-figure annual savings. &lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;McKinsey &amp;amp; Company&lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt; is creating an agent that will speed up the client onboarding process. The pilot showed lead time could be reduced by 90% and administrative work reduced by 30%. &lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Thomson Reuters&lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt; built a professional-grade agent to speed up the legal due diligence workflow, with initial testing showing some tasks could be done in half the time. This agent can help Thomson Reuters increase the efficiency of work for clients and boost its new business pipeline.&lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt; &lt;/span&gt;&lt;/b&gt;&lt;span data-ccp-props="{&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Scaling your teams with 10 new autonomous agents in Dynamics 365 &lt;/span&gt;&lt;/b&gt;&lt;span data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;New autonomous agents enable customers to move from legacy lines of business applications to AI-first business process. AI is today’s ROI and tomorrow’s competitive edge. These new agents are designed to help every sales, service, finance and supply chain team drive business value — and are just the start. We will create many more agents in the coming year that will give customers the competitive advantage they need to future-proof their organization. Today, we’re introducing ten of these autonomous agents. Here are a few examples:&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;134233279&amp;quot;:true,&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="16" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1080,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="1" data-aria-level="1"&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Sales Qualification Agent:&lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt; In a profession where time literally equals money, this agent enables sellers to focus their time on the highest priority sales opportunities while the agent researches leads, helps prioritize opportunities and guides customer outreach with personalized emails and responses.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559685&amp;quot;:720,&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="16" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1080,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="2" data-aria-level="1"&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Supplier Communications Agent:&lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt; This agent enables customers to optimize their supply chain and minimize costly disruptions by autonomously tracking supplier performance, detecting delays and responding accordingly — freeing procurement teams from time consuming manual monitoring and firefighting.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559685&amp;quot;:720}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li data-leveltext="" data-font="Symbol" data-listid="16" data-list-defn-props="{&amp;quot;335552541&amp;quot;:1,&amp;quot;335559685&amp;quot;:1080,&amp;quot;335559991&amp;quot;:360,&amp;quot;469769226&amp;quot;:&amp;quot;Symbol&amp;quot;,&amp;quot;469769242&amp;quot;:[8226],&amp;quot;469777803&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;469777804&amp;quot;:&amp;quot;&amp;quot;,&amp;quot;469777815&amp;quot;:&amp;quot;hybridMultilevel&amp;quot;}" aria-setsize="-1" data-aria-posinset="3" data-aria-level="1"&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Customer Intent &lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt;and&lt;/span&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt; Customer Knowledge Management&lt;/span&gt;&lt;/b&gt; &lt;b&gt;&lt;span data-contrast="auto"&gt;Agents: &lt;/span&gt;&lt;/b&gt;&lt;span data-contrast="auto"&gt;A business gets one chance to make a first impression, and these two agents are game changers for customer care teams facing high call volumes, talent shortages and heightened customer expectations. These agents work hand in hand with a customer service representative by learning how to resolve customer issues and autonomously adding knowledge-based articles to scale best practices across the care team.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559685&amp;quot;:720}"&gt; &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;As agents become more prevalent in the enterprise, customers want to be confident that they have robust data governance and security. The agents coming to Dynamics 365 follow our core security, privacy and responsible AI commitments. Agents built in Copilot Studio &lt;/span&gt;&lt;a href="https://www.microsoft.com/en-us/power-platform/blog/power-apps/it-governance-controls-for-your-copilot-agents/?msockid=09cbdd77556e64e60465cefe54d465ae"&gt;&lt;span data-contrast="none"&gt;include guardrails and controls&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; established by maker-defined instructions, knowledge and actions. The data sources linked to the agent adhere to stringent security measures and controls — all managed in Copilot Studio. These include data loss prevention, robust authentication protocols and more. Once these agents are created, IT administrators can apply a comprehensive set of features to govern their use.&lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;201341983&amp;quot;:0,&amp;quot;335559739&amp;quot;:0,&amp;quot;335559740&amp;quot;:240}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;span data-contrast="auto"&gt;Microsoft’s own transformation &lt;/span&gt;&lt;/b&gt;&lt;span data-ccp-props="{&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;At Microsoft, &lt;/span&gt;&lt;a href="https://aka.ms/MSCopilotBusinessValue"&gt;&lt;span data-contrast="none"&gt;we’re using Copilot and agents&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; to reimagine business process across every function while empowering employees to scale their impact. Using Copilot, one sales team has achieved 9.4% higher revenue per seller and closed 20% more deals(2). And thanks to Copilot, one team is resolving customer cases nearly 12% faster(3). Our Marketing team is seeing a 21.5% increase in conversion rate on Azure.com with a custom agent designed to assist buyers(4). And in Human Resources, our employee self-service agent is helping answer questions with 42% greater accuracy(5). &lt;/span&gt;&lt;span data-ccp-props="{&amp;quot;335559739&amp;quot;:0}"&gt; &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span data-contrast="auto"&gt;With Copilot and agents, the possibilities are endless — we can’t wait to see what you create. &lt;/span&gt;&lt;a href="https://www.microsoft.com/en-us/microsoft-copilot/microsoft-copilot-studio"&gt;&lt;span data-contrast="none"&gt;Start building&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; agents in Copilot Studio today. Read more about autonomous agent capabilities on the &lt;/span&gt;&lt;a href="https://aka.ms/CopilotAndAgentsBlog"&gt;&lt;span data-contrast="none"&gt;Copilot Studio&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; and &lt;/span&gt;&lt;a href="https://aka.ms/D365Goode102124"&gt;&lt;span data-contrast="none"&gt;Dynamics 365&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; blogs. Head to &lt;/span&gt;&lt;a href="https://aka.ms/MSCopilotBusinessValue"&gt;&lt;span data-contrast="none"&gt;WorkLab&lt;/span&gt;&lt;/a&gt;&lt;span data-contrast="auto"&gt; for more insights on Microsoft’s own AI transformation.&lt;/span&gt;&lt;/p&gt;&lt;div class="video-container responsive-youtube oembed-container"&gt;&lt;p id="ariaLabel_675e5e9ac7f17" class="screen-reader-text"&gt;YouTube Video&lt;/p&gt;&lt;p&gt;&lt;iframe title="YouTube Video" aria-labelledby=ariaLabel_675e5e9ac7f17" title="Reimagine business process with Copilot and agents" width="100%" height="560" data-src="https://www.youtube-nocookie.com/embed/Lw7H4TFX5TM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen&gt;&lt;/iframe&gt;&lt;button class="cookie-consent-btn"&gt;Click here to load media&lt;/button&gt;&lt;/div&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="video-container responsive-youtube oembed-container"&gt;&lt;p id="ariaLabel_675e5e9ac8007" class="screen-reader-text"&gt;YouTube Video&lt;/p&gt;&lt;p&gt;&lt;iframe title="YouTube Video" aria-labelledby=ariaLabel_675e5e9ac8007" title="Accelerating work across the UK with Copilot agents" width="100%" height="560" data-src="https://www.youtube-nocookie.com/embed/Iqzqp69QCKI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen&gt;&lt;/iframe&gt;&lt;button class="cookie-consent-btn"&gt;Click here to load media&lt;/button&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;NOTES&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;em&gt;Statistics are from an internal Honeywell survey of 5,000 employees where 611 employees responded.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;Internal Microsoft Sales Team data based on 687 sellers of Microsoft 365 Copilot, Jan. &amp;#8211; June 2024, as compared with sellers with low usage of Copilot. Regular usage of Copilot means sellers who use Copilot daily at least 50% of the time during the testing period.&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;i&gt;Internal CSS experiment conducted by Microsoft, 600 participants using Copilot Q&amp;amp;A function, Azure Core team, Nov. &amp;#8211; Dec. 2023. These results are statistically significant at the 95th% confidence interval.&lt;/i&gt;&lt;/li&gt;&lt;li&gt;&lt;span data-teams="true"&gt;&lt;span class="ui-provider a b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"&gt;&lt;i&gt;Internal Microsoft Marketing team data, June &amp;#8211; Sept. 2024. Conversion means initiating the free account sign-up process on Azure.com.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;em&gt;Internal HR experiment conducted by Microsoft, 33 participants, Oct. 2024. These results are statistically significant at the 95th% confidence interval.&lt;/em&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;The post &lt;a href="https://blogs.microsoft.com/blog/2024/10/21/new-autonomous-agents-scale-your-team-like-never-before/"&gt;New autonomous agents scale your team like never before&lt;/a&gt; appeared first on &lt;a href="https://blogs.microsoft.com"&gt;The Official Microsoft Blog&lt;/a&gt;.&lt;/p&gt;</ns3:encoded>												</item>	</channel></rss>
```
Page 3/5FirstPrevNextLast