Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
add azure workshops for june to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
shughes26 committed May 6, 2024
1 parent faa48fb commit 00e04e6
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 0 deletions.
78 changes: 78 additions & 0 deletions themes/default/content/resources/intro-to-iac-azure/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
# Name of the event, <= 60 characters
title: Introduction to Infrastructure as Code on Azure
meta_desc: Learn how to use Pulumi to manage Azure resources in TypeScript
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: false
block_external_search_index: false

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: intro-to-iac-azure

# Content for the left hand side section of the page.
main:
# Webinar title.
title: Introduction to Infrastructure as Code on Azure

event_type: workshop # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-06-05T09:00:00.000-07:00

# Duration of the webinar.
duration: 90 minutes

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: virtual

# Description of the webinar.
description: |
In this workshop, you'll learn how to use Pulumi to help you manage infrastructure in Azure using general purpose programming languages. This workshop is designed to help users who are completely new to Pulumi become familiar with the core concepts to be effective with the Pulumi Infrastructure as Code platform.
We'll take you through building several sample architectures on Azure through a series of hands-on exercises to get you started. The workshop exercises will be run in TypeScript, but practitioners of other Pulumi languages will likely find the material useful.
learn:
- The basics of the Pulumi Programming Model
- How to manage Azure resources with Pulumi's Azure Native provider in TypeScript
- An overview of Pulumi's features that help platform teams enable their organization to deliver faster

# The webinar presenters
presenters:
- name: Josh Kodroff
role: Sr. Solutions Architect, Pulumi
photo: /images/team/josh-kodroff.jpg
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: []
languages: ["TypeScript"]
clouds: ["Azure"]

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id: 70ec73e2-d4cb-44b8-a5bb-32caab3c737d
salesforce_campaign_id: 701PQ00000CADujYAH
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
---
# Name of the event, <= 60 characters
title: Platform Engineering with Microsoft Azure and Pulumi
meta_desc: Explore Azure and Pulumi basics in our workshop, empowering platform engineering teams to swiftly deploy cloud resources and accelerate their IaC initiatives.
meta_image:

# A featured webinar will display first in the list.
featured: false

# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false

# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false

# The layout of the landing page.
type: webinars

# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: false
block_external_search_index: false

# The url slug for the webinar landing page. If this is an external
# webinar, use the external URL as the value here.
url_slug: platform-engineering-with-azure-pulumi

# Content for the left hand side section of the page.
main:
# Webinar title.
title: Platform Engineering with Microsoft Azure and Pulumi

event_type: workshop # workshop | event

# URL for embedding a URL for ungated webinars.
youtube_url:

# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2024-06-20T09:00:00.000-07:00

# Duration of the webinar.
duration: 90 minutes

# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
location: virtual

# Description of the webinar.
description: |
It’s now easier than ever for platform engineering teams to help their organizations move faster with Infrastructure as Code. In this session, we’ll teach you the basics of Azure and Pulumi with hands-on labs that will help you to create stand up cloud resources that meet your organization's requirements.
learn:
- Infrastructure as Code concepts for C# developers
- Managing Azure resources with Pulumi
- Enabling IaC re-use across your organization

# The webinar presenters
presenters:
- name: Sagar Chandra Reddy Lankala
role: Sr Product Manager, Microsoft
- name: Mikhail Shilkov
role: Engineering Manager, Pulumi
photo: /images/team/mikhail-shilkov.jpg
# case-sensitive
tags:
level: Beginner # Beginner, Intermediate, Advanced
topics: []
languages: ["C#"]
clouds: ["Azure"]

# The right hand side form section.
form:
# HubSpot form id.
hubspot_form_id: 43e17b45-7bd5-4e97-9359-ba0cd9db1c57
salesforce_campaign_id: 701PQ00000CABsvYAH
---

0 comments on commit 00e04e6

Please sign in to comment.