<?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>PaaS Archives - ICT News</title>
	<atom:link href="https://www.ict-news.org/tag/paas/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>PaaS 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>13 tips to foil cloud lock-in</title>
		<link>https://www.ict-news.org/13-tips-foil-cloud-lock/</link>
					<comments>https://www.ict-news.org/13-tips-foil-cloud-lock/#respond</comments>
		
		<dc:creator><![CDATA[lukasik]]></dc:creator>
		<pubDate>Fri, 14 Apr 2017 07:53:58 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[Web Services]]></category>
		<guid isPermaLink="false">https://www.ict-news.org/?p=7714</guid>

					<description><![CDATA[<p>13 tips to foil cloud lock-in Public cloud vendors want your workloads forever. Here&#8217;s how to create a viable exit strategy Last month I noted that the big AWS outage proved one cloud isn&#8217;t enough. This week, I&#8217;d like to go a bit further into the topic and talk about some of the things you can do concretely to embrace [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/13-tips-foil-cloud-lock/">13 tips to foil cloud lock-in</a> appeared first on <a rel="nofollow" href="https://www.ict-news.org">ICT News</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>13 tips to foil cloud lock-in</h1>
<h2>Public cloud vendors want your workloads forever. Here&#8217;s how to create a viable exit strategy</h2>
<p>Last month I noted that the big <a href="http://www.infoworld.com/article/3176098/cloud-computing/aws-outage-proves-one-cloud-isnt-enough.html">AWS outage proved one cloud isn&#8217;t enough</a>. This week, I&#8217;d like to go a bit further into the topic and talk about some of the things you can do concretely to embrace the <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">cloud</span></span> without betting the farm.</p>
<p>It&#8217;s not just about outages. Any vendor who has you by the data will eventually extract the maximum value from the relationship. Sometimes the most important question in a business relationship is: &#8220;What&#8217;s your exit strategy?&#8221; Here are my best answers, arranged by cloud type.</p>
<aside class="fakesidebar"><strong>[ <a href="http://www.infoworld.com/article/3146135/cloud-storage/the-cloud-storage-security-gap-and-how-to-close-it.html#tk.ifw-infsb">The cloud storage security gap — and how to close it</a>. | <a href="http://www.infoworld.com/article/3070753/security/5-ways-microsoft-has-improved-sharepoint-security.html#tk.ifw-infsb">5 ways Microsoft has improved SharePoint security</a>. ]</strong></aside>
<h3>For IaaS</h3>
<ol>
<li><strong>Use Docker or a similar solution.</strong> You should have relocatable containers that you can rebuild and deploy at a whim. This is a critical if you want to protect yourself against lock-in.</li>
<li><strong>Avoid direct database integration.</strong> OK, your app needs a store, but no two apps should talk to the same operational store. Those sorts of connections and protocols tend to build a house of cards. You can&#8217;t move anything until you move the database &#8212; but everything goes down once you do, or you end up with a <a href="https://en.wikipedia.org/wiki/Split-brain_(computing)" target="_blank">split brain</a> situation.</li>
</ol>
<h3>For IaaS/PaaS</h3>
<ol start="3">
<li><strong>Implement API/<a href="https://en.wikipedia.org/wiki/Representational_state_transfer" target="_blank">REST</a> integration.</strong> Rest easy that you are connecting over HTTPS and making standard, easily relocatable web calls.</li>
<li><strong>Externalize configuration.</strong> Don&#8217;t hard-code the scheme, server, or domain into your URLs. Anything else that&#8217;s environmental should be externalized.</li>
<li><strong>Use common APIs.</strong> If you&#8217;re using NodeJS and Express or other, similar, well-known APIs, then you&#8217;re pretty safe from vendor lock-in. If you start using platform-provided services, you&#8217;ve got a bigger problem.</li>
</ol>
<h3>For SaaS</h3>
<ol start="6">
<li><strong>Ensure there&#8217;s a standard method for <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">data</span></span> export.</strong> By that I really mean a way that you could feasibly import your data into another system.</li>
<li><strong>Test the method of data export. </strong>That they theoretically let you grab a dump of data isn&#8217;t really that promising. I&#8217;ve seen vendors that offered it, but then the dump feature didn&#8217;t actually work on any kind of reasonable timeline and the data was trash by the time it did.</li>
<li><strong>Favor solutions with well-known, stable REST APIs.</strong> Realistically, you&#8217;re not likely to dump, import, and move all in one shot. You may need some custom <span class="vm-hook-outer vm-hook-default"><span class="vm-hook">glue</span></span> code where you grab and transport.</li>
</ol>
<h3>For everything cloud</h3>
<ol start="9">
<li><strong>Favor open source technologies.</strong> If the core technology, APIs, and functionality are provided by a healthy open source project, you have a lot better chance of leaving if you need to. This means architectural choices (for example, using <a href="https://kafka.apache.org/" target="_blank">Kafka</a> instead of <a href="https://aws.amazon.com/kinesis/" target="_blank">Kinesis</a>).</li>
<li><strong>Avoid dependence on unique cloud vendor technology.</strong> Sometimes your architectural ties are more process than code. These tend to leak into API calls or other operational management procedures. For instance, maybe you don&#8217;t use AWS&#8217; Elastic Map Reduce, because it&#8217;s frankly not the greatest financial deal and it&#8217;s somewhat flakey. Maybe you just shouldn&#8217;t use it because it&#8217;s different from what you&#8217;d use on any other cloud platform.</li>
<li><strong>Use fixed IPs and DNS names tied to your company, not the provider.</strong>Using an IP and a DNS name is sort of internet 101. Having virtual instances that go down and come up with a new IP isn&#8217;t very resilient not to mention relocatable.</li>
<li><strong>Use messaging where possible.</strong> If you can do something on more of a message basis, where a service that&#8217;s down can be tolerated, do that. It means while you are moving you can forward things somewhere else.</li>
<li><strong>Two clouds.</strong> As <a href="http://www.infoworld.com/article/3176098/cloud-computing/aws-outage-proves-one-cloud-isnt-enough.html">I said before</a>, it is easier to move if you start with at least two different vendors. That&#8217;s harder to do with SaaS, but pretty operable with IaaS/PaaS.</li>
</ol>
<p>The bottom line is that you should favor open source, open standards, and open APIs over vendor-specific solutions. Use <a href="http://www.infoworld.com/resources/105693/application-development/the-essential-guide-to-microservices">microservices architecture</a> or at least the principles thereof. Always maintain your cloud provider exit strategy, and you&#8217;ll have a very advantageous relationship with your cloud provider. Always assume your cloud vendor follows the <a href="https://projectsanctuary.com/the_complete_ferengi_rules_of_acquisition.htm" target="_blank">Ferengi Rules of Acquisition</a>.</p>
<p>&nbsp;</p>
<p>By  <span class="fn"><a href="http://www.infoworld.com/author/Andrew-C.-Oliver/" rel="author">Andrew C. Oliver</a>, source by InfoWorld</span></p>
<p>Visit <a href="https://www.ict-hardware.com/">ICT Hardware</a> website to get more information</p>
<p>The post <a rel="nofollow" href="https://www.ict-news.org/13-tips-foil-cloud-lock/">13 tips to foil cloud lock-in</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/13-tips-foil-cloud-lock/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
