<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Patrick Sameera Jayalath</title>
    <description>The latest articles on DEV Community by Patrick Sameera Jayalath (@patricksameerajayalath).</description>
    <link>https://dev.to/patricksameerajayalath</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F216361%2Fc37b0453-1a88-41ea-ba77-6c33bdcf7f65.jpg</url>
      <title>DEV Community: Patrick Sameera Jayalath</title>
      <link>https://dev.to/patricksameerajayalath</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/patricksameerajayalath"/>
    <language>en</language>
    <item>
      <title>How to Configure Custom Domain Name (DNS) to Azure Web App</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 03 Feb 2020 22:01:21 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-configure-custom-domain-name-dns-to-azure-web-app-5189</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-configure-custom-domain-name-dns-to-azure-web-app-5189</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Configure%20Custom%20Domain%20Name%20(DNS)%20to%20Azure%20Web%20App.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an ASP.NET Core MVC Application and Publish to Azure&lt;br&gt;
• Create/Purchase a Custom Domain from a Custom Domain Provider&lt;br&gt;
• Configure Custom Domain on Azure&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ONf6YoRr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/llmh0nw44r5k4671xdo9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ONf6YoRr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/llmh0nw44r5k4671xdo9.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Configure%20Custom%20Domain%20Name%20(DNS)%20to%20Azure%20Web%20App.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>dns</category>
    </item>
    <item>
      <title>How to Publish ASP.NET Core App to Azure through FTP</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Tue, 28 Jan 2020 23:43:05 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-app-to-azure-through-ftp-4j67</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-app-to-azure-through-ftp-4j67</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20App%20to%20Azure%20through%20FTP.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an ASP.NET Core MVC Application&lt;br&gt;
• Create an App Service Plan&lt;br&gt;
• Create an App Service&lt;br&gt;
• Publish the App using the Folder option&lt;br&gt;
• Publish the code to Azure through FTP Client&lt;br&gt;
• Publish the code to Azure through FTP Deployment&lt;br&gt;
• Use FTP to modify the content&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uh8ayRgx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/249ifqbwr7lut2zimv48.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uh8ayRgx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/249ifqbwr7lut2zimv48.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20App%20to%20Azure%20through%20FTP.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to Publish ASP.NET Core RESTful API to Azure</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 20 Jan 2020 03:25:14 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-restful-api-to-azure-1p36</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-restful-api-to-azure-1p36</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20RESTful%20API%20to%20Azure.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create a SQL Database&lt;br&gt;
• Create a .Net Core RESTful API&lt;br&gt;
• Deploy REST API to Azure&lt;br&gt;
• Test REST API using Postman&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fy_f3N8Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tz9r9vj4enqi44y4cnj2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fy_f3N8Q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/tz9r9vj4enqi44y4cnj2.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20RESTful%20API%20to%20Azure.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>restfulapi</category>
      <category>netcore</category>
    </item>
    <item>
      <title>How to add Content Delivery Network (CDN) to Azure Web App</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Tue, 14 Jan 2020 00:08:48 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-add-content-delivery-network-cdn-to-azure-web-app-5g73</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-add-content-delivery-network-cdn-to-azure-web-app-5g73</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20add%20Content%20Delivery%20Network%20(CDN)%20to%20Azure%20Web%20App.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an ASP.NET Web Application and publish to Azure &lt;br&gt;
• Configure CDN endpoint to this Web Site&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gLkjJMf4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ssoma388rpt8idrfl41f.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gLkjJMf4--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ssoma388rpt8idrfl41f.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20add%20Content%20Delivery%20Network%20(CDN)%20to%20Azure%20Web%20App.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>cdn</category>
    </item>
    <item>
      <title>How to Host a Static Website in Azure Storage</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Tue, 07 Jan 2020 01:35:59 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-host-a-static-website-in-azure-storage-4ff</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-host-a-static-website-in-azure-storage-4ff</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20host%20a%20Static%20website%20in%20Azure%20Storage.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create a Storage Account&lt;br&gt;
• Configure Storage Account&lt;br&gt;
• Upload files to the Container&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--B4wJooK_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4ehmxuqlwgirkye0xi7x.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--B4wJooK_--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/4ehmxuqlwgirkye0xi7x.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20host%20a%20Static%20website%20in%20Azure%20Storage.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>azurestorage</category>
      <category>staticwebsite</category>
    </item>
    <item>
      <title>How to Upload and Download Files Pragmatically to Azure Blob Storage using VB.Net</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Tue, 17 Dec 2019 00:21:23 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-upload-and-download-files-pragmatically-to-azure-blob-storage-using-vb-net-12m</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-upload-and-download-files-pragmatically-to-azure-blob-storage-using-vb-net-12m</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Upload%20and%20Download%20Files%20Programmatically%20to%20Azure%20Blob%20Storage%20using%20VB.Net.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Connect to Azure Storage&lt;br&gt;
• List files/folders (CloudBlockBlob/CloudBlobDirectory) within an Azure File Storage&lt;br&gt;
• Create a Shared Access Signature for a Blob&lt;br&gt;
• Obtain Blob properties&lt;br&gt;
• Read content from a Blob&lt;br&gt;
• Write content to a Blob&lt;br&gt;
• Upload a Blob to Azure File Storage&lt;br&gt;
• Delete a Blob&lt;br&gt;
• Rename/Move a Blob&lt;br&gt;
• Download a Blob&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LoPbvd_t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7ocgrz8oku73iylkz8uo.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LoPbvd_t--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/7ocgrz8oku73iylkz8uo.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Upload%20and%20Download%20Files%20Programmatically%20to%20Azure%20Blob%20Storage%20using%20VB.Net.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>azurefilestorage</category>
      <category>blob</category>
      <category>vbnet</category>
    </item>
    <item>
      <title>Azure File Storage Overview</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 09 Dec 2019 21:48:11 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/azure-file-storage-overview-5b9n</link>
      <guid>https://dev.to/patricksameerajayalath/azure-file-storage-overview-5b9n</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Azure%20File%20Storage%20Overview.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create a Resource Group&lt;br&gt;
• Create a Storage Account&lt;br&gt;
• Create a Container inside Blob Storage&lt;br&gt;
• Upload Blobs to the Container&lt;br&gt;
• Generate SAS from Azure Portal&lt;br&gt;
• Use of Windows Azure Storage Explorer&lt;br&gt;
• Generate SAS from Widows Azure Storage Explorer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Q7oJUxg8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/xyctteg2cpio27pko8lx.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Q7oJUxg8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/xyctteg2cpio27pko8lx.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Azure%20File%20Storage%20Overview.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>azurefilestorage</category>
      <category>blob</category>
    </item>
    <item>
      <title>How to Publish ASP.NET Core MVC/Web API application to Azure and Consume it using jQuery</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Tue, 03 Dec 2019 03:56:08 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-mvc-web-api-application-to-azure-and-consume-it-using-jquery-338k</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-mvc-web-api-application-to-azure-and-consume-it-using-jquery-338k</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20MVC_Web%20API%20application%20to%20Azure%20and%20Consume%20it%20using%20jQuery.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create a SQL Database&lt;br&gt;
• Create a .Net Core Web API App and .Net Core Web App&lt;br&gt;
• Deploy Web API to Azure&lt;br&gt;
• Deploy Web App to Azure&lt;br&gt;
• Consume the Web API using jQuery&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uVds9mNE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ieiyd63he4nvn8qx1ov5.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uVds9mNE--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ieiyd63he4nvn8qx1ov5.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20MVC_Web%20API%20application%20to%20Azure%20and%20Consume%20it%20using%20jQuery.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>netcore</category>
      <category>webapi</category>
      <category>azure</category>
      <category>jquery</category>
    </item>
    <item>
      <title>Azure PowerShell Overview</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 25 Nov 2019 22:09:30 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/azure-powershell-overview-1a1</link>
      <guid>https://dev.to/patricksameerajayalath/azure-powershell-overview-1a1</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Azure%20PowerShell%20Overview.pdf" rel="noopener noreferrer"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Find out which PowerShell version is available on Local Machine &lt;br&gt;
• Install/Upgrade PowerShell on Local Machine &lt;br&gt;
• PowerShell Scripts&lt;br&gt;
• PowerShell ISE&lt;br&gt;
• Cloud Shell&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F0s9j8ds8huz78k3rx3rq.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F0s9j8ds8huz78k3rx3rq.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Azure%20PowerShell%20Overview.pdf" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>powershellscript</category>
    </item>
    <item>
      <title>How to Publish ASP.NET Core MVC Web application to Azure</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 18 Nov 2019 04:30:24 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-mvc-web-application-to-azure-4mk8</link>
      <guid>https://dev.to/patricksameerajayalath/how-to-publish-asp-net-core-mvc-web-application-to-azure-4mk8</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20MVC%20Web%20application%20to%20Azure.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an ASP.NET Core MVC Application &lt;br&gt;
• Create an App Service Plan&lt;br&gt;
• Create an App Service&lt;br&gt;
• Publish the code to Azure &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--thIycD1Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/6sihzrmsdp0mmuer0j5u.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--thIycD1Z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/6sihzrmsdp0mmuer0j5u.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/How%20to%20Publish%20ASP.NET%20Core%20MVC%20Web%20application%20to%20Azure.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>dotnetcore</category>
    </item>
    <item>
      <title>ASP.NET Core MVC Web Application CRUD operations using Azure Cosmos DB</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 11 Nov 2019 02:10:29 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/asp-net-core-mvc-web-application-crud-operations-using-azure-cosmos-db-i5f</link>
      <guid>https://dev.to/patricksameerajayalath/asp-net-core-mvc-web-application-crud-operations-using-azure-cosmos-db-i5f</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/ASP.NET%20Core%20MVC%20Web%20Application%20CRUD%20operations%20using%20Azure%20Cosmos%20DB.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an Azure Cosmos DB Account&lt;br&gt;
• Create an Azure Cosmos DB&lt;br&gt;
• Add a Container to the Cosmos DB&lt;br&gt;
• Create an ASP.NET Core MVC Application&lt;br&gt;
• Add Azure Cosmos DB NuGet package to the Project&lt;br&gt;
• Set up the code for ASP.NET Core MVC application for CRUD Operations&lt;br&gt;
• CRUD Operations Screen Captures&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mPFp1TVN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ewkrvmxgsxcnwja2c40m.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mPFp1TVN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ewkrvmxgsxcnwja2c40m.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/ASP.NET%20Core%20MVC%20Web%20Application%20CRUD%20operations%20using%20Azure%20Cosmos%20DB.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>azurecosmosdd</category>
      <category>netcore</category>
    </item>
    <item>
      <title>Create an Azure Cosmos DB using MongoDB API</title>
      <dc:creator>Patrick Sameera Jayalath</dc:creator>
      <pubDate>Mon, 04 Nov 2019 02:23:18 +0000</pubDate>
      <link>https://dev.to/patricksameerajayalath/create-an-azure-cosmos-db-using-mongodb-api-2km</link>
      <guid>https://dev.to/patricksameerajayalath/create-an-azure-cosmos-db-using-mongodb-api-2km</guid>
      <description>&lt;p&gt;In this &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Create%20an%20Azure%20Cosmos%20DB%20using%20MongoDB%20API.pdf"&gt;tutorial&lt;/a&gt; I’m going to show how to:&lt;/p&gt;

&lt;p&gt;• Create an Azure Cosmos DB/MongoDB API&lt;br&gt;
• Add data to the Azure Cosmos DB&lt;br&gt;
• Query Azure Cosmos DB through Data Explorer&lt;br&gt;
• Query Azure Cosmos DB through MongoDB Shell&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QbtfSTCx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/m8revkq6nlhfbletz637.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QbtfSTCx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/m8revkq6nlhfbletz637.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can find the PDF version of this tutorial &lt;a href="https://github.com/patricksameerajayalath/AzureTutorials/blob/master/Create%20an%20Azure%20Cosmos%20DB%20using%20MongoDB%20API.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;You can find all my Azure/.Net tutorials &lt;a href="https://dev.to/patricksameerajayalath"&gt;here&lt;/a&gt; and &lt;a href="http://sameerajayalath.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Enjoy !!&lt;/p&gt;

</description>
      <category>azure</category>
      <category>azurecosmosdb</category>
      <category>mongodb</category>
    </item>
  </channel>
</rss>
