<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom"
  version="2.0">
  <channel xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
    <title>Microsoft Azure Blog</title>
    <link>https://azure.microsoft.com/blog/</link>
    <description />
    <language>en-US</language>
    <lastBuildDate>Tue, 06 Jul 2021 06:01:56 Z</lastBuildDate>
    <atom:link
      href="https://azure.microsoft.com/blog/feed/"
      rel="self"
      type="application/rss+xml" />
    <item>
      <guid
        isPermaLink="false">use-new-relic-one-to-effortlessly-monitor-applications-in-azure-spring-cloud</guid>
      <category>Announcements</category>
      <category>Developer</category>
      <category>Virtual Machines</category>
      <category>Database</category>
      <category>Management</category>
      <category>Monitoring</category>
      <title>Use New Relic One to effortlessly monitor applications in Azure Spring Cloud</title>
      <description>Today, we are announcing the integration of New Relic One performance monitoring in Azure Spring Cloud. Over the past 18 months, we worked with many enterprise customers to learn about their scenarios. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate these applications to the cloud, they need to instrument them for application performance monitoring (APM) using tools that their developers are familiar with. Now, with the integration of New Relic One in Azure Spring Cloud, you can continue your journey and easily instrument your Spring Boot applications.</description>
      <pubDate>Thu, 01 Jul 2021 08:00:27 Z</pubDate>
      <content:encoded>&lt;p&gt;Today, we are announcing the integration of New Relic One performance monitoring in &lt;a href="https://azure.microsoft.com/en-us/services/spring-cloud/" target="_blank"&gt;Azure Spring Cloud&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Over the past 18 months, we worked with many enterprise customers to learn about their scenarios. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate these applications to the cloud, they need to instrument them for application performance monitoring (APM) using tools that their developers are familiar with, and have been using for years, and they must ensure continuity for desktop and mobile applications which are already pre-instrumented for end-to-end monitoring using agents like &lt;a href="https://docs.newrelic.com/" target="_blank"&gt;New Relic One&lt;/a&gt;. With the integration of New Relic One in Azure Spring Cloud, you can continue your journey and easily instrument your &lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-cloud" target="_blank"&gt;Spring Boot&lt;/a&gt; applications with New Relic One.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Most organizations that deploy Spring Boot applications today share a similar goal: maximize the benefits of running Spring Boot applications at virtually any scale, using automation and application performance monitoring. While Azure Spring Cloud excels at abstracting away much of the toil associated with managing containerized workloads, the challenge of monitoring and maintaining the performance and health of these applications, or of troubleshooting issues when they occur, can be daunting&amp;mdash;especially as organizations deploy these applications at massive scale. To help you succeed and continue your New Relic One journey, we integrated and upgraded your ability to instrument, monitor, and deliver observability using New Relic One across your Azure Spring Cloud instances. That begins with setting up instrumentation quickly and easily. Then you can analyze the performance and health of your applications, Java Virtual Machines (JVM), transactions, and more to identify and troubleshoot performance issues.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Instrument your Spring Boot applications&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Run a &amp;quot;provisioning&amp;quot; automation for a completely hands-off experience for instrumenting and monitoring any new applications that you create and deploy&amp;mdash;using Terraform or ARM Template. Or you can run it on-demand using the Azure CLI for greater flexibility and control.&lt;/p&gt;&#xD;
&#xD;
&lt;pre style="background: rgb(238, 238, 238); padding: 5px 10px; border: 1px solid rgb(204, 204, 204); border-image: none;"&gt;&#xD;
az spring-cloud app update --name customers-service \&#xD;
    --jvm-options=&amp;quot;-javaagent:/opt/agents/newrelic/java/newrelic-agent.jar&amp;quot; \&#xD;
    --env NEW_RELIC_APP_NAME=customers-service NEW_RELIC_LICENSE_KEY=&amp;lt;key&amp;gt;&#xD;
&lt;/pre&gt;&#xD;
&#xD;
&lt;h2&gt;Explore Spring Boot application performance&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;After instrumenting, you can explore Spring Boot application performance through the New Relic One portal. You can view your applications in action through the Service Maps. For example, the screenshot below shows all the applications in the popular Petclinic project:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/0a46f26c-d26e-4e9b-965c-edde1cff1ba8.jpg"&gt;&lt;img alt="Screenshot 1—shows all the applications in the popular Petclinic project." border="0" height="1888" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/1369468a-0f0b-4317-a7f6-45298a98f0e5.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="2-Service-maps" width="3360"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 1: shows all the applications in the popular Petclinic project.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;You can observe your application&amp;rsquo;s performance by navigating through application-by-application in the New Relic One portal. For example, the screenshot below shows transactions processed by customers-service, its throughput, and error rate:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/dbc688e1-5531-485e-b3b3-e258c75bde8d.jpg"&gt;&lt;img alt="Screenshot 2—shows transactions processed by customers-service, its throughput and error rate." border="0" height="1884" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/62813a9e-1d03-4fd2-8737-3c84ee34a26c.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="2-customers-service-summary" width="3360"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 2: shows transactions processed by customers-service, its throughput, and error rate.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;You can look deeper into the underlying Java Virtual Machines by navigating to the &amp;ldquo;JVMs&amp;rdquo; blade on the New Relic One portal. For example, the screenshot below shows how many Java Virtual Machines for all the customers-service application instances:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/e70f8bc5-4ad6-437c-adde-222c64b5934c.jpg"&gt;&lt;img alt="Screenshot 3—shows how many JVMs for all the customers-service application instances." border="0" height="942" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/299a6ba4-b44c-4098-8222-25f19e2b8d7d.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="2-customers-service-jvms" width="1680"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 3: shows how many Java Virtual Machines&lt;/em&gt;&lt;em&gt; for all the customers-service application instances.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;You can analyze application dependencies, including database transactions by navigating to the &amp;ldquo;Databases&amp;rdquo; blade in the New Relic One portal. For example, the screenshot below shows all the database transactions for customers-service:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/3999145c-cc59-485e-856b-deee960adab6.jpg"&gt;&lt;img alt="Screenshot 4—shows all the database transactions for customers-service." border="0" height="1888" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/036ff74f-bdc8-4363-ae5f-58aa03c2852a.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="2-customers-service-databases" width="3360"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 4: shows all the database transactions for customers-service.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;You can look at the stack trace of each thread through the New Relic One Thread Profiler and understand times consumed by Java methods. This provides insights into the &amp;quot;hot&amp;quot; functions of the applications where most time is spent. For example, the screenshot below shows a stack trace of a thread in the customers-service application:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/47a9bb59-1274-490e-9997-57351962260e.jpg"&gt;&lt;img alt="Screenshot 5—shows a stack trace of a thread in the customers-service." border="0" height="1884" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/43fdb0eb-513b-4adb-a5a0-e40f94fbecc0.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="2-customers-service-thread-profiler" width="3360"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 5: shows a stack trace of a thread in the customers-service.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Deliver value to your end-users&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Once instrumented, as you scale out to multiple Spring Boot application instances, any new application instances are automatically monitored for you. You spend less time managing the agent installation and maintenance, and more energy on identifying and resolving incidents faster. Azure Spring Cloud service is on-point for periodically updating the agent.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;View of your Spring Boot application instances&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;New Relic One Navigator offers you an at-a-glance view of the operational health of your application instances. This bird&amp;#39;s eye view of your estate is automatically available to you, no configuration required. Navigator makes it easy for you to explore huge numbers of instances as it intuitively displays your instances in a dense honeycomb view with traffic light colors based on alerts that you define. Quickly identify alerting instances and uncover root causes in addition to seeing which dependent systems might be affected.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;As an illustration, the following Navigator view groups your instances across Azure Spring Cloud instances, allowing you to quickly compare your operations in a multi-region deployment. You can group and filter across your instances to quickly zero in on issues. You can also drill down into any instance to see a summary of its activity and any violations along with key metrics and metadata including custom attributes:&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/7081ddde-755e-4f56-804c-ae1924da4710.jpg"&gt;&lt;img alt="Screenshot 6—show how Navigator view groups your instances across Azure Spring Cloud instances." border="0" height="699" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/d0c05e18-0ffa-4b3f-bf40-42cc1de33146.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Screenshot 6" width="1650"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 6: show how Navigator view groups your instances across Azure Spring Cloud instances.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Detect anomalies in your Spring Boot application instances&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;New Relic Lookout provides an intuitive view of your instances that are deviating from normal behavior, using circle visualization with color indicating the severity of recent signal change and sized proportionally to the magnitude of the metric signal. Lookout automatically compares signals within the last five minutes against the previous hour.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;strong&gt;Similarly, you can use New Relic One for monitoring Java applications in Azure services such as &lt;a href="https://docs.newrelic.com/docs/agents/java-agent/additional-installation/install-new-relic-java-agent-docker/" target="_blank"&gt;Azure Kubernetes Service&lt;/a&gt; and &lt;a href="https://docs.newrelic.com/docs/agents/java-agent/installation/install-java-agent/" target="_blank"&gt;Virtual Machines&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Build your solutions and monitor them today&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Azure Spring Cloud is jointly built, operated, and supported by Microsoft and VMware. It is a fully managed service for Spring Boot applications that abstracts away the complexity of infrastructure and Spring Cloud middleware management, so you can focus on building your business logic and let Azure take care of dynamic scaling, patches, security, compliance, and high availability. With a few steps, you can provision Azure Spring Cloud, create applications, deploy, and scale Spring Boot applications, and start monitoring in minutes. We will continue to bring more developer-friendly and enterprise-ready features to Azure Spring Cloud.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;We would love to hear how you are building impactful solutions using Azure Spring Cloud. Get started today&amp;mdash;deploy Spring applications to &lt;a href="https://aka.ms/get-started-with-azure-spring-cloud" target="_blank"&gt;Azure Spring Cloud using quickstart&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Resources&lt;/h3&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;Read the companion &lt;a href="https://aka.ms/new-relic-spring-cloud-blog-june2021" target="_blank"&gt;announcement blog from New Relic&lt;/a&gt;.&amp;nbsp;&lt;/li&gt;&#xD;
	&lt;li&gt;Learn using a &lt;a href="https://docs.microsoft.com/en-us/learn/modules/azure-spring-cloud-workshop/" target="_blank"&gt;Microsoft Learn module&lt;/a&gt; or &lt;a href="https://github.com/microsoft/azure-spring-cloud-training" target="_blank"&gt;self-paced workshop&lt;/a&gt; on GitHub.&lt;/li&gt;&#xD;
	&lt;li&gt;Learn more about &lt;a href="https://docs.microsoft.com/en-us/azure/spring-cloud/" target="_blank"&gt;implementing solutions on Azure Spring Cloud&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Learn more about &lt;a href="https://docs.microsoft.com/en-us/azure/spring-cloud/how-to-new-relic-monitor" target="_blank"&gt;New Relic Java agent&lt;/a&gt; in Azure Spring Cloud.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://github.com/Azure-Samples/spring-petclinic-microservices" target="_blank"&gt;Deploy&lt;/a&gt; a distributed version of Spring Petclinic built with Spring Cloud.&lt;/li&gt;&#xD;
	&lt;li&gt;Deploy Spring Boot applications by leveraging enterprise best practices&amp;mdash;&lt;a href="https://docs.microsoft.com/en-us/azure/spring-cloud/reference-architecture" target="_blank"&gt;Azure Spring Cloud reference architecture&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Migrate your &lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-cloud" target="_blank"&gt;Spring Boot&lt;/a&gt;, &lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-cloud" target="_blank"&gt;Spring Cloud&lt;/a&gt;, and &lt;a href="https://aka.ms/migrate-tomcat-to-azure-spring-cloud-service" target="_blank"&gt;Tomcat&lt;/a&gt; applications to Azure Spring Cloud.&lt;/li&gt;&#xD;
	&lt;li&gt;Wire Spring applications to &lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/spring-framework/" target="_blank"&gt;interact with Azure services&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;For feedback and questions, please &lt;a href="mailto:AzureSpringCloud-Talk@service.microsoft.com" target="_blank"&gt;email us&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/use-new-relic-one-to-effortlessly-monitor-applications-in-azure-spring-cloud/#comments</comments>
      <link>https://azure.microsoft.com/blog/use-new-relic-one-to-effortlessly-monitor-applications-in-azure-spring-cloud/</link>
      <dc:creator>Asir Selvasingh</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">advancing-safe-deployment-with-aiops-introducing-gandalf</guid>
      <category>Artificial Intelligence</category>
      <category>DevOps</category>
      <category>Machine Learning</category>
      <title>Advancing safe deployment with AIOps—introducing Gandalf</title>
      <description>The continuous monitoring of health metrics is a fundamental part of this process, and this is where AIOps plays a critical role. In the post that follows, we introduce how AI and machine learning are used to empower DevOps engineers, monitor the Azure deployment process at scale, detect issues early, and make rollout or rollback decisions based on impact scope and severity.</description>
      <pubDate>Wed, 30 Jun 2021 09:00:13 Z</pubDate>
      <content:encoded>&lt;p&gt;&lt;em&gt;&amp;ldquo;Changes to Azure services and the Azure platform itself are both inevitable and beneficial, to ensure continuous delivery of updates, new features, and security enhancements. However, change is also a primary cause of service regressions that can contribute towards reliability issues&amp;mdash;for hyperscale cloud providers, indeed for any IT service provider. As such, it is critical to catch any such problems as early as possible during the development and deployment rollout, to minimize any impact on the customer experience. As part of our ongoing &lt;a href="https://www.aka.ms/AdvancingReliability" target="_blank"&gt;Advancing Reliability&lt;/a&gt; blog series, today I&amp;rsquo;ve asked Principal Program Manager &lt;strong&gt;Jian Zhang&lt;/strong&gt; from our AIOps team to introduce how we&amp;rsquo;re increasingly leveraging machine learning to de-risk these changes, ultimately to improve the reliability of Azure.&amp;rdquo;&lt;/em&gt;&amp;mdash;Mark Russinovich, CTO, Azure&lt;/p&gt;&#xD;
