This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to microsoft build mcirosite, add event to resources list (#4254
- Loading branch information
Showing
3 changed files
with
108 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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: | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters