


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: Microsoft Azure]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[Azure Storage: A Crisp CheatSheet for Getting Started]]></title>
         <author><![CDATA[Brian Martel]]></author>
         <description><![CDATA[This cheat sheet provides a clear and thorough overview of Azure Storage, Microsoft’s cloud storage service. It outlines the key features, different types of storage accounts, and the various storage services, such as Azure Blobs, Files, Queues, Tables, and Managed Disks. The guide also provides details on blob storage, access tiers, data lake storage, file storage, and table storage. Additionally, it covers data transfer methods, replication options, security features, and monitoring tools. Designed for quick reference, this cheat sheet is perfect for developers, IT professionals, and business leaders who want to use Azure Storage for scalable, secure, and efficient data management.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1607]]></link>
         <pubDate>Mon, 13 May 2024 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Identity Management in Azure (From Azure Active Directory to Microsoft Entra ID)]]></title>
         <author><![CDATA[Brian Martel]]></author>
         <description><![CDATA[This tutorial delves deep into the world of Azure’s identity management, covering features of Azure AD. It also mentions some new features of Microsoft Entra ID.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1603]]></link>
         <pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Azure Resource Manager (ARM) Templates - Deep Dive]]></title>
         <author><![CDATA[Brian Martel]]></author>
         <description><![CDATA[Azure Resource Manager (ARM) templates provide a powerful, flexible solution for managing and deploying resources in Azure. This article explores ARM template structure, deployment of multiple resources, multi-tiered templates, nested and linked templates, and parameter files. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1595]]></link>
         <pubDate>Thu, 23 Feb 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Provisioning Virtual Machines (VMs) in Azure]]></title>
         <author><![CDATA[Brian Martel]]></author>
         <description><![CDATA[This tutorial discusses the provisioning of virtual machines (VMs) in Microsoft Azure using PowerShell, Azure CLI, and Azure Resource Manager (ARM) templates. It demonstrates the process of creating VMs with custom configurations and explains how to manage VM resources through scripting and ARM templates.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1594]]></link>
         <pubDate>Thu, 12 Jan 2023 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Create Azure Virtual Desktop Environment - Step By Step]]></title>
         <author><![CDATA[Saumilkumar Shah]]></author>
         <description><![CDATA[This tutorial contains a quick overview of how to set up Azure Virtual Desktop step by step and how quickly and smoothly everything works and appears to the users.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1586]]></link>
         <pubDate>Wed, 28 Dec 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Azure Essentials – Embracing Cloud Computing and Its Key Components]]></title>
         <author><![CDATA[Brian Martel]]></author>
         <description><![CDATA[This overview about Azure Essentials highlights the benefits, deployment models, and service models of cloud computing, along with essential Azure concepts, such as regions, availability zones, Azure Resource Manager, ARM templates, resource providers, resource types, and resource definitions. Additionally, the overview touches on powerful tools for managing Azure resources and services, such as Azure CLI and Azure PowerShell.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1593]]></link>
         <pubDate>Tue, 12 Jul 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Language Understanding in Azure With LUIS]]></title>
         <author><![CDATA[Darren Gillis]]></author>
         <description><![CDATA[One of Microsoft Azure’s AI/ML offerings is a service called Language Understanding or LUIS. In this tutorial, I will give an overview of LUIS and demonstrate some of the features using a real-world example of natural language understanding in action.  ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1584]]></link>
         <pubDate>Thu, 23 Jun 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Diving into Azure Data Studio]]></title>
         <author><![CDATA[Darren Gillis]]></author>
         <description><![CDATA[In this article, I will give a brief history of the evolution of Azure Data Studio (ADS).  I will also provide an overview of the features currently included in ADS and a breakdown of who the target users are and why one might want to choose ADS over SQL Server Management Studio (SSMS).  I will also examine why existing SSMS users may want to add ADS to their arsenal of data administration and development tools.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1581]]></link>
         <pubDate>Tue, 22 Mar 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Design Enterprise Integration Solutions using Azure single-tenant Logic Apps]]></title>
         <author><![CDATA[Liviu Mandras-Iura]]></author>
         <description><![CDATA[This article is a deep dive into how we can design and build integration Platform-as-a-Service (iPaaS) solutions using the 2021 flavor of logic apps that run in single-tenant mode. Infused with real-life project experience, the article will briefly go over the key differentiators of single-tenant over consumption-based logic apps, and then dive into the best practices, tooling, and the gotchas of building integration solutions in Azure with logic apps at the core.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1578]]></link>
         <pubDate>Fri, 04 Feb 2022 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Microservices Architecture Pattern]]></title>
         <author><![CDATA[Subodh Sohoni]]></author>
         <description><![CDATA[This tutorial is about the architectural pattern of Microservices. We will learn how the microservices architecture pattern evolved, what are the benefits of microservices architecture pattern and an overview of the evolution process of microservices architecture. We will also understand some implementation details of microservices. These details will include the access methods, communication patterns and an introduction to containers.
]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1566]]></link>
         <pubDate>Sun, 07 Mar 2021 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   