<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>iAutomate</title>
    <link>/</link>
    <description>Recent content on iAutomate</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Thu, 27 Oct 2022 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Untapping Infrastructure Registry in GitLab – Part 1</title>
      <link>/blog/untapping-infrastructure-registry-in-gitlab-part-1/</link>
      <pubDate>Thu, 27 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/untapping-infrastructure-registry-in-gitlab-part-1/</guid>
      <description>Introduction Yesterday I spent a few hours in Infrastructure Registry for my learning. Oh, well, I am not impressed with the implementation work. But I still love the feature. So, here is the blog post to get started.
Prerequisites  Azure Account.  Refer here for free access (12 Months)   GitLab Account.  Set up your own GitLab instance    Requirement  Create a Terraform module Publish to Infrastructure Registry Consume the module to create Azure resources  Solution  Note: For now, let us ignore the quality of the project scaffolding, security, code scanning, process, and protocols.</description>
    </item>
    
    <item>
      <title>Generate Dynamic Pipeline for folder-specific changes in GitLab</title>
      <link>/blog/generate-dynamic-pipeline-for-folder-specific-changes-in-gitlab/</link>
      <pubDate>Wed, 31 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/generate-dynamic-pipeline-for-folder-specific-changes-in-gitlab/</guid>
      <description>Introduction As a DevSecOps focal, I get exciting tasks. Of late, I was battling with mono and multi-repositories. It&amp;rsquo;s easy to convince many, but few won&amp;rsquo;t agree to the project scaffolding change. So, we need to identify the best possible way. I am sure this is not a thin-on-the-ground requirement. Yes, you may need this trick to compromise the team who doesn&amp;rsquo;t wish to go for the mono to multi repository.</description>
    </item>
    
    <item>
      <title>Publish Pester Test Results in GitLab CI</title>
      <link>/blog/publish-pester-test-results-in-gitlab-ci/</link>
      <pubDate>Tue, 23 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/publish-pester-test-results-in-gitlab-ci/</guid>
      <description>Introduction I wasn’t sure about the steps to publish the Pester test results in GitLab CI. So, I continued to search over the internet, and as you all know, the search teaches many things. I got many valuable tips and tricks, and here is my version that may help a few.
Requirement  Publish the Pester test results as shown below. Consider using the PowerShell script analyzer in the pipeline.  Solution  .</description>
    </item>
    
    <item>
      <title>Azure Functions Fails when PowerShell Gallery is not reachable – PowerShell Worker Runtime</title>
      <link>/blog/azure-functions-fails-when-powershell-gallery-is-not-reachable-powershell-worker-runtime/</link>
      <pubDate>Wed, 15 Jun 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/azure-functions-fails-when-powershell-gallery-is-not-reachable-powershell-worker-runtime/</guid>
      <description>Introduction It’s essential to keep a backup plan to keep the Azure Functions healthy and working as expected. Twice I experienced the issue and ended up in incidents. Because my function code requires dependent modules that get auto-load from the PowerShell Gallery
Environment  Azure Functions with a PowerShell worker runtime. Function code requires dependent modules from PowerShell Gallery.  Problem When a PowerShell Gallery
 Fail to work Working intermittently Slower in performance  Solution When a developer creates an Azure Function with a PowerShell worker runtime, the requirements.</description>
    </item>
    
    <item>
      <title>Fuse Function App API with Azure Static Web App</title>
      <link>/blog/fuse-function-app-api-with-azure-static-web-app/</link>
      <pubDate>Tue, 05 Apr 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/fuse-function-app-api-with-azure-static-web-app/</guid>
      <description>Introduction My friend and I worked on a simple HTML UI to collect user input and process exchange activities in the backend through PowerShell scripts. It was easy using the Pode and PSHTML PowerShell modules. I read about the static web app and thought of burning my night oil, and to my wonder, I made it to work :) . Yes, in this blog post, I walk through the steps to develop a static web app and fuse it with the Azure Function app.</description>
    </item>
    
    <item>
      <title>Deploy Azure Function App with Geo Disaster Recovery</title>
      <link>/blog/deploy-azure-function-app-with-geo-disaster-recovery/</link>
      <pubDate>Thu, 10 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploy-azure-function-app-with-geo-disaster-recovery/</guid>
      <description>Introduction A colleague of mine wasn’t happy with the manual solution that probes the Azure Function endpoints and diverts them to the secondary instance in case of failures. So, he came up with the Microsoft document and asked me to help him with the DevOps approach. For now, hold tight. I don’t have a template for the Front Door. So, I gave him an interim solution.
