

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>/</id>
  <title>Cloud Engineer Skills</title>
  <subtitle>Develop your skill in Azure, AWS, and Google Cloud</subtitle>
  <updated>2024-09-25T09:45:13+10:00</updated>
  <author>
    <name>Jarrod Lilkendey</name>
    <uri>/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="/"/>
  <generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator>
  <rights> © 2024 Jarrod Lilkendey </rights>
  <icon>/assets/img/favicons/favicon.ico</icon>
  <logo>/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Amazon Web Services Developer Associate (DVA-C02) List of Services in Scope</title>
    <link href="/posts/aws-developer-associate/" rel="alternate" type="text/html" title="Amazon Web Services Developer Associate (DVA-C02) List of Services in Scope" />
    <published>2024-09-25T00:00:00+10:00</published>
  
    <updated>2024-09-25T00:00:00+10:00</updated>
  
    <id>/posts/aws-developer-associate/</id>
    <content src="/posts/aws-developer-associate/" />
    <author>
      <name>Jarrod Lilkendey</name>
    </author>

  
    
    <category term="AWS" />
    
  

  <summary>At the time writing the Amazon Web Services Developer Associate (DVA-C02) exam is made up of 4 domains and covers a total of 58 services.

The domains and the relative weightings on the exam are as follows:


  Domain 1: Development with AWS Services (32% of scored content)
  Domain 2: Security (26% of scored content)
  Domain 3: Deployment (24% of scored content)
  Domain 4: Troubleshooting an...</summary>

  </entry>

  
  <entry>
    <title>Azure CLI Masterclass for AZ-204 Azure Services</title>
    <link href="/posts/azure-cli-masterclass/" rel="alternate" type="text/html" title="Azure CLI Masterclass for AZ-204 Azure Services" />
    <published>2024-09-11T00:00:00+10:00</published>
  
    <updated>2024-09-25T09:45:07+10:00</updated>
  
    <id>/posts/azure-cli-masterclass/</id>
    <content src="/posts/azure-cli-masterclass/" />
    <author>
      <name>Jarrod Lilkendey</name>
    </author>

  
    
    <category term="Azure" />
    
  

  <summary>Azure Container Registry
  Azure Container Instances
  Azure App Service
  Azure Functions
  Azure Blob Storage
  Azure Cosmos DB
  API Management
  Event Grid
  Event Hub
  Service Bus
  Azure Queue Storage
  Microsoft Entra ID
  Managed Identities
  Azure Key Vault
  Redis
  CDN
  Azure Container Apps
  Application Insights


Azure CLI Masterclass for AZ-204 Services

az login


Azure Contain...</summary>

  </entry>

  
  <entry>
    <title>Creating a Azure Cosmos DB NoSQL Account, Database, and Container using Terraform</title>
    <link href="/posts/terraform-cosmos-db/" rel="alternate" type="text/html" title="Creating a Azure Cosmos DB NoSQL Account, Database, and Container using Terraform" />
    <published>2024-08-29T00:00:00+10:00</published>
  
    <updated>2024-08-29T00:00:00+10:00</updated>
  
    <id>/posts/terraform-cosmos-db/</id>
    <content src="/posts/terraform-cosmos-db/" />
    <author>
      <name>Jarrod Lilkendey</name>
    </author>

  
    
    <category term="Azure" />
    
    <category term="Azure Cosmos DB" />
    
  

  <summary>In this tutorial, we will cover how to create the various resources required for a NoSQL instance of Azure Cosmos DB using Terraform including the database account, the database, and container.

NoSQL Azure Cosmos DB Terraform Tutorial

Creating the Terraform Configuration File

We will make use of the Azure RM Terraform Provider within our Terraform configuration file for provisioning our reso...</summary>

  </entry>

  
  <entry>
    <title>Create an Azure Function with the Azure Cosmos DB Trigger to listen to the Change Feed</title>
    <link href="/posts/cosmos-db-function-trigger/" rel="alternate" type="text/html" title="Create an Azure Function with the Azure Cosmos DB Trigger to listen to the Change Feed" />
    <published>2024-08-29T00:00:00+10:00</published>
  
    <updated>2024-08-29T00:00:00+10:00</updated>
  
    <id>/posts/cosmos-db-function-trigger/</id>
    <content src="/posts/cosmos-db-function-trigger/" />
    <author>
      <name>Jarrod Lilkendey</name>
    </author>

  
    
    <category term="Azure" />
    
    <category term="Azure Cosmos DB" />
    
    <category term="Azure Functions" />
    
  

  <summary>In this tutorial we will set up an Azure Cosmos DB and Azure Function App using Terraform and from there we will create and deploy an Azure Function written in Node.js that listens to the Azure Cosmos DB change feed for changes to the database

Creating an Azure Function with the Azure Cosmos DB Trigger

Terraform Configuration File

terraform {
  required_providers {
    azurerm = {
      sour...</summary>

  </entry>

  
  <entry>
    <title>Azure Function Storage Queue Trigger Node.js Tutorial</title>
    <link href="/posts/nodejs-function-trigger-bindings/" rel="alternate" type="text/html" title="Azure Function Storage Queue Trigger Node.js Tutorial" />
    <published>2024-08-27T00:00:00+10:00</published>
  
    <updated>2024-08-27T00:00:00+10:00</updated>
  
    <id>/posts/nodejs-function-trigger-bindings/</id>
    <content src="/posts/nodejs-function-trigger-bindings/" />
    <author>
      <name>Jarrod Lilkendey</name>
    </author>

  
    
    <category term="Azure" />
    
    <category term="Azure Functions" />
    
  

  <summary>Azure Functions are made up of a trigger, and may also include input and output bindings for reading and writing data.

In this tutorial, we will write an Azure Function using Node.js using an Azure Storage Queue as the trigger that uses Azure Blob Storage with input and output bindings to read in a file to copy it to a different location in an Azure Storage container.

We will make use of Terr...</summary>

  </entry>

</feed>


