<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Azure Archives - ICT News</title>
	<atom:link href="https://www.ict-news.org/tag/azure/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ict-news.org</link>
	<description>Information &#38; Communication technology world news</description>
	<lastBuildDate>Thu, 20 Apr 2017 08:53:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.3</generator>

<image>
	<url>https://www.ict-news.org/wp-content/uploads/2018/03/ICT-icon-3.png</url>
	<title>Azure Archives - ICT News</title>
	<link>https://www.ict-news.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Microsoft tools coalesce for serverless computing</title>
		<link>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/</link>
					<comments>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Thu, 20 Apr 2017 08:53:04 +0000</pubDate>
				<category><![CDATA[google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[PaaS]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7736</guid>

					<description><![CDATA[<p>Microsoft tools coalesce for serverless computing Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises Microsoft’s adoption of serverless computing is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Microsoft tools coalesce for serverless computing</h1>
<h2>Azure Functions, Logic Apps, Azure Stack, and .Net come together for the next stage of PaaS both in the cloud and on-premises</h2>
<p>Microsoft’s adoption of <a href="http://www.infoworld.com/article/3175761/serverless-computing-freedom-for-devs-at-last.html">serverless computing</a> is a big piece of Azure maturing as a platform. There’s a lot going on here, as architectures and services evolve to take advantage of the unique capabilities of the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and we as users and developers migrate away from traditional server architectures.</p>
<p>Mark Russinovich, Microsoft’s CTO of Azure, has a distinct view on the evolution of <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> as a platform. “Infrastructure as a service [IaaS] is table stakes,” he said at an Azure Serverless computing event at Microsoft’s Redmond, Wash., headquarters last week, “Platform as a service [PaaS] is the next step, offering runtimes and developing on them, an API and an endpoint, where you consume services.” That’s where we are today, where we still define the resources we use when we build cloud applications.</p>
<aside class="fakesidebar"><strong>[ A developer’s guide: <a href="http://www.infoworld.com/article/3175761/cloud-computing/serverless-computing-freedom-for-devs-at-last.html#tk.ifw-infsb">Get started with serverless computing</a>. | <a href="http://www.infoworld.com/article/3161191/paas/microsoft-azure-functions-locks-in-on-serverless-computing.html#tk.ifw-infsb">Microsoft Azure Functions locks in on serverless computing</a>. | <a href="http://www.infoworld.com/article/3165484/build-em-now-5-uses-for-serverless-frameworks.html#tk.ifw-infsb">Build ’em now! 5 uses for serverless frameworks</a>. ]</strong></aside>
<p>Then comes serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>. “Serverless is the next generation of computing, the point of maximum value,” Russinovich said.</p>
<p>What he’s talking about is abstracting applications from the underlying servers, where code is event-driven and scales on demand, charged by the operation rather than by the resources used. As he said, “I don’t have to worry about the servers. The platform gives me the resources as I need them.” That’s the real definition of serverless computing: The servers and OS are still there, but as a user and a developer you don’t need to care about them.</p>
<aside class="nativo-promo smartphone"></aside>
<h3>Serverless computing is the next phase of virtualization</h3>
<p>You can look at it as a logical evolution of virtualization. As the public cloud has matured, it’s gone from one relatively simple type of virtual machine and one specific type of underlying hardware to specialized servers that can support IaaS implementations for all kinds of use cases, such as high-performance computing servers with massive GPUs for parallel processing and for scientific computing working with numerical methods, or such as arrays of hundreds of tiny servers powering massive web presences.</p>
<p>That same underlying flexibility powers the current generation of PaaS, where applications and code run independently of the underlying hardware while still requiring you to know what the underlying servers can do. To get the most out of PaaS (that is, to get the right fit for your code), you still need to choose servers and storage.</p>
<p>With serverless computing, you can go a step further, concentrating on only the code you’re running, knowing that it’s ephemeral and you’re using it to process and route data from one source to another application. Microsoft’s serverless implementations have an explicit lifespan, so you don’t rely on them being persistent, only on them being there when you need them. If you try to use a specific instance outside that limited life, you get an error message because the application and its hosting container will be gone.</p>
<h3>Three serverless computing models</h3>
<p>Nir Mashkowski, principal group manager for Azure App Service, noted three usage patterns for Azure’s serverless offerings.</p>
<aside class="nativo-promo tablet desktop"></aside>
<p>The first, and most common, pattern is what he calls “brownfield” implementations. They are put together by enterprises as part of an overall cloud application strategy, using <a href="http://www.infoworld.com/article/3161191/microsoft-azure-functions-locks-in-on-serverless-computing.html">Azure Functions</a> and Logic Apps as an integration tool, linking old apps and new and on-premises systems and cloud.</p>
<p>The second pattern is greenfield implementations, which are typically the province of startups, using Azure Functions as part of a back-end platform—that is, as switches and routers moving data from one part of an application to another.</p>
<p>The third pattern is for internet of things applications. It is a combination of the two, using Azure Functions to handle signals from <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">devices</span></span>, triggering actions in response to specific inputs.</p>
<p>For enterprises wanting a quick on-ramp to serverless <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">computing</span></span>, Azure Functions’ closely related sibling Logic Apps is an intriguing alternative. Drawing on the same low-code foundations as the more <a href="http://www.infoworld.com/article/3185748/business-analysts-go-no-code-with-microsoft-powerapps.html">business-focused Flow</a>, it gives you a visual designer with support for conditional expressions and loops. (You can even can run the designer inside Visual Studio.)</p>
<p>Like Azure Functions, Logic Apps is event-triggered and can be used to coordinate a sequence of Azure functions. Wrapping serverless code in a workflow adds more control, especially if it’s used to apply conditions to a trigger—for example, launching one function if a trigger is at the low end of a range of values, another if it’s at the high end.</p>
<h3>In the cloud and on-premises: Portable serverless computing</h3>
<p>Russinovich described three organizations working with serverless computing:</p>
<ul>
<li>Accuweather uses it to handle its server logs, replicating them between datacenters and handing them off to analysis tools.</li>
<li>Similarly, Plexure, a marketing company, uses it to handle feeds from point-of-sale systems, replacing a complex stack of tools with a workflow that drives information from one service to the next.</li>
<li>At the other end of the scale, the Missing Children Society of Canada used Logic Apps to build a bot that could bring research about missing kids together from various sources, including social media, in a project that took a mere four days to deliver.</li>
</ul>
<p>One of the more interesting aspects of both Azure Functions and Logic Apps is that they’re not limited to running purely in the cloud. Functions themselves can be developed and tested locally, with full support in Visual Studio, and both Azure Functions and Logic Apps will be supported by on-premises Azure Stack hybrid cloud systems.</p>
<p>Inside the Azure datacenters, its serverless options are all containerized for rapid deployment. That same <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">model</span></span> will come to your own servers, with Azure Functions able to run on any server, taking advantage of containers for rapid deployment.</p>
<p>Currently, Azure Functions is based on the full .Net Framework release, so there’s a minimum requirement of Windows <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">Server</span></span> Core as a host. But that’s going to change over the next few months with an open source release based on <a href="http://www.infoworld.com/article/3180478/net-framework-or-net-core-when-to-use-which.html">.Net Core and the upcoming .Net Standard 2.0</a> libraries. With those in hand, you’ll be able to run Azure Functions in containers based on Windows Server Nano, as well as on .Net Core running on Linux. You’ll be able to migrate code from on-premises to hybrid <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> and to the public cloud depending on the workload and on the billing model you choose.</p>
<p>Such a cross-platform serverless solution that runs locally and in the cloud starts looking very interesting, giving you the tools to build and test on-premises,then scale up to running on Azure (or even on Linux servers running on Amazon Web Services).</p>
<p>There’s a lot to be said for portability, and by working with REST and JSON as generic input and output bindings, Microsoft’s containerized serverless implementation appears to avoid the cloud lock-in of its AWS and Google competitors while still giving you direct links to Azure services.</p>
<p>&nbsp;</p>
<p>By <a href="http://www.infoworld.com/author/Simon-Bisson/" rel="author">Simon Bisson</a>, source by <a href="http://www.infoworld.com/">InfoWorld</a></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Microsoft Products</a></p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/">Microsoft tools coalesce for serverless computing</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/microsoft-tools-coalesce-serverless-computing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</title>
		<link>https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/</link>
					<comments>https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Mon, 13 Feb 2017 08:36:18 +0000</pubDate>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Center]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7479</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/">Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Cisco integrates Microsoft Azure Stack into its Unified Computing System.</h2>
<p>Cisco today said it would expand its hybrid cloud offerings by integrating Microsoft Azure Stack into its Unified Computing System.</p>
<p>The turnkey package, officially known as the Cisco Integrated Solution for Microsoft Azure Stack, grows Cisco’s Microsoft portfolio and let <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">application developers</span></span> and IT managers more easily deploy, manage and grow enterprise applications.</p>
<p>Azure Stack expands Cisco’s hybrid cloud offerings for customers who want the advantages of a single API for private and public cloud applications.</p>
<aside class="nativo-promo smartphone"></aside>
<p>“We can now offer customers a spectrum of choices, which includes Cisco Metapod and Cisco One Enterprise cloud suite for their hybrid cloud initiatives. Our Business Cloud Advisor will assist customers who have questions about the appropriate cloud strategy and we will add Azure Stack as one of these options when [the product is available in later this year],” Cisco stated.</p>
<p>Cisco currently offers its <a href="http://www.networkworld.com/article/2896712/cloud-computing/microsoft-and-cisco-offer-a-cloudinabox.html">Cloud Architecture for the Microsoft Cloud</a> Platform package which is used to set up infrastructure, platform and software services. The package combines Microsoft&#8217;s Windows Azure Pack, which is software for setting up cloud services, with Cisco&#8217;s Application Centric Infrastructure, a set of switches and supporting software.</p>
<p>Microsoft and Cisco have <a href="https://newsroom.cisco.com/press-release-content?type=webcontent&amp;articleId=1458303">had a partnership since 2014</a> to develop products and services designed to “modernize data centers.”</p>
<p>Cisco says the new offering is targeted at customers who want the ability to develop applications using the same API’s locally as they would in Microsoft Azure will want to invest in this solution.   Also, those who want to run Azure within their own datacenter should strongly consider Azure Stack. “We think customers that desire a complete Microsoft software stack from the operating system up to applications will select Azure Stack as their hybrid cloud of choice,” Cisco stated.</p>
<p>So why would a customer run a <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> service offering in their own datacenter? Cisco stated: “Service Providers and hosting providers want to enable Azure Stack to host the workloads of end user clients and offer Azure Services to assist with Application development and deployment.  Enterprise customers want to re-architect applications, taking advantage of Azure Services, to lower the time and cost to update and maintain them.  They also want to be able to deploy these applications to geographies and industries where the customer is prohibited from placing data into a public cloud.  It is this ability to deliver these new services that is most appealing.”</p>
<p>Rolled out in 2009, <a href="https://www.cisco.com/c/dam/en/us/products/collateral/servers-unified-computing/idc-business-value.pdf">Cisco’s UCS</a> is at its heart an (x86) architecture data center server platform composed of computing hardware, <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">virtualization</span></span> support, switching fabric and management software.</p>
<p>The basic building block of the Cisco Azure package includes is the C240 M4L rack server and will be orderable in a 4-node or 12 node cluster.  Cisco says it will also offer a 1-node additional node configuration that will enable a customer who may start with a 4-node cluster to scale in one node increments up to 12 total nodes in a cluster.  A pair of Gen 3 Fabric Interconnects would complete the initial cluster configuration.</p>
<p><a href="http://www.networkworld.com/article/3037483/cloud-computing/truly-understanding-microsoft-s-azure-stack.html">Azure Stack is Microsoft’s</a> Azure cloud package for data center development an includes Microsoft’s Hyper-V, Windows and storage support.</p>
<p>Cisco Integrated System for Microsoft Azure Stack is planned to be available in Q3 2017. The cost varies monthly depending on the number of server nodes and the number of Azure services that the customer uses, Cisco stated.</p>
<p>By <span class="fn"><a href="http://www.networkworld.com/author/Michael-Cooney/" rel="author">Michael Cooney</a>, source by <a href="http://www.networkworld.com">Network World</a></span></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more info about <a href="https://www.ict-hardware.com/">Cisco Products</a></p>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/">Cisco grows cloud menu, brings Microsoft Azure Stack into UCS</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/cisco-grows-cloud-menu-brings-microsoft-azure-stack-ucs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft’s new Linux option for Azure is Clear in the cloud</title>
		<link>https://www.ict-news.org/microsofts-new-linux-option-azure-clear-cloud/</link>
					<comments>https://www.ict-news.org/microsofts-new-linux-option-azure-clear-cloud/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 20 Jan 2017 09:53:33 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">https://newsroom.ict-hardware.com/?p=7400</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsofts-new-linux-option-azure-clear-cloud/">Microsoft’s new Linux option for Azure is Clear in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<section class="container-wrap  main-color "  style="padding-top:40px;padding-bottom:40px" ><div class="section-container container"><div class="vc_row vc_row-fluid row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper">
	<div class="kleo_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>Microsoft announced today that it has added support for the Intel-backed Clear Linux distribution in instances for its Azure <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">public cloud</span></span> platform.</p>
<p>It’s the latest in a lengthy string of Linux distributions to become available on the company’s Azure <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span>. Microsoft already supports CentOS, CoreOS, Debian, Oracle Linux, Red Hat Enterprise Linux, SUSE Enterprise Linux, OpenSUSE and Ubuntu in Azure instances.</p>
<p>The new distro is available in three versions from Microsoft – first, in a stripped-down, simple VM designed for maximum customizability, second, in a Docker-based container runtime, and, finally, in a “sample solution image” designed for machine learning applications, to demonstrate some of the possibilities.</p>
<div class="teads-inread"></div>
<aside class="nativo-promo smartphone"></aside>
<p>Clear Linux is a lightweight Linux distribution designed to be as high-performing as possible for server and cloud use – it’s the brainchild of Intel, which is positioning it as a key building block for containerized applications in particular and the cloud in general. It features a sophisticated workload scheduler, optimizations to the kernel and major Linux components like systemd and stateless operation.</p>
<p>Stateless is a big deal, according to Microsoft open source product manager Jose Miguel Parrella, particularly for teams operating in a DevOps environment.</p>
<p>“By separating the system defaults and distribution best practices from the user configuration, Clear Linux simplifies maintenance and deployment which becomes very important as infrastructure scales,” he said in a statement.</p>
<p>Microsoft’s embrace of Linux as a technology of the future, particularly where the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> is concerned, <a href="http://www.networkworld.com/article/3086966/cloud-computing/microsoft-cozies-up-to-containers.html">has been well-documented.</a> The company, which joined the Linux Foundation in November, says that fully a third of all <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">virtual machines</span></span> running on Azure are Linux.</p>
<p>By <a href="http://www.networkworld.com/author/Jon-Gold/" rel="author">Jon Gold</a>, source by <a href="http://www.networkworld.com/">NetworkWorld</a></p>
<p><a href="https://www.ict-hardware.com/">ICT Hardware</a> is one of <a href="https://www.ict-hardware.com/">Microsoft Partner</a></p>

		</div> 
	</div> </div></div></div></div></div></section><!-- end section -->
<p>The post <a rel="nofollow" href="https://www.ict-news.org/microsofts-new-linux-option-azure-clear-cloud/">Microsoft’s new Linux option for Azure is Clear in the cloud</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ict-news.org/microsofts-new-linux-option-azure-clear-cloud/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