I promise to share the 100% production-ready DevOps steps to deploy Azure Functions in my upcoming blogs and vlogs.</description>
    </item>
    
    <item>
      <title>Test and Deploy Bicep Template for Azure Function App using Azure DevOps</title>
      <link>/blog/test-and-deploy-bicep-template-for-azure-function-app-using-azure-devops/</link>
      <pubDate>Thu, 10 Mar 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/test-and-deploy-bicep-template-for-azure-function-app-using-azure-devops/</guid>
      <description>Introduction As DevOps folks, we all know that deploying code into the infrastructure without testing is not good. Yes, nobody disagrees! When it comes to the infrastructure as a code, the testing rules may differ, but the common factors are applicable. In this blog post, let me walk you through the steps to deploy Azure Function app in multiple regions with proper testing in place.
I have a bunch of bicep codes.</description>
    </item>
    
    <item>
      <title>Store Dynamic Data in an Azure Blob Storage using PowerShell with Dapr</title>
      <link>/blog/store-dynamic-data-in-an-azure-blob-storage-using-powershell-with-dapr/</link>
      <pubDate>Tue, 22 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>/blog/store-dynamic-data-in-an-azure-blob-storage-using-powershell-with-dapr/</guid>
      <description>Introduction The detailed documentation on the Azure Blob Storage binding component is super helpful. With that reference, let me walk you through the steps to store dynamic data to Azure blob storage without writing additional code (using blob API) to interact with the blob. Instead, we use the Dapr binding API.
Binding Component Format apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: bloboutput spec: type: bindings.azure.blobstorage version: v1 metadata: - name: storageAccount value: icontoso - name: storageAccessKey value: {YOUR_STORAGE_ACCOUNT_KEY} - name: container value: demo - name: decodeBase64 value: true - name: getBlobRetryCount value: 3 Build a web server (Static Blob Content) - app.</description>
    </item>
    
    <item>
      <title>Bicep template for Azure Container Apps</title>
      <link>/blog/bicep-template-for-azure-container-apps/</link>
      <pubDate>Fri, 26 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/bicep-template-for-azure-container-apps/</guid>
      <description>Introduction In my previous blog post, we got basic information about the Azure Container Apps! As we all know, the Azure Container Apps service is in preview, and there is a lot more to add to the features list. Now, let us see how to build a Bicep template to deploy an application in container apps. First, I would like to thank Thorsten Hans for the fantastic blog post How to deploy Azure Container Apps with Bicep.</description>
    </item>
    
    <item>
      <title>Deploy multi-container apps in Azure web app</title>
      <link>/blog/deploy-multi-container-apps-in-azure-web-app/</link>
      <pubDate>Tue, 23 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploy-multi-container-apps-in-azure-web-app/</guid>
      <description>Introduction Cooking is my hobby, and I am interested in learning technologies. I am a great fan of Azure, PowerShell, Web-Framework, Serverless, DevOps, and Cloud Automation. Yes, I have no experience in developing web apps / glossy web pages for production use. But, nothing stopped me from building one for my learning. This blog post walks you through the steps to deploy a multi-container apps in the Azure web app. Yes, let’s make a static site for cooking.</description>
    </item>
    
    <item>
      <title>My First Experience with Azure Container Apps</title>
      <link>/blog/my-first-experience-with-azure-container-apps/</link>
      <pubDate>Sun, 21 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/my-first-experience-with-azure-container-apps/</guid>
      <description>Credits
  Matthew Kelly | Author of Pode PowerShell module. PowerShell Microservice - Hello World by Doug Finke Stephane Van Gulick | Author of PSHTML PowerShell module.  Introduction Azure Container Apps is a super catchy, fantastic serverless container service and won many hearts post the announcement in Microsoft Ignite 2021. This blog post walks you through the simple steps to deploy a PowerShell web application to say hello world.</description>
    </item>
    
    <item>
      <title>Creating a simple deployment in Azure Kubernetes Service using YAML (Less than 5 min)</title>
      <link>/blog/creating-a-simple-deployment-in-azure-kubernetes-service-using-yaml-less-than-5-min/</link>
      <pubDate>Tue, 02 Nov 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/creating-a-simple-deployment-in-azure-kubernetes-service-using-yaml-less-than-5-min/</guid>
      <description>Introduction In my previous blog posts, we have seen imperative approaches for creating pods, deployments, replica sets and exposing them to load balancer service. The links below are for your reference.
 DEPLOY NGINX APPLICATION IN AKS (LESS THAN 5 MIN) DEPLOY A NEW VERSION OF THE APPLICATION IN AKS (LESS THAN 5 MIN) DRY RUN OF REPLICAS IN AZURE KUBERNETES SERVICE (LESS THAN 5 MINUTES)  YAML Basics YAML is a human-readable data serialization language used for configurations and many other purposes.</description>
    </item>
    
    <item>
      <title>Dry run of Replicas in Azure Kubernetes Service (less than 5 minutes)</title>
      <link>/blog/dry-run-of-replicas-in-azure-kubernetes-service-less-than-5-minutes/</link>
      <pubDate>Sun, 24 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/dry-run-of-replicas-in-azure-kubernetes-service-less-than-5-minutes/</guid>
      <description>Introduction Below two blog posts are to demonstrate creating Pod &amp;amp; Deployment imperatively.
