From e44eb66e81cb41f9b067e8462ffaf0ddc12e0e9a Mon Sep 17 00:00:00 2001 From: Sarah Hughes Date: Tue, 7 May 2024 17:25:00 -0700 Subject: [PATCH] updates to microsoft build mcirosite, add event to resources list (#4254) * updates to microsoft build mcirosite, add event to resources list * fix links --- .../default/content/microsoft-build/_index.md | 36 ++++------ .../resources/microsoft-build/index.md | 68 +++++++++++++++++++ .../default/layouts/page/microsoft-build.html | 28 +++++++- 3 files changed, 108 insertions(+), 24 deletions(-) create mode 100644 themes/default/content/resources/microsoft-build/index.md diff --git a/themes/default/content/microsoft-build/_index.md b/themes/default/content/microsoft-build/_index.md index e835436e367..c465266b777 100644 --- a/themes/default/content/microsoft-build/_index.md +++ b/themes/default/content/microsoft-build/_index.md @@ -1,6 +1,6 @@ --- title: Microsoft Build - May 21-23, 2024 -meta_desc: Join us to find out how Pulumi’s Infrastructure as Code reduces cloud complexity, accelerates development velocity and helps companies scale and innovate. +meta_desc: Join Pulumi at Microsoft Build to learn about the latest developments in infrastructure as code. Meet us at booth FP61, May 21-23, 2024 meta_image: /images/microsoft-build/meta.png type: page layout: microsoft-build @@ -8,10 +8,10 @@ layout: microsoft-build display_title: Microsoft Build
May 21–23, 2024 links: items: - - heading: Join a Workshop - description: Our workshops are live, and 100% open source. Choose from fundamental to advanced topics. They are hands-on and code source is provided. - action: Check upcoming workshops - link: /resources#upcoming + - heading: Join Us for Happy Hour + description: Get ready to mix, mingle, and dive into the world of AI infrastructure at our Happy Hour after Microsoft Build Day 2, hosted by Pulumi and Pinecone! May 22, 6:00 PM PDT at Stoup Brewing in Capitol Hill. + action: Register + link: https://lu.ma/hbj9z891 - heading: Request a Demo description: See how Pulumi can help you ship infrastructure faster, and manage your Azure resources at scale. Ready for a change? action: Talk with an Engineer @@ -19,25 +19,15 @@ links: workshops: items: - - title: Getting Started with Kubernetes on Azure - date: April 25, 2023 - description: In this workshop, you will learn how to deploy a Kubernetes cluster on Microsoft Azure and run containerized applications on the cluster. - link: /resources/getting-started-with-kubernetes-azure + - title: Introduction to Infrastructure as Code on Azure + date: June 5, 2024 + description: Learn how to use Pulumi to manage Azure resources in TypeScript + link: /resources/intro-to-iac-azure/ action: Register - - title: Getting Started with Kubernetes on AWS - date: April 26, 2023 - description: In this workshop, you will learn the fundamentals of setting up EKS clusters on AWS through guided exercises using Pulumi. - link: /resources/getting-started-with-kubernetes-aws - action: Register - - title: Getting Started with Kubernetes on Google Cloud - date: April 27, 2023 - description: In this workshop, you will learn how to deploy a Kubernetes cluster on Google Cloud and run containerized applications on the cluster. - link: /resources/getting-started-with-kubernetes-google-cloud - action: Register - - title: Production-ready Kubernetes for Python Developers - date: May 18, 2023 - description: In this workshop, you will learn how to deploy a Kubernetes cluster using the Python language. (External webinar) - link: https://community.cncf.io/events/details/cncf-cncf-online-programs-presents-cncf-on-demand-webinar-production-ready-kubernetes-for-python-developers/ + - title: Platform Engineering with Microsoft Azure and Pulumi + date: June 20, 2024 + description: Explore Azure and Pulumi basics in our workshop, empowering platform engineering teams to swiftly deploy cloud resources and accelerate their IaC initiatives. + link: /resources/platform-engineering-with-azure-pulumi/ action: Register templates: diff --git a/themes/default/content/resources/microsoft-build/index.md b/themes/default/content/resources/microsoft-build/index.md new file mode 100644 index 00000000000..5625bdfac60 --- /dev/null +++ b/themes/default/content/resources/microsoft-build/index.md @@ -0,0 +1,68 @@ +--- +# Name of the event, <= 60 characters +title: Pulumi + Microsoft Build +meta_desc: Join Pulumi at Microsoft Build to learn about the latest developments in infrastructure as code. Meet us at booth FP61, May 21-23, 2024 +meta_image: /images/microsoft-build/meta.png + +# 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: true +block_external_search_index: true + +# The url slug for the webinar landing page. If this is an external +# webinar, use the external URL as the value here. +url_slug: https://pulumi.com/microsoft-build/ + +# Content for the left hand side section of the page. +main: + # Webinar title. + title: Microsoft Build + + event_type: event # 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-05-21T09:00:00-00:00 + + # Duration of the webinar. + duration: 1 hour + + # "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa) + location: Seattle, WA + + # Description of the webinar. + description: + + # The webinar presenters + presenters: + + # case-sensitive + tags: + level: # Beginner, Intermediate, Advanced + topics: [] + languages: [] + clouds: ["Azure"] + +# The right hand side form section. +form: + # HubSpot form id. + hubspot_form_id: + salesforce_campaign_id: +--- \ No newline at end of file diff --git a/themes/default/layouts/page/microsoft-build.html b/themes/default/layouts/page/microsoft-build.html index c50a3e4f0a6..0cb4e22982b 100644 --- a/themes/default/layouts/page/microsoft-build.html +++ b/themes/default/layouts/page/microsoft-build.html @@ -14,7 +14,7 @@

{{ define "main" }}
-
Meet us at Microsoft Build, Booth S-23
+
Meet us at Microsoft Build, Booth FP61
Join us to find out how Pulumi’s Infrastructure as Code reduces cloud complexity, accelerates development velocity and helps companies scale and innovate.
@@ -36,6 +36,32 @@

{{ $item.heading }}
+
+
+

Workshops

+ +
+ {{ range .Params.workshops.items }} +
+
+
{{ .title }}
+ + + {{ .date }} + +

{{ .description }}

+ +
+
+ {{ end }} +
+
+
+