&#xD;
&lt;hr&gt;&#xD;
&lt;p&gt;&lt;em&gt;This post includes contributions from Principal Data Scientists Ken Hsieh and Ze Li, Principal Data Scientist Manager Yingnong Dang, and Partner Group Software Engineering Manager Murali Chintalapati.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;In our earlier blog post &amp;ldquo;&lt;a href="https://azure.microsoft.com/blog/advancing-safe-deployment-practices/" target="_blank"&gt;Advancing safe deployment practices&lt;/a&gt;&amp;rdquo; Cristina del Amo Casado described how we release changes to production, for both code and configuration changes, across the &lt;a href="https://azure.microsoft.com/en-us/" target="_blank"&gt;Azure&lt;/a&gt; platform. The processes consist of delivering changes progressively, with phases that incorporate enough bake time to allow detection at a small scale for most regressions missed during testing.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;The continuous monitoring of health metrics is a fundamental part of this process, and this is where AIOps plays a critical role&amp;mdash;it allows the detection of anomalies to trigger alerts and the automation of correcting actions such as stopping the deployment or initiating rollbacks.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;In the post that follows, we introduce how AI and machine learning are used to empower DevOps engineers, monitor the Azure deployment process at scale, detect issues early, and make rollout or rollback decisions based on impact scope and severity.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Why AIOps for safe deployment&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;As defined by &lt;a href="https://www.gartner.com/en/documents/3892967/market-guide-for-aiops-platforms" target="_blank"&gt;Gartner&lt;/a&gt;, AIOps enhances IT operations through insights that combine big data, machine learning, and visualization to automate IT operations processes, including event correlation, anomaly detection, and causality determination. In our earlier post, &amp;quot;&lt;a href="https://azure.microsoft.com/en-us/blog/advancing-azure-service-quality-with-artificial-intelligence-aiops/" target="_blank"&gt;Advancing Azure service quality with artificial intelligence: AIOps&lt;/a&gt;,&amp;quot; we shared our vision and some of the ways in which we are already using AIOps in practice, including around safe deployment. AIOps is well suited to catching failures during deployment rollout, particularly because of the complexities of cross-service dependencies, the scale of hyperscale cloud services, and the variety of different customer scenarios supported.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Phased rollouts and enriched health signals are used to facilitate monitoring and decision making in the deployment process, but the volume of signals and level of complexity involved in deployment decision making exceeds what any human could reasonably reason over, across thousands of ever-evolving service components, spanning more than 200 datacenters in more than 60 regions. Some latent issues won&amp;rsquo;t manifest for several days after their deployment, and global issues that span different clusters but manifest only minutely in any individual cluster are hard to detect with just a local watchdog. While loose coupling allows most service components to be deployed independently, their deployments could have intricate impacts on each other. For example, a simple change in an upstream service could potentially impact a downstream service if it breaks the contract of API calls between the two services.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;These challenges call for automated monitoring, anomaly detection, and rollout impact assessment solutions to facilitate deployment decisions at velocity.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/ea272394-b78c-496a-a993-bc1c8733c6d0.png"&gt;&lt;img alt="Gandalf safe deployment – including pre-qualification test, safe deployment policy, local watchdog, and “Gandalf” the global and intelligent watchdog." border="0" height="209" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/47cf1def-15ef-41dd-b9bb-69eb6ed10a44.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="gandalf img1" width="240"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 1: Gandalf safe deployment&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Gandalf safe deployment service: An AIOps solution&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Rising to the challenge described above, the Azure Compute Insights team developed the &amp;ldquo;Gandalf&amp;rdquo; safe deployment service&amp;mdash;an end-to-end, continuous monitoring system for safe deployment. We consider this part of the Gandalf AIOps solution suite, which includes a few other intelligent monitoring services. The code name Gandalf was inspired by the protagonist from The Lord of the Rings, as shown in Figure 1, it serves as a global watchdog, which makes intelligent deployment decisions based on signals collected. It works in tandem with local watchdogs, safe deployment policies, and pre-qualification tests, all to ensure deployment safety and velocity.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;As illustrated in Figure 2, the Gandalf system monitors rich and representative signals from Azure, performs anomaly detection and correlation, then derives insights to support deployment decision making and actions.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/6dcc2c12-e23a-44d1-905f-2a4a01da7ff2.png"&gt;&lt;img alt="Gandalf system overview – showing data sources, the detection/correlation/decision engine, result orchestration, consumers, and the deployment engine." border="0" height="262" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/7c1aa8d8-2f29-4752-bc86-b2eeecdd0a59.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Figure2" width="1024"&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 2: Gandalf system overview&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Data sources&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Gandalf monitors signals across performance, failures, and events as described below. It pre-processes the data to structure them around a unified data schema to support downstream data analytics. It also leverages a few other analytics services within Azure for health signals, including our Virtual Machine failure categorization service and near real-time failure attribution processing service. Signal registration with Gandalf is required when any new service components are onboarded, to ensure complete coverage.&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Performance data: &lt;/strong&gt;Gandalf monitors performance counters, CPU usage, memory usage, and more &amp;ndash; all for a high-level view of performance and resource consumption patterns of hosted services.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Failure signals:&lt;/strong&gt; Gandalf monitors both the hosting environment of customer&amp;rsquo;s virtual machines (data plane) and tenant-level services (control plane). For the data plane, it monitors failure signals such as OS crashes, node faults, and reboots to evaluate the health of the VM&amp;rsquo;s hosting environment.&amp;nbsp; At the same time, it monitors failure signals of the control plane like API call failures, to evaluate the health of tenant-level services.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Update events:&lt;/strong&gt; In addition to telemetry data collected, Gandalf also keeps its finger on the pulse of deployment events, which report deployment progress and issues.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;h3&gt;Detection, correlation, and decision&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Gandalf evaluates the impact scope of the deployment&amp;mdash;for example, the number of impacted nodes, clusters, and customers&amp;mdash;to make a go/no-go decision using decision criteria that are trained dynamically. To balance speed and coverage, Gandalf utilizes an architecture with both streaming and batch analysis engines.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/040317ab-ee8f-4043-96f4-138476f62040.png"&gt;&lt;img alt="Gandalf correlation process (identifying which rollouts are suspicious) and decision process (assessing the customer impacts of the blamed components/failures)." border="0" height="431" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/bac9753f-e782-4ece-987b-214cb2b012c9.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="gandalf img3" width="841"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;em&gt;Figure 3: Gandalf Anomaly Detection and Correlation Mode&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Figure 3 shows an overview of the Gandalf Machine Learning (ML) model. It consists of two parts&amp;mdash;anomaly detection and correlation process (to identify suspicious deployments) and a decision process (to evaluate customer impact).&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Anomaly detection and correlation process&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;To ensure precise detection, Gandalf derives fault signatures from input signals, which can be used to uniquely identify the failure. Then, it detects based on the occurrence of the fault signature.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;In large-scale cloud systems like Azure, simple threshold-based detection is not practical both because of the dynamic nature of the systems and workloads hosted and because of the sheer volume of fault signatures. Gandalf applies machine learning techniques to estimate baseline settings based on historical data automatically and can adapt the setting through training as needed.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;When Gandalf detects an anomaly, it correlates the observed failure with deployment events and evaluates its impact scope. This helps to filter out failures caused by non-deployment reasons such as random firmware issues.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Since multiple system components are often deployed concurrently, a vote-veto mechanism is used to establish the relationship between the faults and the rollout components. In addition, temporal and spatial correlations are used to identify the components at fault. Fault age, which measures the time between rollout and detection of fault signature, is considered to allow more focus on new rollouts than old ones since newly observed faults are less likely to be triggered by the old rollout.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;In this way, Gandalf can detect an anomaly that would lead to potential regressions in the customer experience early in the process&amp;mdash;before it generates widespread customer impact. For more detail, refer to our published paper &amp;ldquo;&lt;a href="https://www.usenix.org/conference/nsdi20/presentation/li" target="_blank"&gt;Gandalf: An Intelligent, end-to-end analytics service for safe deployment in large-scale cloud infrastructure&lt;/a&gt;.&amp;rdquo;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Decision process&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Finally, Gandalf evaluates the impact scope of the deployment such as the number of impacted clusters/nodes/customers, and ultimately makes a &amp;quot;go/no-go&amp;quot; decision. It&amp;rsquo;s worth mentioning that Gandalf is designed to allow developers to customize signals&amp;rsquo; weight assignment based on their experience. In this way, it can incorporate domain knowledge from human experts to complement its machine learning solutions.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Result orchestration&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;To balance speed and coverage, Gandalf utilizes both streaming and batch processing of incoming signals. Streaming processing consumes data from Azure Data Explorer, a cloud storage solution supporting analytics with fast speed. Streaming processing is used to process fault signals that happen 1 hour before and after each deployment in each node and runs lightweight analysis algorithms for rapid response.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Batch processing consumes data from Cosmos, a Hadoop-like file system that supports extremely large volumes of data. It&amp;rsquo;s used to analyze faults over a larger time window (generally a 30-day period) with advanced algorithms.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Both stream and batch processing are performed incrementally with five-minute intervals. In general, the incoming telemetry signals of Gandalf are both streamed into Kusto and stored into Cosmos hourly/daily. With the same data source, occasionally there could be inconsistent results from the processing pipeline. This is by design since batch processing makes more informed decisions and covers latent issues that the fast/streaming process cannot detect.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Deployment experience transformation&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;The Gandalf system is now well integrated into our DevOps workflow within Azure and has been widely adopted for deployment health monitoring across the entire fleet. It not only helps to prevent bad rollouts as quickly as possible but has also transformed the engineers&amp;rsquo; and release managers&amp;rsquo; experience in deploying software changes&amp;mdash;from looking for scattered evidence to using a single source of truth, from ad-hoc diagnoses to using interactive troubleshooting&amp;mdash;and in so doing, many of the engineers who interact with Gandalf have had their opinions on it transformed as well, evolving from skeptics to advocates.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;In many Azure services, Gandalf has become a default baseline for all release validations, and it&amp;rsquo;s exciting to hear how much our on-call engineers trust Gandalf.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Summary&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;In this post, we have introduced the &lt;a href="https://www.usenix.org/conference/nsdi20/presentation/li" target="_blank"&gt;Gandalf&lt;/a&gt; safe deployment service, an intelligent, end-to-end analytics service for the safe deployment of Azure services. Through state-of-the-art anomaly detection, special and temporal correlation, and result orchestration, the Gandalf safe deployment service enables DevOps engineers to make go/no-go decisions accurately, and with the velocity needed by hyper-scale cloud platforms like Azure.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;We will continue to invest in applying AI- and machine learning-based technologies to improve cloud service management, ultimately to continue improving the customer experience. Look for us to share more about our AIOps solutions, including pre-production analytics to further help us push quality to the left.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/advancing-safe-deployment-with-aiops-introducing-gandalf/#comments</comments>
      <link>https://azure.microsoft.com/blog/advancing-safe-deployment-with-aiops-introducing-gandalf/</link>
      <dc:creator>Mark Russinovich</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">azure-cost-management-and-billing-updates-june-2021</guid>
      <category>Web</category>
      <category>Database</category>
      <category>Management</category>
      <category>Updates</category>
      <category>Monitoring</category>
      <category>Azure Stream Analytics</category>
      <category>API Management</category>
      <title>Azure Cost Management and Billing updates – June 2021</title>
      <description>June brings amortization to the cost analysis preview, says goodbye to Cloudyn, and welcomes many new ways to optimize your costs, from 5 new generally available offers and 5 new previews to 3 lower prices and 3 expanded free offers. And as always, more documentation updates. Enjoy!</description>
      <pubDate>Tue, 29 Jun 2021 10:00:07 Z</pubDate>
      <content:encoded>&lt;p&gt;Whether you&amp;rsquo;re a new student, a thriving startup, or the largest enterprise, you have financial constraints, and you need to know what you&amp;rsquo;re spending, where, and how to plan for the future. Nobody wants a surprise when it comes to the bill, and this is where &lt;a href="https://azure.microsoft.com/en-us/services/cost-management/" target="_blank"&gt;Azure Cost Management and Billing&lt;/a&gt; comes in.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;We&amp;rsquo;re always looking for ways to learn more about your challenges and how Azure Cost Management and Billing can help you better understand where you&amp;rsquo;re accruing costs in the cloud, identify and prevent bad spending patterns, and optimize costs to empower you to do more with less. Here are a few of the latest improvements and updates based on your feedback:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="#analysis"&gt;Viewing amortized costs in the cost analysis preview&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="#cloudyn"&gt;Reminder: Cloudyn retiring on June 30&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="#labs"&gt;What&amp;#39;s new in Cost Management Labs&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="#optimize"&gt;New ways to save money with Azure&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="#docs"&gt;Documentation updates&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;Let&amp;rsquo;s dig into the details.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a name="analysis"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Viewing amortized costs in the cost analysis preview&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;The cost analysis preview introduced a &lt;a href="https://azure.microsoft.com/blog/azure-cost-management-and-billing-updates-november-2020?WT.mc_id=acm-micflan#views" target="_blank"&gt;new Reservations view&lt;/a&gt; when it was first announced in November 2020. The Reservations view shows the total amortized cost for each reservation with a breakdown by resource to facilitate chargeback. Now that same option has been extended to other preview views, allowing you to view amortized cost for your resources, resource groups, or subscriptions. Simply open the view you need, then select &lt;strong&gt;Customize&lt;/strong&gt; and switch from &lt;strong&gt;Actual cost&lt;/strong&gt; to &lt;strong&gt;Amortized cost&lt;/strong&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;If you&amp;#39;re not familiar, amortization splits the purchase price of your reservations into daily chunks and allocates these out to the resources that received the benefit. Let&amp;#39;s say you purchased a VM reservation for $365 on January 1. Enabling amortization will show $1 every day throughout the year. If your VM ran the full day, it&amp;#39;ll get the full $1 for that day. If you only ran it for 12 hours one day, then you&amp;#39;ll see $0.50 for the VM and $0.50 for the&amp;nbsp;&lt;strong&gt;unused reservation&lt;/strong&gt;. This is lost savings from your pre-paid, reserved capacity, so you&amp;#39;ll want to keep an eye on that. This is exactly what the Reservations view helps you do. And beyond that, what you can use amortized cost for.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Keep using the preview and let us know what you&amp;#39;d like to see next.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a name="cloudyn"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Reminder: Cloudyn retiring on June 30&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://blogs.microsoft.com/blog/2017/06/29/microsofts-acquisition-cloudyn-will-help-azure-customers-manage-optimize-cloud-usage?WT.mc_id=acm-micflan" target="_blank"&gt;Microsoft acquired Cloudyn in July 2017&lt;/a&gt; to bring a wealth of cost management experience and capabilities to the broader Azure community. Many organizations have known and loved the capabilities Cloudyn brought to the table and now that many of these have been (or are being) integrated into Azure Cost Management, &lt;strong&gt;Cloudyn will be retiring on June 30, 2021&lt;/strong&gt;. Whether you relied on &lt;a href="https://azure.microsoft.com/blog/connector-for-aws-in-azure-cost-management-billing-is-now-generally-available?WT.mc_id=acm-micflan" target="_blank"&gt;cross-cloud cost governance&lt;/a&gt; or &lt;a href="https://azure.microsoft.com/blog/simplify-financial-reporting-with-cost-allocation-now-in-preview?WT.mc_id=acm-micflan" target="_blank"&gt;cost allocation and chargeback&lt;/a&gt;, or maybe you simply need basic &lt;a href="https://azure.microsoft.com/blog/azure-cost-management-now-general-availability-for-enterprise-agreements-and-more?WT.mc_id=acm-micflan" target="_blank"&gt;cost reporting, accountability, and optimization&lt;/a&gt;, Azure Cost Management has you covered. And that&amp;#39;s not all. There&amp;#39;s &lt;a href="https://azure.microsoft.com/blog/azure-cost-management-and-billing-2020-year-in-review?WT.mc_id=acm-micflan" target="_blank"&gt;even more in the roadmap coming this year&lt;/a&gt;, so stay tuned.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;If you&amp;#39;re a Cloud Solution Provider still using Cloudyn, we&amp;#39;ve already reached out to you, but as a reminder, you (and your customers) will be able to view, manage, and optimize costs using Azure Cost Management once you &lt;a href="https://azure.microsoft.com/blog/azure-cost-management-updates-november-2019?WT.mc_id=acm-micflan#partners" target="_blank"&gt;transition to Microsoft Customer Agreement and an Azure plan&lt;/a&gt;. Again, &lt;strong&gt;Cloudyn will be retiring on June 30, 2021&lt;/strong&gt;, and will no longer be accessible. We thank you for your patronage and look forward to supporting you and your financial goals with Azure Cost Management.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a name="labs"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;What&amp;#39;s new in Cost Management Labs&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;With &lt;a href="https://azure.microsoft.com/blog/azure-cost-management-updates-july-2019?WT.mc_id=acm-micflan#labs" target="_blank"&gt;Cost Management Labs&lt;/a&gt;, you get a sneak peek at what&amp;rsquo;s coming in Azure Cost Management and can engage directly with us to share feedback and help us better understand how you use the service, so we can deliver more tuned and optimized experiences. Here are a few features you can see in Cost Management Labs:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Remember last-used scope&amp;nbsp;&lt;/strong&gt;&amp;ndash; &lt;em&gt;Now available in the public portal&lt;/em&gt;&lt;br&gt;&#xD;
	Azure Cost Management now remembers the last scope you used, making it easier than ever to pick up where you left off. You can see the preview in &lt;a href="https://aka.ms/costmgmt/labs" target="_blank"&gt;Cost Management Labs&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;New: Confirm billing policy status in Configuration&lt;/strong&gt;&lt;br&gt;&#xD;
	Updated Configuration screen that separates scope and cost management settings and shows whether Cost Management, Reservations, and Azure Marketplace are enabled for your Enterprise Agreement billing account or Microsoft Customer Agreement billing profile.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;View cost for your resources&lt;/strong&gt;&lt;br&gt;&#xD;
	The cost for your resources is one click away from the resource overview in the &lt;a href="https://preview.portal.azure.com" target="_blank"&gt;preview portal&lt;/a&gt;. Just click &lt;strong&gt;View cost&lt;/strong&gt; to quickly jump to the cost of that particular resource.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Change scope from the menu&lt;/strong&gt;&lt;br&gt;&#xD;
	Change scope from the menu for quicker navigation. You can opt-in using Try Preview. &lt;a href="https://aka.ms/costmgmt/previews/changescope" target="_blank"&gt;Share feedback about this preview&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Open configuration items in the main menu&lt;/strong&gt;&lt;br&gt;&#xD;
	This is an experimental option to show the selected configuration screen as a nested menu item in the Cost Management menu. You can opt-in using Try Preview from &lt;a href="https://aka.ms/costmgmt/labs" target="_blank"&gt;Cost Management Labs&lt;/a&gt;. &lt;a href="https://aka.ms/costmgmt/previews/configinmenu" target="_blank"&gt;Share feedback about this preview&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Streamlined Cost Management menu&lt;/strong&gt;&lt;br&gt;&#xD;
	Only show settings in Configuration. Remove Cloudyn, Exports, and Connectors for AWS from the Cost Management menu. You can opt-in using Try Preview from &lt;a href="https://aka.ms/costmgmt/labs" target="_blank"&gt;Cost Management Labs&lt;/a&gt;. &lt;a href="https://aka.ms/costmgmt/previews/onlyinconfig" target="_blank"&gt;Share feedback about this preview&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;Of course, that&amp;rsquo;s not all. Every change in Azure Cost Management is available in Cost Management Labs a week before it&amp;rsquo;s in the full Azure portal. We&amp;rsquo;re eager to hear your thoughts and understand what you&amp;rsquo;d like to see next. What are you waiting for? Try &lt;a href="https://aka.ms/costmgmt/labs" target="_blank"&gt;Cost Management Labs&lt;/a&gt; today.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a name="optimize"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2 id="new-ways-to-save-money-with-azure"&gt;New ways to save money with Azure&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;This month was packed with 16 new and upcoming ways to help you optimize your costs:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/app-service-managed-certificates-now-generally-available?WT.mc_id=acm-micflan" target="_blank"&gt;General availability: App Service managed certificates&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/expanded-azure-cosmos-db-free-tier-now-in-general-availability?WT.mc_id=acm-micflan" target="_blank"&gt;General availability: Cosmos DB expanded free tier&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-cosmos-db-serverless-now-in-general-availability?WT.mc_id=acm-micflan" target="_blank"&gt;General availability: Cosmos DB Serverless&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/2021regions?WT.mc_id=acm-micflan" target="_blank"&gt;General availability: 5 new regions for Azure Stream Analytics&lt;/a&gt; &amp;ndash; Australia Central, Germany West Central, Norway East, South India, UAE North.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/generally-available-azure-health-bot-adds-new-regions-and-languages-for-it-s-systems-checker?WT.mc_id=acm-micflan" target="_blank"&gt;General availability: 8 new regions for Azure Health Bot&lt;/a&gt; &amp;ndash; Australia East, East US 2, India Central, North Europe, South Central US, Southeast Asia, UK South, West US 2.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/now-available-pricing-changes-to-azure-sentinel-and-azure-monitor-to-help-you-reduce-costs?WT.mc_id=acm-micflan" target="_blank"&gt;Lower price: Azure Sentinel and Azure Monitor&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/grpricing?WT.mc_id=acm-micflan" target="_blank"&gt;Lower price: ExpressRoute Global Reach&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-api-management-premium-tier-price-reduction-for-incremental-purchased-units?WT.mc_id=acm-micflan" target="_blank"&gt;Lower price: API Management Premium&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-stack-hci-60day-free-trial-now-available?WT.mc_id=acm-micflan" target="_blank"&gt;Free trial extended: Azure Stack hyperconverged infrastructure (HCI)&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-sql-database-ledger-available-in-public-preview?WT.mc_id=acm-micflan" target="_blank"&gt;Preview: Azure SQL Database ledger&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/costoptimized-diagnostics-feature-for-azure-cosmos-db-in-public-preview?WT.mc_id=acm-micflan" target="_blank"&gt;Preview: Cosmos DB cost-optimized diagnostics&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-cosmos-db-linux-emulator-in-public-preview?WT.mc_id=acm-micflan" target="_blank"&gt;Preview: Cosmos DB Linux emulator&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-cosmos-db-integrated-cache-now-in-public-preview?WT.mc_id=acm-micflan" target="_blank"&gt;Preview: Cosmos DB integrated cache&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/event-hubs-premium-now-available-in-public-preview?WT.mc_id=acm-micflan" target="_blank"&gt;Preview: Event Hubs Premium&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-database-for-postgresql-flexible-server-azure-free-offer-coming-soon?WT.mc_id=acm-micflan" target="_blank"&gt;Coming soon: Azure Database for PostgreSQL free offer&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/updates/azure-database-for-mysql-flexible-server-azure-free-offer-coming-soon?WT.mc_id=acm-micflan" target="_blank"&gt;Coming soon: Azure Database for MySQL free offer&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a name="docs"&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2 id="documentation-updates"&gt;Documentation updates&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Here are a few documentation updates you might be interested in:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/azure/cost-management-billing/costs/aws-integration-set-up-configure?WT.mc_id=acm-micflan" target="_blank"&gt;Clarification: Connectors for AWS require an AWS management (or consolidated) account&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/azure/cost-management-billing/reservations/exchange-and-refund-azure-reservations?WT.mc_id=acm-micflan" target="_blank"&gt;Clarification: Exchanging reservations resets the reservation term&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/azure/cost-management-billing/costs/get-started-partners?WT.mc_id=acm-micflan" target="_blank"&gt;How to: View cost for a specific customer in cost analysis&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/azure/cost-management-billing/costs/group-filter?WT.mc_id=acm-micflan" target="_blank"&gt;Clarification: Updated guidance when common grouping options are null/empty&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;Want to keep an eye on all of the documentation updates? Check out the &lt;a href="https://github.com/MicrosoftDocs/azure-docs/commits/master/articles/cost-management-billing" target="_blank"&gt;Cost Management and Billing doc change history&lt;/a&gt; in the &lt;strong&gt;azure-docs&lt;/strong&gt; repository on GitHub. If you see something missing, select &lt;strong&gt;Edit&lt;/strong&gt; at the top of the document and submit a quick pull request.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;h2 id="whats-next"&gt;What&amp;rsquo;s next?&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;These are just a few of the big updates from last month. Don&amp;rsquo;t forget to check out the &lt;a href="https://aka.ms/costmgmt/blog" target="_blank"&gt;previous Azure Cost Management and Billing updates&lt;/a&gt;. We&amp;rsquo;re always listening and making constant improvements based on your feedback, so please keep the feedback coming.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Follow &lt;a href="https://twitter.com/azurecostmgmt" target="_blank"&gt;@AzureCostMgmt&lt;/a&gt; on Twitter and subscribe to the &lt;a href="https://aka.ms/costmgmt/videos" target="_blank"&gt;YouTube channel&lt;/a&gt; for updates, tips, and tricks. You can also share ideas and vote up others in the &lt;a href="https://aka.ms/costmgmt/feedback" target="_blank"&gt;Cost Management feedback forum&lt;/a&gt; or &lt;a href="https://aka.ms/costmgmt/joinresearch" target="_blank"&gt;join the research panel&lt;/a&gt; to participate in a future study and help shape the future of Azure Cost Management and Billing.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;We know these are trying times for everyone. Best wishes from the Azure Cost Management and Billing team. Stay safe and stay healthy.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/azure-cost-management-and-billing-updates-june-2021/#comments</comments>
      <link>https://azure.microsoft.com/blog/azure-cost-management-and-billing-updates-june-2021/</link>
      <dc:creator>Michael Flanakin</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">bring-cloud-experiences-to-data-workloads-anywhere-with-azure-sql-enabled-by-azure-arc</guid>
      <category>Cloud Strategy</category>
      <category>Hybrid</category>
      <title>Bring cloud experiences to data workloads anywhere with Azure SQL enabled by Azure Arc</title>
      <description>From edge to cloud, companies are eager to find innovative solutions that meet them where they are. Today’s business environment is increasingly complex, and customers tell us they need solutions that are multi-cloud, platform-agnostic, and offer integrated apps and services that are always up to date. Today, we’re announcing the general availability of Azure SQL enabled by Azure Arc to help customers manage their data and databases simply and efficiently.</description>
      <pubDate>Tue, 29 Jun 2021 07:00:05 Z</pubDate>
      <content:encoded>&lt;p&gt;From edge to cloud, companies are eager to find innovative solutions that meet them where they are. Today&amp;rsquo;s business environment is increasingly complex, and customers tell us they need solutions that are multi-cloud, platform-agnostic, and offer integrated apps and services that are always up to date. We&amp;rsquo;ve seen firsthand the best solution combines a company&amp;rsquo;s existing infrastructure with the simple, distributed computing power of the cloud. Our unique approach to hybrid gives businesses choice and flexibility in managing their entire data estate while complying with data sovereignty, regulation, and latency requirements.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Tune in to the &lt;a href="https://azurehybriddigitalevent.eventcore.com/auth/login?ocid=AID3032310_QSG_529854" target="_blank"&gt;Azure Hybrid and Multi-cloud Digital Event&lt;/a&gt; from 9:00 &amp;ndash; 11:00 AM Pacific Time to learn more about the latest announcements about Azure Arc-enabled data services. And today, we&amp;rsquo;re announcing the general availability of &lt;a href="https://azure.microsoft.com/en-us/services/azure-arc/hybrid-data-services/" target="_blank"&gt;Azure SQL enabled by Azure Arc&lt;/a&gt; to help customers manage their data and databases simply and efficiently. Customers can deploy cloud services on-premises and in multi-cloud environments&amp;mdash;effectively modernizing in place by running Azure SQL on any infrastructure.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/a71e50ff-7c4f-4932-953b-eeef5d199146.png"&gt;&lt;img alt="Azure Arc extends Azure services across on-premises, multicloud and edge environments" border="0" height="576" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/3d2b0a78-7200-42a9-a464-f29249c00d2f.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Innovation with Azure anywhere" width="1024"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Cloud solutions that simplify the most complex hybrid data scenarios&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Deploying cloud-based solutions to on-premises and multi-cloud environments helps deliver consistent, portable, and unified management across a company&amp;rsquo;s entire data estate. Our customers are seeing improved productivity and operating efficiency by using hybrid technology to manage their data and app development at scale.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;For example, SKF provides reliable rotation to industries all over the world, offering products and services around the rotating shaft including bearings, seals, lubrication management, artificial intelligence, and wireless condition monitoring. SKF has been on a journey to digitally transform the company&amp;rsquo;s backbone through harnessing the power of technology, interconnecting processes, streamlining operations, and delivering industry-leading digital products and services for customers. SKF &lt;a href="https://aka.ms/hde2021-skf" target="_blank"&gt;uses Azure Arc, along with Azure Stack HCI and Azure SQL Edge&lt;/a&gt;, to scale solutions and standardize processes across their 91 manufacturing sites, resulting in 40 percent savings on hardware costs and 30 percent savings in OT-related machine downtime.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;SKF&amp;rsquo;s focus is on digitalizing all segments of the value chain and interconnecting them to unlock the full potential of digital ways of working for our business and customers. Azure Arc-enabled SQL Managed Instance is providing us worry-free and always up-to-date SQL operations. These types of services provide us a tremendous jumpstart into digitalization.&amp;rdquo;&amp;mdash;&lt;/em&gt;Sven Vollbehr, Head of Digital Manufacturing, SKF&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;The &amp;ldquo;anywhere&amp;rdquo; solution for hybrid cloud applications&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Beginning July 30, 2021, the general-purpose tier of Azure Arc-enabled SQL Managed Instance will be generally available, providing database-as-a-service (DBaaS) functionality on any infrastructure. Businesses will be able to deploy Azure SQL databases on any infrastructure and on any Kubernetes to:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;Stay current with automated updates and deploy evergreen feature and security updates to on-prem databases with no end-of-support.&lt;/li&gt;&#xD;
	&lt;li&gt;Automate routine database administrator (DBA) tasks at scale with built-in management capabilities including high availability, backup, and restore.&lt;/li&gt;&#xD;
	&lt;li&gt;Optimize data workload performance by bringing cloud elasticity on-premises for existing infrastructure, using only the resources needed to dynamically scale up, down, without application downtime.&lt;/li&gt;&#xD;
	&lt;li&gt;Access Azure industry-leading security and governance capabilities for your on-premises data workloads using to protect your data.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;New product features and capabilities will be rolled out on a continuous basis, and customers will be able to opt-in to preview additional Azure Arc-enabled services, such as PostgreSQL, and easily integrate as they become generally available. Additionally, customers will have the opportunity to test out future road map preview features and provide early feedback.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Develop breakthrough applications with our network of trusted partners&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;In support of Azure Arc-enabled data services&amp;#39; general availability, we are announcing an &lt;a href="https://aka.ms/hde2021-partners" target="_blank"&gt;expanded network of trusted partners and validated solutions&lt;/a&gt; to help customers get started.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Our team works closely with technology providers to validate popular platforms to work with Azure Arc, and our &lt;a href="https://aka.ms/AzureArcPartnerNetwork" target="_blank"&gt;many service providers&lt;/a&gt; are here to provide customers with the latest innovations for hybrid data solutions on-premises or in multi-cloud environments.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Whether you are just getting started with migration and modernization efforts or in the middle of a multi-year digital transformation, our consulting services partners can help you choose the validated infrastructures and applications that are specifically configured and tested to work with Azure Arc.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Get started with Azure Arc-enabled data services&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Get started with &lt;a href="https://azure.microsoft.com/en-us/services/azure-arc/hybrid-data-services/" target="_blank"&gt;Azure Arc-enabled data services&lt;/a&gt; available in preview today. Starting July 30, 2021, Azure Arc-enabled SQL Managed Instance (general-purpose tier) will be generally available for customers to optimize their data workloads from cloud to edge.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Tune in to the &lt;a href="https://azurehybriddigitalevent.eventcore.com/auth/login?ocid=AID3032310_QSG_529854" target="_blank"&gt;Azure Hybrid and Multi-cloud Digital Event&lt;/a&gt; today at 9:00 AM Pacific Time or watch on-demand to learn more about the announcement.&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://azure.microsoft.com/en-us/services/azure-arc/hybrid-data-services/" target="_blank"&gt;Get started&lt;/a&gt; and view &lt;a href="https://azure.microsoft.com/en-us/services/azure-arc/hybrid-data-services/#faq" target="_blank"&gt;frequently asked questions&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Review &lt;a href="https://docs.microsoft.com/en-us/azure/azure-arc/" target="_blank"&gt;Azure Arc documentation&lt;/a&gt; and &lt;a href="https://azurearcjumpstart.io/overview/" target="_blank"&gt;Jumpstart scenarios&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/bring-cloud-experiences-to-data-workloads-anywhere-with-azure-sql-enabled-by-azure-arc/#comments</comments>
      <link>https://azure.microsoft.com/blog/bring-cloud-experiences-to-data-workloads-anywhere-with-azure-sql-enabled-by-azure-arc/</link>
      <dc:creator>Rohan Kumar</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">streamline-your-custom-image-building-process-with-azure-vm-image-builder-service</guid>
      <category>Virtual Machines</category>
      <category>Partner</category>
      <title>Streamline your custom image building process with Azure VM Image Builder service</title>
      <description>Today we are announcing the general availability of Azure VM Image Builder service, a managed service for you to build custom Linux or Windows VM images with ease, and be compliant with your company’s security policy across Azure and Azure Stack. With Azure VM Image Builder Service, the Microsoft managed service built on HashiCorp Packer, you can describe custom images in a template using new or existing configurations and enables VM image building immediately without setting up and managing your own image building pipeline.</description>
      <pubDate>Thu, 24 Jun 2021 09:00:02 Z</pubDate>
      <content:encoded>&lt;p&gt;Today we are announcing the general availability of the &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/image-builder-overview" target="_blank"&gt;Azure VM Image Builder service&lt;/a&gt;, a managed service for you to build custom Linux or Windows virtual machine (VM) images with ease, and be compliant with your company&amp;rsquo;s security policy across Azure and Azure Stack.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;With Azure VM Image Builder, the Microsoft managed service built on &lt;a href="https://www.packer.io/" target="_blank"&gt;HashiCorp Packer&lt;/a&gt;, you can describe custom images in a template using new or existing configurations and enables VM image building immediately without setting up and managing your own image building pipeline.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Image building has always been an important yet complex process; you start with collecting the requirements from different teams within your organization, and then you need to start building the image configuration tooling and set up the right infrastructure to support the implementation of making a new custom golden image. Finally, if you were to build many images at once, an automation configuration is needed so you can get everything in the funnel and start working.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/08056fa5-f5cd-418d-8b36-408c092aca62.png"&gt;&lt;img alt="You just need to manage the image configuration and the images you’d like to have, Azure VM Image Builder service will take care of the rest for you" border="0" height="287" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/748a0c85-c471-4e10-baa3-08264ce43ca1.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Azure VM Image Builder Service" width="1080"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;During the process, you also need to have a group of experts covering each step to ensure the process runs smoothly. The process gets even more complicated if you need to build images for different Operating Systems and deploy them on multiple clouds. This is because every Operating System comes with different configuration styles and patterns and every cloud has different image configuration requirements.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Azure VM Image Builder allows you to describe a custom image for Azure using a single template. You don&amp;#39;t need to relearn or rebuild all the tooling and image building pipelines; all you need to do is to gather your organization&amp;rsquo;s requirements and then choose from the template in Azure for building Linux or Windows VM images and the service will create the image for you. You don&amp;#39;t need to worry about all the infrastructure, technical differences between Operating System versions, or other underlying components in the image building while getting what you need in a simple, streamlined way.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/a009d5ff-d2ec-4100-822f-04d7fdc04d6f.jpg"&gt;&lt;img alt="Create your customize VM image with Azure CLI, Azure Portal or integrate the toolchain you would like to have" border="0" height="683" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/b68a6233-1287-4ff2-b230-d21ec1ee5005.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="create the image version" width="720"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;With Azure VM Image Builder, we&amp;rsquo;re making image building extremely easy for you with different options like using the Azure CLI or the Azure portal to start your VM Image Build process. And you can also combine the service with Azure Shared Image Gallery to set up your image-building pipeline and distribute the images globally with just a few clicks. Applying security configurations and group requirements will no longer be a heavy burden when it comes to building custom golden images.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Azure VM Image Builder service support scenarios&lt;/h2&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;Streamline your &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder" target="_blank"&gt;Linux&lt;/a&gt;, &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/windows/image-builder-powershell" target="_blank"&gt;Windows&lt;/a&gt;, or baseline image creation process that includes your minimum security and corporate configurations, and allows departments to customize it further.&lt;/li&gt;&#xD;
	&lt;li&gt;Integrate core applications and configurations, so your VMs can take on workloads after the image creation process such as &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/windows/image-builder-virtual-desktop" target="_blank"&gt;Windows Virtual Desktop configurations&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Patch and update your &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-gallery-update-image-version" target="_blank"&gt;existing Linux or Windows images&lt;/a&gt; or create images from Azure Marketplace images.&lt;/li&gt;&#xD;
	&lt;li&gt;Connect Azure VM Image Builder to your &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-vnet" target="_blank"&gt;existing virtual networks&lt;/a&gt;, so you can connect your existing configuration servers (DSC, Chef, Puppet, etc.), file shares, or any other routable servers or services for quicker image building pipeline deployment on Azure.&lt;/li&gt;&#xD;
	&lt;li&gt;Distribute images and scale globally with the &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/windows/image-builder-gallery" target="_blank"&gt;Azure Shared Image Gallery&lt;/a&gt;, and apply your images across your deployments worldwide.&lt;/li&gt;&#xD;
	&lt;li&gt;Integrate with your existing image building pipelines, just call Azure VM Image Builder from your pipeline, or use the simple &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder-devops-task" target="_blank"&gt;Image Builder Azure DevOps Task&lt;/a&gt; (preview) to seamlessly connect and fit in your operations.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/371362f8-cd0d-4556-a10b-9dc5b2854902.gif"&gt;&lt;img alt="Create Image Configuration, Submit it for build, Distribute the image worldwide within just a few steps." border="0" height="720" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/0f1d47f1-be8d-4a9d-88c9-4a78f2c5baa0.gif" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="aib2020Mayshort01_3mb-min" width="1280"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;h2&gt;Get started with Azure VM Image Builder Service with ready to use examples&lt;/h2&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/linux/image-builder" target="_blank"&gt;Create a Linux image and distribute it to an Azure Shared Image Gallery&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/windows/image-builder-powershell" target="_blank"&gt;Create a Windows VM with Azure VM Image Builder using PowerShell&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/streamline-your-custom-image-building-process-with-azure-vm-image-builder-service/#comments</comments>
      <link>https://azure.microsoft.com/blog/streamline-your-custom-image-building-process-with-azure-vm-image-builder-service/</link>
      <dc:creator>Michael Yen-Chi Ho</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">manage-your-digital-transformation-at-scale-for-retail-with-cloud-adoption-framework-for-azure</guid>
      <category>Cloud Strategy</category>
      <category>Internet of Things</category>
      <title>Manage your digital transformation at scale for retail with Cloud Adoption Framework for Azure</title>
      <description>Retail organizations are embracing digital transformation and cloud technologies to be more agile and achieve strategic goals. The cloud enables them to drive innovation, make more informed decisions with data analytics, outpace competitors, and deliver products, services, and applications faster. The path to the cloud is unique for every organization and navigating that journey can be a challenge. We’re excited to share new guidance within the Cloud Adoption Framework for the retail industry.</description>
      <pubDate>Wed, 23 Jun 2021 10:00:29 Z</pubDate>
      <content:encoded>&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/e86f739d-0d3f-429b-9d56-96113961155b.jpg"&gt;&lt;img alt="Retail shop owner working on Microsoft 365 Business Premium a mobile phone and a Surface. Female, retail, artwork, small business" border="0" height="900" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/2c8dd192-f2d7-4d80-8e29-da42cb645729.jpg" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Retail image" width="1200"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Retail organizations are embracing digital transformation and cloud technologies to be more agile and achieve strategic goals. The cloud enables them to drive innovation, make more informed decisions with data analytics, outpace competitors, and deliver products, services, and applications faster. The path to the cloud is unique for every organization and navigating that journey can be a challenge.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Accelerating business transformation with Cloud Adoption Framework&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;We&amp;rsquo;re excited to share new guidance within the &lt;a href="https://aka.ms/adopt/retail" target="_blank"&gt;Cloud Adoption Framework for the retail industry&lt;/a&gt;. It amplifies the documentation, best practices, tools, templates, and other useful resources already included in the framework, to accelerate retail customers to achieve their strategic goals and transform their business. This new content provides guidance to help retail organizations navigate their cloud journey right from defining their business strategy, creating their adoption plan, preparing their cloud environments, implementing governance and operations to maximize business value.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Ideally, organizations start with building their cloud strategy by understanding their business motivations and the industry-specific opportunities they need to address, including:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Personalization:&lt;/strong&gt;&amp;nbsp;Consolidate customer data sources to drive relevant offers, grow revenue, and improve customer experiences.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Omnichannel optimization:&lt;/strong&gt;&amp;nbsp;Provide a seamless customer journey, enabling customers to switch platforms, devices, and channels, while still having a connected retail experience.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;strong&gt;Supply chain optimization:&lt;/strong&gt;&amp;nbsp;Optimize supply chain with advanced insights and analytics that enhance product and service delivery and optimize planning to improve fulfillment, sourcing, and logistics.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;Once the motivations and business outcomes have been identified, retail organizations would need to understand their digital maturity and assess where they are at in their cloud journey, to then properly plan how they would deliver on the business expectations and transform their business. To assist with this, we have created a &lt;a href="https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/industry/retail/retail-cloud-maturity" target="_blank"&gt;retail maturity model&lt;/a&gt; that maps aspirational retail goals with recommended cloud technologies to potentially unlock those goals. By mapping the organization strategy, current and future stage, against this model, retail organizations would be able to prepare and execute a successful &lt;a href="https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/industry/retail/plan" target="_blank"&gt;cloud adoption plan&lt;/a&gt; aligned to their business expectations.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/8b925297-42a3-4469-986e-9fc82e2d8671.png"&gt;&lt;img alt="There are 4 phases in the retail digital maturity model.  First is siloed retail, second connected retail, third analytics-driven retail and fourth intelligent retail." height="370" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/7ea40dd0-2f4a-4000-be13-489aee8f07c5.png" style="display: inline;" title="The stages of digital retail maturity" width="1024"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Siloed retail&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Little to no cloud adoption and underutilized data. Legacy patterns and practices need to be modernized.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Connected retail&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Starting with migrating and modernizing technology solutions with the cloud to enable advanced innovations and reduce operational overhead.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Analytics-driven retail&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Taking steps to align to a common data model and preparing for future growth, unlocking advanced analytics while improving data governance.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Intelligent retail&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Integrating AI and machine learning into custom applications and Microsoft&amp;#39;s retail cloud offerings to deliver intelligent retail and drive more value for customers.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;After the business aspects of defining the strategy and creating the plan are in place, retail organizations can use the technical implementation guidance to build the proper cloud environment with Azure landing zones, and governance and management best practices to ensure that their cloud solutions are operating in alignment with their own and industry-specific security, compliance, and governance requirements.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Lastly, the scenario content also includes reference architectures to assist with the rapid deployment of retail solutions for common use cases, including &lt;a href="https://docs.microsoft.com/en-us/azure/architecture/example-scenario/ai/scalable-personalization-with-content-based-recommendation-system" target="_blank"&gt;scalable personalization on Azure&lt;/a&gt;, &lt;a href="https://docs.microsoft.com/en-us/azure/architecture/example-scenario/data/data-warehouse" target="_blank"&gt;data warehousing and analytics&lt;/a&gt;,&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/ecommerce-scenario" target="_blank"&gt;e-commerce front end&lt;/a&gt;, &lt;a href="https://docs.microsoft.com/en-us/azure/architecture/example-scenario/apps/ecommerce-search" target="_blank"&gt;intelligent product search engine for e-commerce&lt;/a&gt;, and several others.&amp;nbsp;You can find the full list of &lt;a href="https://docs.microsoft.com/en-us/azure/architecture/industries/retail?bc=/azure/cloud-adoption-framework/_bread/toc.json&amp;amp;toc=/azure/cloud-adoption-framework/industry/retail/toc.json" target="_blank"&gt;reference architectures and other solution areas&lt;/a&gt; for retail.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Real-world examples of how retail organizations address key challenges with Azure&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Walgreens is able to rapidly analyze and generate insights from the tons of data it manages using Azure. With the power of Microsoft Azure Synapse Analytics, it has been able to dramatically improve certain operations, lower TCO, and modernize business processes and decision-making.&amp;nbsp;Read how &lt;a href="https://customers.microsoft.com/en-us/story/778746-walgreens-retailers-azure-analytics" target="_blank"&gt;Walgreens modernized retail operations&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Albertsons migrated its entire datacenter to Microsoft Azure to leverage its capabilities like scalability, flexibility, resiliency, and agility to deliver a flexible omnichannel platform to customers that supports growth and innovation.&amp;nbsp;Read how &lt;a href="https://customers.microsoft.com/en-us/story/1345489328945401372-albertsons-mcs-story" target="_blank"&gt;Albertsons accelerated cloud adoption by migrating its on-premises datacenter&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Learn more about how &lt;a href="https://azure.microsoft.com/en-us/industries/retailers/" target="_blank"&gt;Azure drives digital transformation&lt;/a&gt;&amp;nbsp;for retail organizations.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Get Started&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Proper and thoughtful cloud adoption is key for retail organizations that want to reimagine the way they do business by:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;Enhancing day-to-day operations with real-time data insights&lt;/li&gt;&#xD;
	&lt;li&gt;Increasing customer engagement with personalized shopping experiences&lt;/li&gt;&#xD;
	&lt;li&gt;Building resilient supply chains with end-to-end analytics and AI&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;The &lt;a href="https://aka.ms/adopt/retail" target="_blank"&gt;retail scenario in the Cloud Adoption Framework&lt;/a&gt; provides essential guidance, technical documentation, and resources to help retail organizations achieve digital transformation and get on the path to successful cloud use.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;You can start today by reviewing the documentation and learning more about the &lt;a href="https://azure.microsoft.com/en-us/cloud-adoption-framework/" target="_blank"&gt;Cloud Adoption Framework for Azure&lt;/a&gt;.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/manage-your-digital-transformation-at-scale-for-retail-with-cloud-adoption-framework-for-azure/#comments</comments>
      <link>https://azure.microsoft.com/blog/manage-your-digital-transformation-at-scale-for-retail-with-cloud-adoption-framework-for-azure/</link>
      <dc:creator>Jaishree Subramania</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">join-microsoft-at-isc-2021-and-drive-innovations-with-azure-highperformance-computing</guid>
      <category>Cloud Strategy</category>
      <category>Big Data</category>
      <title>Join Microsoft at ISC 2021 and drive innovations with Azure high-performance computing</title>
      <description>Whether it’s understanding our environment, public health, energy sustainability, weather modeling, economic growth, and many others finding solutions to these important challenges requires huge amounts of focused computing power. Customers are increasingly finding the best way to access such high-performance computing (HPC) is through the agility, scale, security, and leading-edge performance of Azure’s purpose-built HPC and AI cloud services.</description>
      <pubDate>Wed, 23 Jun 2021 09:00:29 Z</pubDate>
      <content:encoded>&lt;p&gt;Customers around the world rely on &lt;a href="https://azure.microsoft.com/en-us/" target="_blank"&gt;Microsoft Azure&lt;/a&gt; to drive innovations.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Whether it&amp;rsquo;s understanding our environment, public health, energy sustainability, weather modeling, economic growth, and many others finding solutions to these important challenges requires huge amounts of focused computing power. Customers are increasingly finding the best way to access such high-performance computing (HPC) is through the agility, scale, security, and leading-edge performance of Azure&amp;rsquo;s purpose-built HPC and AI cloud services.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Azure&amp;rsquo;s market-leading vision for HPC and AI is based on a core of genuine and recognized HPC expertise, using proven HPC technology and design principles, enhanced with the best features of the cloud. The result is a complete platform that delivers performance, scalability, and value, unlike any other cloud. This means applications scaling 12 times higher than other public clouds. It means higher application performance per VM. It means powering AI workloads for one customer with a supercomputer fit to be among the top five in the world. And it means delivering massive computing power into the hands of medical researchers over a weekend to prove out life-saving innovations in the fight against COVID-19.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Join us at ISC 2021 to learn more about Azure HPC and AI Supercomputing and Quantum&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Microsoft will deliver a keynote at the International Supercomputing Conference (ISC) 2021 on quantum computing, and participate in multiple places across the ISC 2021 technical program, including panel sessions, talks, and presentations by our customers.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Additionally, we invite you to join us at an &lt;a href="https://aka.ms/hpccommunityevent" target="_blank"&gt;informal off-hour event at ISC&lt;/a&gt; on Monday, June 28, 2021, from&amp;nbsp;6:30 PM &amp;ndash; 7:30 PM CEST for our inaugural &amp;ldquo;open community social.&amp;rdquo; We will have a range of HPC and Quantum experts from research, engineering, and customer-facing roles. We will also officially launch our Azure HPC community program. Learn additional&amp;nbsp;details about the &lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/azure-hpc-after-hour-social-event-at-isc-2021/ba-p/2464042" target="_blank"&gt;Azure HPC after-hour social event&lt;/a&gt; at ISC 2021 and join our &lt;a href="https://aka.ms/hpccommunity" target="_blank"&gt;Discord group&lt;/a&gt; prior to the off-hour event.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Check out our blog post featuring additional details about our &lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/azure-hpc-at-international-supercomputing-2021/ba-p/2464122" target="_blank"&gt;ISC events and activities&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Announcements for Azure HPC and AI Supercomputing in 2021&lt;/h2&gt;&#xD;