1.	Creating Pods
2.	Updating the application to a newer version.
 Disclaimer: This post is to show scaling the application (With no YAML) &amp;amp; not recommended for production.
 In this post let me walk through the simple steps for creating replicas. In simple words, replicas are nothing but a copy of the pods running to maintain the availability of an application.</description>
    </item>
    
    <item>
      <title>Deploy a new version of the application in AKS (Less than 5 min)</title>
      <link>/blog/deploy-a-new-version-of-the-application-in-aks-less-than-5-min/</link>
      <pubDate>Thu, 21 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploy-a-new-version-of-the-application-in-aks-less-than-5-min/</guid>
      <description>Introduction In my previous blog, we described the pod deployment and exposing the app to the internet. Now, let me walk through the steps to release a new version of the application. We have two application versions in the Docker repository and they are listed below
 Version 1 Version 2    Steps (High Level)  Build an HTML static web application – Content is of your choice Dockerize the application Tag and publish to the Docker hub Deploy the containerized application in the AKS Release a newer version of the application in the AKS  HTML Code &amp;amp; Dockerfile Content &amp;lt;!</description>
    </item>
    
    <item>
      <title>Deploy NGINX application in AKS (Less than 5 min)</title>
      <link>/blog/deploy-nginx-application-in-aks-in-5-min/</link>
      <pubDate>Thu, 21 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploy-nginx-application-in-aks-in-5-min/</guid>
      <description>Introduction Of late, we did a AKS workshop and a team got stuck in deploying a simple HTML application and get the home page working. It’s not a complex one! Let me walk through the steps to get this sorted.