&#xD;
&lt;h3&gt;Azure FX-series Virtual Machine general availability announcement&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;We are announcing the general availability of Azure FX-series Virtual Machine, specifically designed to optimize electronic design automation (EDA) workload processing with a purpose-built virtual machine architected for EDA workloads. For more details see the FX-series announcement Azure blog, &amp;quot;&lt;a href="https://azure.microsoft.com/en-us/blog/optimize-extreme-computing-performance-with-azure-fxseries-virtual-machines/" target="_blank"&gt;Optimize extreme computing performance with Azure FX-series Virtual Machines&lt;/a&gt;&amp;quot;&amp;nbsp;as well as the Ansys RedHawk announcement, &amp;quot;&lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/how-azure-fx-vm-makes-ansys-redhawk-sc-run-faster-the-less-you/ba-p/2464023" target="_blank"&gt;How Azure FX VM Makes Ansys RedHawk-SC&amp;trade; Run Faster the Less You Spend&lt;/a&gt;.&amp;quot;&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;NVIDIA ND A100 v4 launch&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Azure announced the general availability of &lt;a href="https://azure.microsoft.com/en-us/blog/azure-announces-general-availability-of-scaleup-scaleout-nvidia-a100-gpu-instances-claims-title-of-fastest-public-cloud-super/" target="_blank"&gt;scale-out NVIDIA A100 GPU Clusters with HDR 200 Gb/s InfiniBand networking&lt;/a&gt;: the fastest public cloud supercomputer. The ND A100 v4 VM is powered by NVIDIA A100 Tensor Core GPUs and is designed to let our most demanding customers scale up and scale out without ever slowing down.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Xilinx NP launch&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Azure launched general availability of the Azure NP-Series Virtual Machine. The NP-series virtual machines are powered by Xilinx U250 FPGAs for accelerating workloads including machine learning inference, video transcoding, and database search and analytics. NP-series VMs are also powered by Intel Xeon 8171M (Skylake) CPUs with an all-core turbo clock speed of 3.2 GHz.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;AMD HBv3 launch&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Azure announced the general availability of the &lt;a href="https://azure.microsoft.com/en-us/blog/more-performance-and-choice-with-new-azure-hbv3-virtual-machines-for-hpc/" target="_blank"&gt;Azure HBv3 virtual machine for HPC workloads&lt;/a&gt; advancing the velocity at which we bring the latest technologies to our HPC customers and the compute performance we put at their fingertips.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Azure HPC and AI Collaboration Centers launch&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;Microsoft announced the &lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/new-azure-hpc-and-ai-collaboration-center-program/ba-p/2150344" target="_blank"&gt;HPC and AI Collaboration Centers program&lt;/a&gt; with five inaugural&amp;nbsp;partners. These partners will share best practices for unlocking customer innovation and productivity with HPC and AI.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Big moments for Azure HPC and AI Supercomputing in 2021&lt;/h2&gt;&#xD;
&#xD;
&lt;h3&gt;UK Met Office supercomputing announcement&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;The &lt;a href="https://azure.microsoft.com/en-us/blog/microsoft-brings-azure-supercomputing-to-uk-met-office/" target="_blank"&gt;UK Met Office supercomputing announcement&lt;/a&gt;&amp;nbsp;highlighted that Microsoft had been awarded a contract to deliver a ten-year managed supercomputing service, providing advanced supercomputing capabilities for weather and climate research, ensuring the continuation of the Met Office&amp;rsquo;s leadership in this area.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Jellyfish&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1381691411536654967-jellyfish-pictures-media-and-entertainment-azure" target="_blank"&gt;Jellyfish Pictures&lt;/a&gt; needed to enable secure remote access to immense computing power to render visual effects and animation sequences. The studio gained burst rendering on up to 90,000 processor cores in the cloud with Microsoft Azure Virtual Machine Scale Sets, HBv2 virtual machines, and Avere vFXT for Azure. It takes 80 percent off those rendering costs with Azure Spot Virtual Machines and uses an Azure ExpressRoute connection to minimize latency while more securely managing storage in one place, without replication.&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Van Gogh Museum&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;In an average year, tens of thousands of Chinese visitors head to the Netherlands to tour the &lt;a href="https://customers.microsoft.com/en-us/story/1386387081955456443-van-gogh-libraries-and-museums-azure" target="_blank"&gt;Van Gogh Museum&lt;/a&gt;. In recognition of this interest, the museum has created a mini-program for the social media platform WeChat. Through this app-like program, Chinese users can take selfies and have them digitally reworked in the style of Vincent Van Gogh. To remain compliant with GDPR legislation, and to scale the mini-program to meet demand, the museum has deployed it in Microsoft Azure with Azure Blob Storage, Azure Functions, and Azure Kubernetes Service (AKS).&lt;/p&gt;&#xD;
&#xD;
&lt;h3&gt;Wildlife Protection Agency&lt;/h3&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://customers.microsoft.com/en-us/story/1384184517929343083-wildlife-protection-solutions-nonprofit-ai-for-earth" target="_blank"&gt;Wildlife Protection Solutions (WPS)&lt;/a&gt; sits in the nexus between the most remote places in the world and burgeoning animal conservation science. It provides the monitoring technology that conservation groups need to keep watch over wild places and protect wildlife. Conservationists use remote cameras to gather image data about the status of the species they protect, but the number of images that must be analyzed before action can be taken is overwhelming. WPS overcomes this barrier in collaboration with Microsoft AI for Earth, supported by Azure technologies for a species-preserving solution.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Learn more&lt;/h2&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;For more details see the FX-series announcement Azure blog, &amp;quot;&lt;a href="https://azure.microsoft.com/en-us/blog/optimize-extreme-computing-performance-with-azure-fxseries-virtual-machines/" target="_blank"&gt;Optimize extreme computing performance with Azure FX-series Virtual Machines&lt;/a&gt;.&amp;quot;&lt;/li&gt;&#xD;
	&lt;li&gt;Read our recent blog post, &amp;quot;&lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/how-azure-fx-vm-makes-ansys-redhawk-sc-run-faster-the-less-you/ba-p/2464023" target="_blank"&gt;How Azure FX VM Makes Ansys RedHawk-SC&amp;trade; Run Faster the Less You Spend&lt;/a&gt;.&amp;quot;&lt;/li&gt;&#xD;
	&lt;li&gt;Watch our newest&amp;nbsp;&lt;a href="https://www.youtube.com/watch?v=9M7mGiC6W9Q" target="_blank"&gt;FX-series announcement video&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Read our recent blog post, &amp;quot;&lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/azure-hpc-after-hour-social-event-at-isc-2021/ba-p/2464042" target="_blank"&gt;Azure HPC After Hours Social Event at ISC 2021&lt;/a&gt;.&amp;quot;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/join-microsoft-at-isc-2021-and-drive-innovations-with-azure-highperformance-computing/#comments</comments>
      <link>https://azure.microsoft.com/blog/join-microsoft-at-isc-2021-and-drive-innovations-with-azure-highperformance-computing/</link>
      <dc:creator>Kevin Raines</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">deploy-apps-seamlessly-with-red-hat-jboss-eap-on-azure-app-service-now-generally-available</guid>
      <category>Web</category>
      <title>Deploy apps seamlessly with Red Hat JBoss EAP on Azure App Service—now generally available</title>
      <description>Red Hat JBoss EAP on Azure App Service is a fully managed offering for Java EE (Jakarta EE) applications. Our customers are excited to have a managed platform for their Java EE (Jakarta EE) applications and the peace of mind that comes with joint support from Red Hat and Microsoft. Today, the offer is generally available, so you can deploy apps into the JBoss Enterprise Application Platform on App Service with no Red Hat subscription or licenses required.</description>
      <pubDate>Wed, 23 Jun 2021 08:00:28 Z</pubDate>
      <content:encoded>&lt;p&gt;Red Hat JBoss Enterprise Application Platform (EAP) on Azure App Service is a fully managed offering for Java EE (Jakarta EE) applications. Java developers have been deploying and scaling their Tomcat, Spring Boot, and other Java apps on App Service since 2014&amp;mdash;when the platform first supported Java. Since then, our customers have told us they want the same hosting option for their Java EE (Jakarta EE) applications.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;We heard your feedback and partnered with Red Hat to offer JBoss EAP on App Service, which has been in preview since September 2020. Our customers are excited to have a managed platform for their Java EE (Jakarta EE) applications and the peace of mind that comes with joint support from Red Hat and Microsoft. Today, the offer is generally available, so you can &lt;a href="https://docs.microsoft.com/en-us/azure/app-service/quickstart-java?tabs=jbosseap&amp;amp;pivots=platform-linux" target="_blank"&gt;deploy apps into Red Hat JBoss EAP on App Service&lt;/a&gt; with no Red Hat subscription or licenses required.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;Red Hat and Microsoft are both committed to extending choice and flexibility for organizations as they shift traditional Java applications to the cloud. Red Hat JBoss EAP on Azure offers customers a fully configured, jointly supported solution to make it easier for organizations to realize the benefits of cloud-based architecture. We look forward to continuing to build upon our long-standing relationship with Microsoft and expand support for our joint customers.&amp;quot;&lt;/em&gt;&amp;mdash;Rich Sharples, Senior Director of Product Management &amp;ndash; Application Services, &lt;a href="https://azure.microsoft.com/en-us/overview/linux-on-azure/red-hat/"&gt;Red Hat&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/a70dcf86-5f6b-4850-9f32-0ccf5edada61.png"&gt;&lt;img alt="Figure 1 -  App service creation App Service interface showing the available options for creating a JBoss EAP application." border="0" height="719" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/6b7efc4f-713a-49b0-b870-00784777ff6c.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="Create a web app" width="687"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p align="left"&gt;&lt;em&gt;Figure 1. App service creation App Service interface showing the available options for creating a JBoss EAP application.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;This means you can leverage all of App Service&amp;rsquo;s platform features for your Java EE (Jakarta EE) applications, such as:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;Automatic scaling based on metrics such as requests, CPU, memory utilization, or simply the time of day.&lt;/li&gt;&#xD;
	&lt;li&gt;Application insights auto-instrumentation for monitoring slow or failing requests, exception logging, and distributed tracing.&lt;/li&gt;&#xD;
	&lt;li&gt;Automatic updates for the Operating System, Java virtual machine, and Red Hat JBoss EAP server. You can also choose specific versions of JBoss and update them on your own terms.&lt;/li&gt;&#xD;
	&lt;li&gt;Deployment APIs and integrations with Maven, GitHub Actions, and popular IDEs.&lt;/li&gt;&#xD;
	&lt;li&gt;Networking integrations to secure and isolate your applications from the internet.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;h2&gt;Purpose-built APIs to deploy and run your Java EE applications&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Red Hat JBoss EAP on App Service is a jointly supported Pay-as-You-Go (PAYG) offer, which means you do not have to purchase a support subscription from Red Hat ahead of time. Simply create a JBoss EAP web app from the Azure portal or command-line interface (CLI) and start deploying your Java EE apps. If you run into an issue or have a question, create a support case with Microsoft or Red Hat, and support engineers from both companies will collaborate to resolve your case. A support fee for integrated support will automatically be applied to all JBoss EAP sites starting on August 1, 2021*. For more information, check out the &lt;a href="https://azure.microsoft.com/en-us/pricing/details/app-service/linux/" target="_blank"&gt;App Service pricing page&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Whether your Java applications are packaged in an EAR, WAR, or JAR, App Service has purpose-built APIs to deploy and run your applications. These are integrated into the Azure CLI, Maven plugin, and other tools for a seamless developer experience.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/b296fec9-d48d-4e5e-ae55-7024d3f8ace8.png"&gt;&lt;img alt="Figure 2 - High level architecture diagram showing Red Hat JBoss EAP on App Service connecting to other Azure services and users" border="0" height="720" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/b761f04b-d0b6-4328-9f67-8956aec30db5.png" style="border: 0px currentcolor; border-image: none; display: inline; background-image: none;" title="JBoss arch diagram for ACOM v2" width="1280"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p align="left"&gt;&lt;em&gt;Figure 2. High-level architecture diagram showing Red Hat JBoss EAP on App Service connecting to other Azure services and users.&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Red Hat JBoss EAP on App Service is offered on the Premium V3 and Isolated V2 App Service plan types. This means you can deploy Red Hat JBoss EAP onto the latest version of the App Service environment for added security and scale, or onto the multi-tenant variant of App Service. In either case, you can &lt;a href="https://docs.microsoft.com/en-us/azure/cost-management-billing/reservations/reservation-discount-app-service" target="_blank"&gt;save on your hosting bill with Reserved Instance (RI) pricing&lt;/a&gt;, which allows you to make a one- or three-year commitment and save up to 35 percent and 55 percent, respectively.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Ready to get started?&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/app-service/quickstart-java?tabs=jbosseap&amp;amp;pivots=platform-linux" target="_blank"&gt;Try the quickstart&lt;/a&gt; to learn how to use the Maven plugin to create a Red Hat JBoss EAP site and deploy a sample application. Next, head to Microsoft Learn to &lt;a href="https://docs.microsoft.com/en-us/learn/modules/deploy-java-ee-app-to-jboss-app-service/" target="_blank"&gt;connect your JBoss EAP site to a MySQL database&lt;/a&gt; running on Azure. Finally, read the &lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/migration/migrate-jboss-eap-to-jboss-eap-on-azure-app-service?toc=/azure/developer/java/ee/toc.json&amp;amp;bc=/azure/developer/breadcrumb/toc.json" target="_blank"&gt;migration guide&lt;/a&gt; when you are ready to migrate your Java EE (Jakarta EE) applications to Red Hat JBoss EAP on App Service.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Resources&lt;/h2&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;&lt;a href="https://docs.microsoft.com/en-us/azure/developer/java/ee/jboss-on-azure" target="_blank"&gt;Overview of Red Hat JBoss EAP on Azure&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;&lt;a href="https://github.com/Azure-Samples/migrate-javaee-app-to-azure-training" target="_blank"&gt;Migrate a Java EE app to App Service training on GitHub&lt;/a&gt;.&lt;/li&gt;&#xD;
	&lt;li&gt;Deploy app and dependencies in one step with the &lt;a href="https://aka.ms/maven-plugin-webapps-june2021" target="_blank"&gt;Maven plugin for Azure Web Apps&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;hr&gt;&#xD;
&lt;p&gt;*Red Hat JBoss EAP Integrated Support is $0.15 per core, per hour and will be eligible for one-year Reserved Instance pricing later this year.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/deploy-apps-seamlessly-with-red-hat-jboss-eap-on-azure-app-service-now-generally-available/#comments</comments>
      <link>https://azure.microsoft.com/blog/deploy-apps-seamlessly-with-red-hat-jboss-eap-on-azure-app-service-now-generally-available/</link>
      <dc:creator>Jason Freeberg</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">modernize-largescale-nfs-workloads-and-eliminate-data-silos-with-azure-blob-storage</guid>
      <category>Cloud Strategy</category>
      <category>Storage, Backup &amp; Recovery</category>
      <title>Modernize large-scale NFS workloads and eliminate data silos with Azure Blob Storage</title>
      <description>Azure Blob Storage, our object storage platform for storing large-scale data helps customers run their applications using a wide range of protocols. With multi-protocol support, customers can run their applications on a single storage platform with no application rewrites necessary, therefore eliminating data silos. Today, we are announcing that Network File System (NFS) 3.0 protocol support for Azure Blob Storage is now generally available.</description>
      <pubDate>Tue, 22 Jun 2021 11:00:15 Z</pubDate>
      <content:encoded>&lt;p&gt;&lt;a href="https://azure.microsoft.com/en-us/services/storage/blobs/" target="_blank"&gt;Azure Blob Storage&lt;/a&gt;, our object storage platform for storing large-scale data helps customers run their applications using a wide range of protocols. With multi-protocol support, customers can run their applications on a single storage platform with no application rewrites necessary, therefore eliminating data silos.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Today, we are announcing that &lt;a href="https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support" target="_blank"&gt;Network File System (NFS) 3.0 protocol support&lt;/a&gt; for Azure Blob Storage is now &lt;strong&gt;generally available&lt;/strong&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Hundreds of enterprise customers from various industries such as manufacturing, media, life science, financial services, and automotive have embraced this feature during our preview and are deploying their workloads in production. These customers have been using NFS 3.0 for a wide array of workloads such as high-performance computing (HPC), analytics, and backup.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Migrate your existing applications using NFS protocol&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;With this feature, your Azure Blob Storage data can be mounted through&amp;nbsp;NFS 3.0, and accessed through&amp;nbsp;Blob REST API, and analyzed with&amp;nbsp;the Azure Data Lake Service (ADLS) Gen2 API (Spark or Hadoop jobs, for example). Once data is ingested, you can run your existing business-critical NFS workloads such as financial risk simulation, analytics, media processing, and throughput-sensitive HPC jobs.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Samsung Electronics migrated their business innovation center platform which provides a holistic analysis of sales and marketing data across the globe to Azure.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;NFS 3.0 support on Azure Blob Storage linked our existing legacy system to the new modernized data lake so we can provide data insights from various sources. We no longer need to maintain different storage solutions and have eliminated data silos.&amp;rdquo;&amp;mdash;&lt;/em&gt;KyungEun Lee, Principal Professional, Samsung Electronics&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Run large-scale applications at object storage economics&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Azure Blob Storage is the only storage platform that supports NFS 3.0 protocol over object storage natively (no gateway or data copying required), with object storage economics. One of the biggest suppliers in the automotive industry explains:&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;To support the development of software in the domain of automated driving and driver assistance, we need to process and store a large amount of data from our development fleet.&amp;nbsp;Azure Blob Storage with NFS 3.0 support helps us to shorten the feedback loop by running large scale simulations faster, more efficient and as a consequence at a&amp;nbsp;lower cost&lt;/em&gt;&lt;em&gt;.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;HPCC Systems tested their open-source THOR workload with this feature with hundreds of workers running Azure H series Virtual Machine (standard_h8) and reached 200Gb/s throughput on a single blob storage account.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;It is great to see&amp;nbsp;NFS 3.0 being supercharged with cloud scale. Our THOR workload scales linearly to the object storage limits to generate insights for data from different data sources.&amp;rdquo;&amp;mdash;&lt;/em&gt;Flavio Villanustre, VP of Technology and CISO, LexisNexis Risk Solutions Group&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;The data stored in your storage account with NFS support is billed at the same rate as blob storage capacity charges with no minimal provision capacity required. The flexible pay-as-you-go pricing model gives you an extremely low total cost of ownership (TCO). Learn more about &lt;a href="https://azure.microsoft.com/en-us/pricing/details/storage/blobs/" target="_blank"&gt;Azure Blob Storage pricing&lt;/a&gt;.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Take advantage of flexible data management capabilities&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Workloads and applications such as HPC, machine learning, and big data analytics can now take advantage of Azure Blob Storage&amp;#39;s large-scale throughput without any additional development required. Customers can choose any tier of Azure Blob Storage and with flexible lifecycle management capabilities, you can move data between tiers based on your needs. TomTom, the location technology specialist, adopted this feature for this reason.&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;NFS support has helped us to provide the most accurate traffic insights to our customers seamlessly. NFS 3.0 for Azure Blob Storage provides us both with low latency premium tier and with low-cost cool tiers so that we can lift and shift all our traffic insight workloads to the cloud, and continue to support road authorities, local governments, and drivers with real-time and historical data to help reduce emissions and congestion.&amp;rdquo;&amp;mdash;&lt;/em&gt;Eric Bowman, SVP Engineering, TomTom&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Get Started&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;We are excited to help you modernize your NFS workloads with Azure Blob Storage. To get started, check out this video on &lt;a href="https://www.youtube.com/watch?v=nxVRBccx7gc" target="_blank"&gt;introducing NFS 3.0 support for Azure Blob Storage&lt;/a&gt; and read more about the &lt;a href="https://docs.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support" target="_blank"&gt;NFS 3.0 protocol support in Azure Blob Storage&lt;/a&gt;.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/modernize-largescale-nfs-workloads-and-eliminate-data-silos-with-azure-blob-storage/#comments</comments>
      <link>https://azure.microsoft.com/blog/modernize-largescale-nfs-workloads-and-eliminate-data-silos-with-azure-blob-storage/</link>
      <dc:creator>Yuan  Zheng</dc:creator>
    </item>
    <item>
      <guid
        isPermaLink="false">optimize-extreme-computing-performance-with-azure-fxseries-virtual-machines</guid>
      <category>Virtual Machines</category>
      <category>Cloud Strategy</category>
      <title>Optimize extreme computing performance with Azure FX-series Virtual Machines</title>
      <description>Today, we are announcing the general availability of the Azure FX-series Virtual Machines available in four regions. Azure FX-series Virtual Machines—based on the 2nd Generation Intel Xeon Scalable Processor—feature a high-performing central processing unit (CPU) clock speed per single core of up to 4 GHz (all core turbo), 21 GB memory per vCPU, and local temporary SSD disks.</description>
      <pubDate>Tue, 22 Jun 2021 09:00:14 Z</pubDate>
      <content:encoded>&lt;p&gt;Today, we are announcing the general availability of the &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/fx-series" target="_blank"&gt;Azure FX-series Virtual Machines&lt;/a&gt; available in three regions. Azure FX-series Virtual Machines&amp;mdash;based on the 2nd Generation Intel Xeon Scalable Processor&amp;mdash;feature a high-performing central processing unit (CPU) clock speed per single core of up to 4 GHz (all core turbo), 21 GB memory per vCPU, and local temporary SSD disks. The high-frequency CPU and memory capacity for FX-series Virtual Machines is designed for workloads demanding very high single-threaded and lightly threaded performance, such as Electronic Design Automation (EDA).&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;Azure FX-series Virtual Machines are now generally available in the West US 2, West Europe, and Japan East regions, and will come to more Azure regions to meet customer demand.&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Fast and cost-efficient FX virtual machine for EDA workloads&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;EDA is a collection of complex software tools and workflows to design semiconductor integrated circuits. EDA customers have several key challenges:&lt;/p&gt;&#xD;