Project Structure &amp;amp; Code HTML application project folder structure
The docker file content is as follows - Yes, team has a HTML file named &amp;lsquo;home.html&amp;rsquo;
FROMnginxCOPY home.html /usr/share/nginx/htmlHTML file content for your reference.</description>
    </item>
    
    <item>
      <title>Retrieve Azure Runbook Job Report using REST API with PowerShell</title>
      <link>/blog/retrieve-azure-runbook-job-report-using-rest-api-with-powershell/</link>
      <pubDate>Tue, 16 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/retrieve-azure-runbook-job-report-using-rest-api-with-powershell/</guid>
      <description>Introduction The tile may hit a question WHY? Because automation accounts and runbooks are almost outdated in 2021. Most prefer to use alternative solutions like Logic Apps, Function App Power Automate, or others. Hang On! Runbooks are still in use. Of late, I got a requirement to send a report on runbooks that got invoked in the last one hour.
 In PowerShell, it’s easy, as shown below
 $Params = @{ RunbookName = &amp;#39;MYRUNBOOKNAME&amp;#39; ResourceGroupName = &amp;#39;MYRESOURCEGROUPNAME&amp;#39; AutomationAccountName = &amp;#39;MYAUTOMATIONACCOUNTNAME&amp;#39; StartTime = $(Get-Date).</description>
    </item>
    
    <item>
      <title>Collection of Azure Resource Graph Query</title>
      <link>/blog/collection-of-azure-resource-graph-query/</link>
      <pubDate>Sun, 07 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/collection-of-azure-resource-graph-query/</guid>
      <description>Introduction This blog post is to share the Azure Resource Graph query I developed at my workplace. I have used this with PowerShell and Azure Monitor.
Azure Virtual Machines PowerState Report $Query = &amp;#34;Resources | where type =~ &amp;#39;microsoft.compute/virtualMachines&amp;#39; | project id, VMName = tostring(name), Location = tostring(location), ResourceGroup = tostring(resourceGroup), SubscriptionId = tostring(subscriptionId), OSType = tostring(properties.storageProfile.osDisk.osType), PowerState = iff( tostring( split( properties.extended.instanceView.powerState.code, &amp;#39;/&amp;#39; )[1] ) != &amp;#39;&amp;#39;, tostring(split(properties.extended.instanceView.powerState.code, &amp;#39;/&amp;#39;)[1]), &amp;#39;transitioning&amp;#39; )&amp;#34; $PageSize = 1000 $Iteration = 0 $SearchParams = @{ Query = $($Query) First = $PageSize } [System.</description>
    </item>
    
    <item>
      <title>Using Azure Monitor Workbook at the workplace - Part 1</title>
      <link>/blog/using-azure-monitor-workbook-at-the-workplace-part-1/</link>
      <pubDate>Mon, 11 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/using-azure-monitor-workbook-at-the-workplace-part-1/</guid>
      <description>Introduction Azure Monitor Workbook is one of my favorite services in Azure Cloud. Why? I use to share scripts/queries with the operations team for reportings. During audits, I get more development works. So, I thought of using the Azure Monitor workbooks to serve the purpose. Indeed, the queries I built is tailor-made for my environment. However, through this blog post, I can share the nuances and some ready to use solutions.</description>
    </item>
    
    <item>
      <title>Chen</title>
      <link>/itemized/item1/</link>
      <pubDate>Sat, 09 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/itemized/item1/</guid>
      <description>App 1 </description>
    </item>
    
    <item>
      <title>Deploy Azure Function App using Project Bicep</title>
      <link>/blog/deploy-azure-function-app-using-project-bicep/</link>
      <pubDate>Thu, 07 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploy-azure-function-app-using-project-bicep/</guid>
      <description>References Refer to the below links to know more about the project bicep
  GitHub
 Repository Docs Examples Tutorials Specifications    YouTube
 Intro to Azure&amp;rsquo;s Project Bicep with Brendan Burns and team Project Bicep Demo at Ignite 2020 by Mark Russinovich Project Bicep and ARM Templates November 2020 Update    Introduction Project Bicep is growing well, and I am using it at my workplace to build proof of concepts environments.</description>
    </item>
    
    <item>
      <title>Retrieve a list of Azure VM which aren&#39;t protected with just-in-time network access control</title>
      <link>/blog/list-of-azure-vm-which-has-no-jit-enabled/</link>
      <pubDate>Mon, 04 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/list-of-azure-vm-which-has-no-jit-enabled/</guid>
      <description>Introduction I was asked to build a PowerShell script to retrieve Azure virtual machines with no Just In Time (JIT) access enabled. Yes, it’s for the security auditing team. I searched in PowerShell Gallery, TechNet Gallery, and other sources and didn’t find one. So, I developed a script that may help you!
Solution First, I thought of retrieving virtual machines and query against the JIT Access Policy REST API endpoint. But it&amp;rsquo;s not required!</description>
    </item>
    
    <item>
      <title>Get started with project bicep</title>
      <link>/blog/get-started-with-project-bicep/</link>
      <pubDate>Sun, 03 Jan 2021 00:00:00 +0000</pubDate>
      
      <guid>/blog/get-started-with-project-bicep/</guid>
      <description>References Refer to the below links to know more about the project bicep
  GitHub
 Repository Docs Examples Tutorials Specifications    YouTube
 Intro to Azure&amp;rsquo;s Project Bicep with Brendan Burns and team Project Bicep Demo at Ignite 2020 by Mark Russinovich Project Bicep and ARM Templates November 2020 Update    Introduction As a first step, we need to install the bicep tools on our local computer.</description>
    </item>
    
    <item>
      <title>Logging Service Now Requests using Event Grid Trigger</title>
      <link>/blog/logging-service-now-requests-using-event-grid-trigger/</link>
      <pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/logging-service-now-requests-using-event-grid-trigger/</guid>
      <description>Introduction A colleague of mine asked a solution for raising a service request in SNOW (Service Now) for each NSG rule creation and deletion. I requested to develop a service now catalog and allow the system to work with NSG. That means, from SNOW to Azure connectivity through REST API. However, the ask is the other way around. If a user creates/deletes the NSG rule in the portal, log a REQ with the minimum information</description>
    </item>
    
    <item>
      <title>azure devops pipeline to send files through email with no marketplace extension</title>
      <link>/blog/azure-devops-pipeline-to-send-files-through-email-with-no-marketplace-extension/</link>
      <pubDate>Sun, 19 Jul 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/azure-devops-pipeline-to-send-files-through-email-with-no-marketplace-extension/</guid>
      <description>Introduction I was developing a PowerShell script to send Azure inventory through email, which generates a Word output with charts and tables. So, I thought of using Open XML, I used for SharePoint document library reporting (A few years ago), I searched GitHub and found a great PowerShell module PSWriteWord, and docs are super cool. Yes, this blog post is to show you the simple steps to generate a word document through Azure DevOps pipeline.</description>
    </item>
    
    <item>
      <title>MY FIRST EXPERIENCE WITH THE AZURE DURABLE FUNCTIONS</title>
      <link>/blog/my-first-experience-with-the-azure-durable-functions/</link>
      <pubDate>Sun, 28 Jun 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/my-first-experience-with-the-azure-durable-functions/</guid>
      <description>Introduction Of late, I got a requirement to start the Azure runbooks programmatically (start a runbook through another runbook), and as a PowerShell fan, I said, “Start-AzAutomationAccountRunBook” is one best way to achieve it. An hour later, I got a call to build a script that waits until the job completes and gets the output. Here is a quick way “-Wait” parameter. Solved the issue? Yes! Now, it’s time for us to deliver a REST API endpoint, which is required to invoke in an Azure Pipeline for the business process.</description>
    </item>
    
    <item>
      <title>Retrieve unattached Azure VM disks using PowerShell &amp; Azure Resource Graph</title>
      <link>/blog/retrieve-unattached-azure-vm-disks-using-powershell-azure-resource-graph/</link>
      <pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/retrieve-unattached-azure-vm-disks-using-powershell-azure-resource-graph/</guid>
      <description>Introduction As part of the cost saving project task, I developed a PowerShell script to retrieve UNATTACHED disks. I used JOIN operator in this code to get a few tag information from the respective resource group.
 Replace value for the {TAGNAME}.
 $Query = &amp;#34;Resources | where type =~ &amp;#39;Microsoft.Compute/disks&amp;#39; | where properties.diskState =~ &amp;#39;Unattached&amp;#39; | project id, name, subscriptionId, resourceGroup, diskInGB = properties.diskSizeGB, diskState = properties.diskState, timeCreated = properties.</description>
    </item>
    
    <item>
      <title>Create Azure DevOps Service Connection with Certificate using REST API</title>
      <link>/blog/create-service-connection-with-certificate-using-rest-api/</link>
      <pubDate>Sat, 25 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/create-service-connection-with-certificate-using-rest-api/</guid>
      <description>Introduction I have no access to my organization DevOps due to unfortunate technical issues, but that didn’t stop me from working. This morning I was on a call with a business owner who asked me to show the steps to create service connections with the certificate. Yes, I have to use the OPEN SSL tool to convert the PFX to PEM, and it was a bit difficult for me to walk him through the steps remotely.</description>
    </item>
    
    <item>
      <title>How Azure DevOps REST API helped me during outage of the VPN?</title>
      <link>/blog/how-azure-devops-rest-api-helped-me-during-outage-of-the-vpn/</link>
      <pubDate>Sat, 18 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/how-azure-devops-rest-api-helped-me-during-outage-of-the-vpn/</guid>
      <description>Introduction There is always an alternative is the apt statement to start this blog post! Yes, I got trouble in VPN and lost connection to most of our internal portal, and one among that is Azure DevOps (Formerly VSTS), where the code resides. Positively, no hindrances in accessing Outlook and Teams over mobile. All I need is to continue the work on code, work items and send status report.
 REST API is the savior!</description>
    </item>
    
    <item>
      <title>DEPLOYING AZURE FUNCTION APP - EXTERNAL GIT</title>
      <link>/blog/deploying-azure-function-app-external-git/</link>
      <pubDate>Fri, 17 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>/blog/deploying-azure-function-app-external-git/</guid>
      <description>Introduction I bet most of you don’t need this! Having said that, if your organization has Azure DevOps (Formerly VSTS) in directory A and Azure on directory B. Then, deploying Azure Function App using external git may help you.
Why not Zip deploy? Yes, that’s the optimal way to do! In my case, the roller coaster ride for simple requirements is quite common. Consider, Azure Functions source code is available with vendors, and it’s an end to end solution to be deployed at your workplace in a shorter time, and building a pipeline may take a few hours or process may delay the deployment.</description>
    </item>
    
    <item>
      <title>Fancy App 2</title>
      <link>/itemized/item2/</link>
      <pubDate>Thu, 22 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>/itemized/item2/</guid>
      <description>App 2 </description>
    </item>
    
    <item>
      <title>Fancy App 3</title>
      <link>/itemized/item3/</link>
      <pubDate>Thu, 22 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>/itemized/item3/</guid>
      <description>App 3 </description>
    </item>
    
    <item>
      <title>Fancy App 4</title>
      <link>/itemized/item4/</link>
      <pubDate>Thu, 22 Jun 2017 00:00:00 +0000</pubDate>
      
      <guid>/itemized/item4/</guid>
      <description>App 4 </description>
    </item>
    
    <item>
      <title>Chendrayan Venkatesan</title>
      <link>/about/</link>
      <pubDate>Wed, 09 Apr 2014 00:00:00 +0000</pubDate>
      
      <guid>/about/</guid>
      <description>Dedicated IT professional with a history of meeting company goals utilizing consistent and organized practices, skilled in working under pressure and adapting to new situations and challenges to enhance the corporate brand best. Intrinsic passion for learning and self-development, I come from an infrastructure development background with experiences across a variety of environments and languages; expert-level knowledge of PowerShell, Python, ARM Templates, Terraform, Bicep, Azure, Azure Policy, Serverless, Azure Kubernetes Service (AKS), Azure CLI, Azure Rest API, Azure Data Explorer, Kusto Query Language, Observaibility, Integrations, Workflows, Orchestrations, Microsoft 365, and Power Platform</description>
    </item>
    
    <item>
      <title>Contact</title>
      <link>/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/contact/</guid>
      <description></description>
    </item>
    
  </channel>
</rss>