&#xD;
&lt;ul&gt;&#xD;
	&lt;li&gt;EDA simulations are compute-intensive jobs with each simulation running from hours to days depending on the complexity of the design. Additionally, some EDA processes are single-threaded. As a result, customers need fast CPU clock speed and a large memory footprint to accelerate their silicon design into fabrication and testing.&lt;/li&gt;&#xD;
	&lt;li&gt;EDA software license costs can be several times that of infrastructure costs and often licensed per CPU core. Consequently, EDA users want to lower their licensing costs by maximizing the performance of each CPU core, thereby enabling them to use a smaller number of CPU cores.&lt;/li&gt;&#xD;
	&lt;li&gt;EDA designs usually start with different groups working on smaller subsets of a larger design. Small subsets and blocks then need to be merged for additional verification checks at multiple points throughout the process. That verification run, especially in back-end design, demand a high memory footprint.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&#xD;
&lt;p&gt;The Azure FX-series Virtual Machine is designed to solve these EDA workload challenges. The series is powered by Intel Xeon Scalable Processors with a single-core frequency of up to 4.1 GHz, with a base frequency of 3.4 GHz, and an all-core-turbo frequency of 4.0GHz. It delivers up to 19 percent better performance per CPU core over current generation Compute Optimized Virtual Machines. When customers need additional per-CPU core performance, they can turn off hyper-threading by contacting the customer support team. With 1 TB of total memory and 21 GB RAM per virtual CPU core, FX-series Virtual Machines can meet a majority of front-end and back-end design needs. In addition, all the FX-series Virtual Machine sizes come with a local SSD so that memory can read data locally instead of accessing a slower remote Network File System (NFS).&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;To demonstrate FX-series Virtual Machine performance on the real EDA workloads, we ran an EDA backend physical verification task on E48sv4 and F48mds separately. It took 12.7 hours to complete the workload on E48sv4 versus 11.5 hours on F48mds Virtual Machine. In short, FX-series Virtual Machines shorten the EDA simulation time by 10 percent.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/92628b1e-3c9b-4c18-9cb5-08fe973adf9d.png"&gt;&lt;img alt="EDA Backend Physical Verification benchmark chart for FX VM" height="614" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/6ae7d1ab-a68b-4e5d-b731-f05fce192011.png" style="display: inline;" title="EDA Backend Physical Verification" width="1024"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;FX for other compute-intensive workloads&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;Most workloads that require fast CPU frequency and high memory capacity will reap performance benefits from the new FX-series Virtual Machine. The chart below shows the Coremark CPU benchmark results comparing the new FX-series Virtual Machine with Fsv2, both with 48vCPU. FX-series Virtual Machine achieved a 19 percent higher benchmark score.&lt;/p&gt;&#xD;
&#xD;
&lt;p&gt;&lt;a href="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/633cb1cc-73d2-4b30-96e8-7fa64fee6b85.png"&gt;&lt;img alt="EDA Coremark CPU benchmark results chart for FX VM" height="614" src="https://azurecomcdn.azureedge.net/mediahandler/acomblog/media/Default/blog/b06149db-fdd6-4542-9d4d-e5af53de7175.png" style="display: inline;" title="CPU Coremark Benchmark Results" width="1024"&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Empowering customers with significant performance gains&lt;/h2&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;From the smallest projects to the largest, the performance of Redhawk-SC on Azure&amp;rsquo;s FX virtual machine family has captivated our interest. Our customers are keen to take advantage of flexible HPC for this task, and Microsoft has been a fantastic partner in delivering it.&amp;rdquo;&amp;mdash;&lt;/em&gt;John Lee, General Manager and Vice President, Semiconductor Business Unit, Ansys, Inc&lt;/p&gt;&#xD;
&#xD;
&lt;p style="margin-left: 40px;"&gt;&lt;em&gt;&amp;ldquo;Intel is proud to partner with Microsoft Azure on their EDA instance. With Intel&amp;reg; Xeon Scalable Processor this new EDA instance that will provide their customers a high-frequency solution to shorten their design cycles.&amp;quot;&amp;mdash;&lt;/em&gt;Trish Damkroger Vice President and General Manager of High Performance Computing, Intel Corporation&lt;/p&gt;&#xD;
&#xD;
&lt;h2&gt;Learn more&lt;/h2&gt;&#xD;
&#xD;
&lt;p&gt;&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; Find out more about &lt;a href="https://azure.microsoft.com/en-us/solutions/high-performance-computing/" target="_blank"&gt;high-performance computing in Azure&lt;/a&gt;.&lt;br&gt;&#xD;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; FX-series Virtual Machine &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/fx-series" target="_blank"&gt;product specification&lt;/a&gt;.&lt;br&gt;&#xD;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; FX-series Virtual Machine &lt;a href="https://azure.microsoft.com/en-us/pricing/details/virtual-machines/linux/" target="_blank"&gt;pricing page&lt;/a&gt;.&lt;br&gt;&#xD;
&amp;bull;&amp;nbsp; &amp;nbsp; Read additional details on how &lt;a href="https://techcommunity.microsoft.com/t5/azure-compute/how-azure-fx-vm-makes-ansys-redhawk-sc-run-faster-the-less-you/ba-p/2464023" target="_blank"&gt;FX-series Virtual Machine&amp;nbsp;helps Ansys&lt;/a&gt;.&lt;br&gt;&#xD;
&amp;bull;&amp;nbsp;&amp;nbsp;&amp;nbsp; Watch the &lt;a href="https://www.youtube.com/watch?v=9M7mGiC6W9Q" target="_blank"&gt;FX-series announcement video&lt;/a&gt;.&lt;/p&gt;&#xD;
</content:encoded>
      <comments>https://azure.microsoft.com/blog/optimize-extreme-computing-performance-with-azure-fxseries-virtual-machines/#comments</comments>
      <link>https://azure.microsoft.com/blog/optimize-extreme-computing-performance-with-azure-fxseries-virtual-machines/</link>
      <dc:creator>Andy Jia</dc:creator>
    </item>
  </channel>
</rss>